If you are using ssh the problem you described occurs, one way around it is to start tomcat with the following command "/usr/local/tomcat/bin/tomcat.sh start>/dev/null </dev/null 2>/dev/null"
-----Original Message----- From: Jon Eaves [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 10:37 AM To: Tomcat Users List Subject: Re: Tomcat dies If that is the cause, what's wrong with using 'nohup' ? (Or am I missing something here?) Cheers, -- jon Matthew Ritenburg wrote: > The logs say nothing. Tomcat is dying because it is not backgrounding > properly on solaris 8. The process never detaches it self from the > controlling tty. You close the console/xterm and Tomcat dies. My > question is: Why doesn't tomcat background properly on Solaris 8? > > Thanks again! > > Matt [ snip ] -- Jon Eaves <[EMAIL PROTECTED]> http://www.eaves.org/jon/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
