RE: tomcat stops when logout

2003-03-19 Thread Jackson, Stephen
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. The startup.sh script backgrounds the process so no worries there. HTH -Original Message-

Re: tomcat stops when logout

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

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
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/Linux user just us the command -

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

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