Re: disabling session management

2010-10-14 Thread Michael Echerer
Hi, you could also use a SessionListener an invalidate sessions immediately after being created or you could write your own implementation of |org.apache.catalina.Manager |http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html and configure it to be used instead of the default manager. Can't

Re: disabling session management

2010-10-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Emerson, On 10/11/2010 8:54 AM, emerson wrote: Thousands of Session instances inside the sessioins attribute of the org.apache.catalina.session.StandardManager. In theory we are not calling getSessions on the middle tier and as you mentioned, we

Re: disabling session management

2010-10-11 Thread emerson
Hi Christopher Which classes, specifically? Thousands of Session instances inside the sessioins attribute of the org.apache.catalina.session.StandardManager. In theory we are not calling getSessions on the middle tier and as you mentioned, we have no JSPs either. However, we might be passing a

disabling session management

2010-10-08 Thread emerson
We been doing some tuning on our TC environment and noticed that tomcat is holding 30 megabytes of classes related to session management. This is on our middletier servler, where sessions are irrelevant. Is there a way to disabled session management for this server? What is the impact of usingĀ 

Re: disabling session management

2010-10-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Emerson, On 10/8/2010 10:25 AM, emerson wrote: We been doing some tuning on our TC environment and noticed that tomcat is holding 30 megabytes of classes related to session management. Which classes, specifically? This is on our middletier