Re: Multiple instances of Tomcat on same machine

2006-04-30 Thread manivannan57
pplication in a single tomcat instance. Also, if your target is ultimately performance, they play around with Tomcat Clustering. Docs are avail at tomcat site. Good luck, - Manivannan Palanichamy http://geocities.com/manivannan57 -- View this message in context: http://www.nabble.com/Multip

Re: Tomcat 4.1.24 - Out of memory

2006-04-25 Thread manivannan57
1. some jsps or servlets have probably forgotten to close some Statement or ResultSet or Connections. Fix them. 2. You could try using connection pooling if possible. 3. remove any unwanted jars from your tomcat. - Manivannan Palanichamy http://geocities.com/manivannan57 -- View this

Re: Reducing Tomcat (Embedded Or Regular) memory

2006-04-21 Thread manivannan57
/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

Re: Tomcat memory usage 3.3 vs 5.5

2006-04-18 Thread manivannan57
1) Reduce the number of applications you load during start-up. 2) Remove unwanted jars from WEB-INF/lib and also from /common/lib 3) Also remove wherever the jars seem to be unnecessary. -- View this message in context: http://www.nabble.com/Tomcat-memory-usage-3.3-vs-5.5-t1472557.html#a3982404