1) remove unnecessary jars (you think) form <your-web-app>/WEB-INF/lib and
<tomcat-home>/common/lib
2) remove unnecessary classes from <webapp-root>/WEB-INF/classes
3)stop loading unnecessary (other) web applications.
4) avoid the <load-on-startup> in web.xml - (this will avoid loading
servlets and other classes during startup).
5)avoid connection pooling, and other possible pooling (if you are using).
However this may affect your performance.
6) avoid storing *very fat* objects in session, application, pagecontext and
similiar objects.

Hope, this would help  in saving a considerable memory.

-
Manivannan Palanichamy
http://www.geocities.com/manivannan57


--
View this message in context: 
http://www.nabble.com/Reducing-Tomcat-%28Embedded-Or-Regular%29-memory-t1488640.html#a4037105
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to