You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Zsolt Koppany <zk...@web.de> on 2003/05/22 15:33:51 UTC

Why does
Hi,

I want to disable session saving/restoring in tomcat-4.1.24. I modified
server as attached but the
.../tomcat/work/Standalone/localhost/_/SESSIONS.ser will be still created.

How can I disable this tomcat feature?


<Context path=""
	docBase="C:\DOKUME~1\zk\EIGENE~1\CB\tomcat\cb"
	reloadable="true" debug="0">
	<Resources className="org.apache.naming.resources.FileDirContext"
		allowLinking="false" />
	<Manager
		className="org.apache.catalina.session.StandardManager"
		saveOnRestart="false"
	/>
</Context>

Zsolt Koppany
Intland Software GmbH
mailto:zsolt.koppany@intland.com
Schulze-Delitzsch-Strasse 16
D-70565 Stuttgart
Phone: +49-711-7221873
Fax:   +49-711-7871017





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org