Re: Multiple problems with Tomcat and Struts

2007-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uma, Uma Kalluru wrote: But I am still wondering, if there was connection timeout and the first user gets an error. Why should the whole application go down? It shouldn't (go down). I mean no other user can use the application after the error.

Multiple problems with Tomcat and Struts

2007-12-12 Thread Uma Kalluru
Hi, I am using Struts1.x with Tomcat 5.5 and I see lots of problems in the log file. Actually I am using Struts data source manager to create connection pool at the startup of the server. The application works fine for some time but after some time the connection object is null. I am not sure

Re: Multiple problems with Tomcat and Struts

2007-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uma, Uma Kalluru wrote: I am using Struts1.x with Tomcat 5.5 and I see lots of problems in the log file. Actually I am using Struts data source manager to create connection pool at the startup of the server. It's a bit off topic, but you should

Re: Multiple problems with Tomcat and Struts

2007-12-12 Thread Uma Kalluru
Hi Chris, I agree with you on using container managed connection pool. I have already setup the required configuration to use container connection pool. But I am still wondering, if there was connection timeout and the first user gets an error. Why should the whole application go down? I mean no