Re: Load on Tomcat 4.1.12

2002-11-27 Thread David Brown
P Sasidhar writes: Hi All, I need urgent help! I have installed my small webapp on Tomcat 4.1.12 on Windows NT machine but after few requests it is getting hung. Is there any load factor to be configured? What is the maximum no of users it can take? I had downloaded this Tomcat form Jakarta.a

RE: Load on Tomcat 4.1.12

2002-11-27 Thread JOAN INTERD4U
ction(); conn.setAutoCommit(false); (...) conn.close(); conn = null; // Add this line after closing -Mensaje original- De: Deepa Raja [mailto:[EMAIL PROTECTED]] Enviado el: miƩrcoles, 27 de noviembre de 2002 12:26 Para: Tomcat Users List Asunto: RE: Load on Tomcat 4.1.12 Hi Sasi Cl

RE: Load on Tomcat 4.1.12

2002-11-27 Thread Deepa Raja
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 11:17 AM To: Tomcat Users List Subject: RE: Load on Tomcat 4.1.12 Hi Deepa, Thanks for your suggestion.But infact i am closing all the connections.But still it is throwing exception saying that "Increase the mex threads

RE: Load on Tomcat 4.1.12

2002-11-27 Thread P Sasidhar
lto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 4:29 PM To: Tomcat Users List Subject: RE: Load on Tomcat 4.1.12 Hi, If you are connecting to the database make sure it closes the connection. I had a similar problem before when the database pooling failed to work leaving behind sever

RE: Load on Tomcat 4.1.12

2002-11-27 Thread Deepa Raja
helps Deepa -Original Message- From: P Sasidhar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 10:54 AM To: Tomcat Users List Subject: Load on Tomcat 4.1.12 Hi All, I need urgent help! I have installed my small webapp on Tomcat 4.1.12 on Windows NT machine but after few

Load on Tomcat 4.1.12

2002-11-27 Thread P Sasidhar
Hi All, I need urgent help! I have installed my small webapp on Tomcat 4.1.12 on Windows NT machine but after few requests it is getting hung. Is there any load factor to be configured? What is the maximum no of users it can take? I had downloaded this Tomcat form Jakarta.apache.org site. Where I