tomcat stops when logout

2003-03-19 Thread Wey Hueymeei
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

RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:18 PM To: [EMAIL PROTECTED] 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

Re: tomcat stops when logout

2003-03-19 Thread NormW
: 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

Re: tomcat stops when logout

2003-03-19 Thread David Boyer
PROTECTED] Sent: Wednesday, March 19, 2003 11:34 AM Subject: RE: tomcat stops when logout Windows or Unix/Linux If you are a Windows user then goto www.redhat.com/mirrors.html and get Linux :-} If you are a Unix/Linux user just us the command - nohup ./startup.sh and it should work

Re: tomcat stops when logout

2003-03-19 Thread Wey Hueymeei
- 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

RE: tomcat stops when logout

2003-03-19 Thread Filip Hanik
what about if your do ./catalina.sh run Filip -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:14 AM To: Tomcat Users List Subject: Re: tomcat stops when logout sorry.. It's Solaris 8 and java version 1.4.1_02 I tried

RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
: Re: tomcat stops when logout sorry.. It's Solaris 8 and java version 1.4.1_02 I tried -nohup ./startup.sh and it still dies after I log out of the terminal. Sylvia Windows or Unix/Linux If you are a Windows user then goto www.redhat.com/mirrors.html and get Linux :-} If you are a Unix

RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
That is already in the catalina script 21 merges the sterr and stout streams to catalina.out file. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:16 PM To: Tomcat Users List Subject: RE: tomcat stops when logout what about if your do

Re: tomcat stops when logout

2003-03-19 Thread Dov Rosenberg
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

Re: tomcat stops when logout

2003-03-19 Thread Wey Hueymeei
Stephen, Thanks a lot! It works!!! Sylvia - Original Message - From: Jackson, Stephen [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:16 PM Subject: RE: tomcat stops when logout nohup ./startup.sh switch to ksh first. do am man on nohup

RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
Your very welcome. -Original Message- From: Wey Hueymeei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:32 PM To: Tomcat Users List Subject: Re: tomcat stops when logout Stephen, Thanks a lot! It works!!! Sylvia - Original Message - From: Jackson, Stephen [EMAIL

Re: tomcat stops when logout

2003-03-19 Thread Jake Robb
that, however. Someone more familiar with runlevels might be able to fill you in. -Jake - Original Message - From: Wey Hueymeei [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:31 PM Subject: Re: tomcat stops when logout Stephen, Thanks a lot