> From: David Smith [mailto:[EMAIL PROTECTED]
> Subject: Re: Problem in Running a servlet
>
> Also look for a core dump as there's a chance the JVM crashed
Also look for code in the servlet or classes it uses doing a
System.exit() - a very obnoxious thing in a container envir
The stack below tells me tomcat isn't running any longer after you try
to run your servlet. In addition to what Mark suggested, your
catalina.out file from the point your servlet was called onward would
also be helpful. Also look for a core dump as there's a chance the JVM
crashed -- that wou
Raghavan_sat wrote:
Hi,
I have a servlet program that works fine under tomcat running in
windows... But the same servlet program is not running under tomcat running
in fedora... when i access this servlet tomcat just goes off.. in the sense
i was even unable access the home page which i can eas