Re: Tomcat web application stops automatically

2013-04-15 Thread Ralph Plawetzki
Am 15.04.2013 14:22, schrieb Rishad Ali: > I think I mentioned this in the question that I am using > ScheduledExecutorService to start threads every minute. This is not the > application running every minute, these are the threads I create. > And as I said It works fine for some time then it stop

RE: Tomcat web application stops automatically

2013-04-15 Thread Rishad Ali
of stopping application or nothing about Too many database connections. -Original Message- From: Ralph Plawetzki [mailto:ra...@purejava.org] Sent: 15 April 2013 13:11 To: Tomcat Users List Subject: Re: Tomcat web application stops automatically Am 15.04.2013 11:31, schrieb Rishad Ali

Re: Tomcat web application stops automatically

2013-04-15 Thread Ralph Plawetzki
Am 15.04.2013 11:31, schrieb Rishad Ali: > I have a dedicated server running CentOS 5.9, Apache-Tomcat 5.5.36. I > have written a JAVA web applications which runs every minute to collect > the data from multiple sensors. I am using ScheduledExecutorService to > execute the threads. (one thread for

RE: Tomcat web application stops automatically

2013-04-15 Thread Rishad Ali
Subject: Re: Tomcat web application stops automatically Rishad Ali wrote: > I have a dedicated server running CentOS 5.9, Apache-Tomcat 5.5.36. I > have written a JAVA web applications which runs every minute to > collect the data from multiple sensors. I am using > ScheduledExecut

Re: Tomcat web application stops automatically

2013-04-15 Thread André Warnier
Rishad Ali wrote: I have a dedicated server running CentOS 5.9, Apache-Tomcat 5.5.36. I have written a JAVA web applications which runs every minute to collect the data from multiple sensors. I am using ScheduledExecutorService to execute the threads. (one thread for each sensor every minute and