HttpProcessor Problem - Starting background thread

2004-04-16 Thread Namasivayam, Sudhakar (Cognizant)
Hi, My webapp was running fine for 2 days when suddenly, a static thread had stopped... this thread should be always alive I searched the logs but find only this entry 2004-04-16 13:43:41 HttpProcessor[8080][6] Starting background thread What does this mean? Please can any tell me the

RE: HttpProcessor Problem - Starting background thread

2004-04-16 Thread Namasivayam, Sudhakar (Cognizant)
thanks Yoav.. Actually The Thread hang was a DB problem and i confused with this log msg.. sudhakar -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 6:28 PM To: Tomcat Users List Subject: RE: HttpProcessor Problem - Starting background

RE: Objects using thread on Start/Stop of Tomcat

2004-04-12 Thread Namasivayam, Sudhakar (Cognizant)
manager and all your threads, otherwise tomcat's JVM process will not die. Yoav Shapira Millennium Research Informatics -Original Message- From: Namasivayam, Sudhakar (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 2:10 AM To: Tomcat Users List Subject: Objects using

Objects using thread on Start/Stop of Tomcat

2004-04-08 Thread Namasivayam, Sudhakar (Cognizant)
hi all, I have a Thread mgr which will create a thread. No if i Start and Stop the Tomcat, The older mgr object seems to be still in the JVM and this causes a problem because a new mgr is created and i have two copies of threads running simultaneously.. Can any one tell me whether

RE: Struts 1.1 +Tomcat 4.0.4 -- RequestProcessor - Exception

2004-03-23 Thread Namasivayam, Sudhakar (Cognizant)
or org.apache.struts.tiles.TilesRequestProcessor? Adrian - Original Message - From: Namasivayam, Sudhakar (Cognizant) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 12:27 AM Subject: Struts 1.1 +Tomcat 4.0.4 -- RequestProcessor - Exception Hi all, This error

Struts 1.1 +Tomcat 4.0.4 -- RequestProcessor - Exception

2004-03-22 Thread Namasivayam, Sudhakar (Cognizant)
Hi all, This error happens only in Tomcat 4.0 and not Tomcat 5.0.19 in Linux 7.0. Am i missing any library files? I have put the latest library files. I did find similar mail in the struts archives but no response to that... Or is this the problem with my manager webapp?

java.lang.IllegalStateException: zip file closed

2004-03-17 Thread Namasivayam, Sudhakar (Cognizant)
Hi all, I deployed my webapp using the war file biult using ant 1.6. The webapp is deployed and works well. But when i stop and atart again through the manager I get the exception Zip file closed error. But removing and installing again works well... What could be posssible cause??? I