• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

unexcepted tomcat shutting down

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have tomcat 3.2.1 installed along with Apache 1.3 in Linux system . From past two weeks the tomcat is shutdown twice in span of 6 days. What could be the problem of tomcat shutdown ?
How could we debug the probem?
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could try starting Tomcat with debugging turned on (e.g. http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#tomcat_task_args) and see what the logs say just before Tomcat crashes.
reply
    Bookmark Topic Watch Topic
  • New Topic