Re: Problems with tomcat hanging

2006-04-25 Thread james edwards
I read the relase notes for tomcat and tried setting ulimit -s 2048 in the start script (I restarted the app). I just noticed that when tomcat hangs and I can still pull up the default tomcat page if I go the the tomcat server and load the url http://servername:8088. I am wondering if my problem

Re: Problems with tomcat hanging

2006-04-25 Thread David Kerber
It kind of sounds like your connection to the database is timing out. Does this happen after the tomcat instance in question has been idle for an extended time? james edwards wrote: We are running separate tomcat and apache servers, the http requests are being proxied from the apache

Re: Problems with tomcat hanging

2006-04-25 Thread james edwards
On 4/25/06, David Kerber [EMAIL PROTECTED] wrote: It kind of sounds like your connection to the database is timing out. Does this happen after the tomcat instance in question has been idle for an extended time? Yes, overnight. Perhaps when the dB is brought down to do a backup. We will test