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 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: How to start a continuous java application in tomcat

2012-05-14 Thread Rishad Ali
4 May 2012 15:30 To: Tomcat Users List Subject: Re: How to start a continuous java application in tomcat On Mon, May 14, 2012 at 6:46 AM, Rishad Ali wrote: > I have a java application which collects some data from sensors and > stores in the database. This java application has to run c

How to start a continuous java application in tomcat

2012-05-14 Thread Rishad Ali
Hi, The scenario is: I have a java application which collects some data from sensors and stores in the database. This java application has to run continuously. On the other hand I have a web application which I am running on tomcat which collects the data from database and display it on the web.