Hi, This sounds like you are not starting Tomcat as a daemon using nohup. Try starting Tomcat with (assuming you are in Tomcat's bin folder)
nohup ./startup.sh & This will allow you to close the shell and have Tomcat still running. Cheers, Allistair. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 22 December 2004 10:27 > To: Tomcat Users List > Subject: Re: tomcat stops when root ssh session ends > > > Perhaps catalina_home is not defined in the root environment? > What is the result of echo $CATALINA_HOME at the root prompt? > Morten Andersen <[EMAIL PROTECTED]> wrote on 22/12/2004 11.22.31: > > > I'm running a tomcat server on a debian machine. I start the tomcat > server > > through a ssh session. > > > > There has been no problems so far but just recently I > became a Root on > the > > machine. > > > > Whenever the ssh session ends tomcat stops... > > > > tomcat version 4.1.18 > > > > > > Morten Andersen > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > <FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> ------------------------------------------------------- QAS Ltd. Developers of QuickAddress Software <a href="http://www.qas.com">www.qas.com</a> Registered in England: No 2582055 Registered in Australia: No 082 851 474 ------------------------------------------------------- </FONT> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
