RE: Servlet thread safety in Tomcat

2004-02-09 Thread Yu, Albert
If you implement the SingleThreadModel interface for your Servlet class, TomCat will create a new instance for each request. Albert -Original Message- From: kwirirai [mailto:[EMAIL PROTECTED] Sent: Monday, February 09, 2004 2:12 PM To: Tomcat Users List Subject: Re: Servlet thread

Tomcat service on Windows 2000 stopped unexpectedly

2003-07-14 Thread Yu, Albert
Hi, All I'm running multiple Tomcat4.1.18/JSDK1.4.2 instances on Windows 2000 (SP3) as services. Unfortunately, those tomcat services randomly stopped unexpectedly. Windows event log didn't tell much detail, Tomcat log either. Does anyone have this kind of experience? How can I address it? Any