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
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
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
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
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