Re: Connection and Tomcat server

2004-08-16 Thread Jignesh Patel
I can say, this is purely a connection closing problem. That's the reason when you restart the tomcat it works fine till the time all the connection in the connection pool utilize and then after it hangs. Are u closing your connection in finally block? -Jignesh On Mon, 2004-08-16 at 02:14, Rajes

Connection and Tomcat server

2004-08-15 Thread Rajesh
Hai guys am still fasing same problem with my struts,tomcat with mysql. am working in the environment of tomcat,struts,dbcp,JP2, mysql.. i developed a site of round 20-50 actions which accesses db through DBCP to MySQL i completely debugged my site theroughly, there is no but in my code. i upl