It sounds like you are running on a Unix platform. If so, you need to run from a c shell and use nohup. Bash seems to terminate the process started whereas c shell will allow it to continue.

$ csh
mycomputer.com % nohup ./startup.sh &

the & puts the process in the background

HTH

Dov Rosenberg


On Wednesday, March 19, 2003, at 12:37 PM, NormW wrote:


Good morning.
I read in my Tomcat book that shutdown on exit was a known problem with JRE
1.3 on Windows and it recommends upgrading to 1.4 (now 1.4.1).
HTH
Norm


----- Original Message -----
From: "Wey Hueymeei" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 20, 2003 4:17 AM
Subject: tomcat stops when logout


Hello,

I am new to tomcat.
I manually start tomcat from $CATALINA_HOME/bin/startup.sh as root from
ssh
terminal.
I found everytime I logout, tomcat stops. Am I missing anything?

Thanks,
Sylvia


--------------------------------------------------------------------- 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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to