On Tue, Sep 03, 2002 at 04:50:43AM -0000, Sujoy Ghosh wrote: > Hi, > > I am running Tomcat 3.2.3 on Linux 6.1 with JDK1.2.2 . Few > websites are configured on this Apache web server. Recently I am > experiencing a peculiar problem. Tomcat suddenly stops working & > have no clue any of the logs for this stoppage. Everytime the > server needs to reboot as restarting Tomcat actually doesn't > start the service.
'stops working' as in, the JVM crashes (do 'ps axw' and check for java threads), or as in Tomcat 'hangs' and stops responding? Are you *sure* you're capturing all the logs? IIRC, by default Tomcat 3.2.3 sends logs to the console of the user who last restarted it, so you effectively lose them when that user logs out. Anyway, if the JVM is crashing, upgrade the JVM; if Tomcat is hanging, either fix your app :) or upgrade Tomcat. --Jeff > Would really appreciate if you can please suggest or help me > solving this issue. > > Thanks in advance. > > -best regards > > Sujoy > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
