Hi All,

I am using tomcat 5.5.28 and I disabled session persistence in context.xml
by uncommenting the <Manager pathname="" />. And deployed my web app war
file and restarted tomcat. To test load balancing I ran script calls
5request per second to the web application. And I saw memory growing because
of increasing sessions. I see org.apache.catalina.session.StandardSession
objects increasing for each request. Even though I disabled session
persistence still why the sessions are persisting? Do you have any idea why
sessions are persisted? 

I am using jdk1.5 and exporting 
CATALINA_OPTS=CATALINA_OPTS="-d64 -cp
/export/apps/jdk1.5.0/jre/lib/ext/jna.jar -Djava.awt.headless=true
-Dsun.io.useCanonCaches=false -Xmx8192m -Xms512m -XX:PermSize=512m
-XX:MaxNewSize=256m"

Thanks,
Kalpana
-- 
View this message in context: 
http://www.nabble.com/Tomcat-sessions-are-persisting-eventhough-disabled-session-persistence-tp25828590p25828590.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to