RE: Tomcat stop when exit telnet session

2002-10-05 Thread Robert Parker
: Re: Tomcat stop when exit telnet session I try both nohup /etc/init.d/tomcat4 start or nohup /etc/init.d/tomcat4 start were also work. Thank yours help. - Original Message - From: Hauck, Joe [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday

Re: Tomcat stop when exit telnet session

2002-10-04 Thread Nancy Crisostomo Martinez
Hi Fong, I had the same behavior but in Tomcat 3.3 with Solaris 8. It was very frustrated for me, but I got a very good solution because I still think that it's not the best. You onlu have to run tomcat like this: (I did this in Tomcat 3.3) nohup tomcat.sh start nohup.out So in the nohup.out

RE: Tomcat stop when exit telnet session

2002-10-04 Thread jon wingfield
I've never used solaris8 so the following may be in error, but here goes. On linux using seems not only to put the process in the background but also seems to be nohup (no hang up). On hp-ux 10/11 using seems only to put the process in the background and NOT nohup. So, i surmise that solaris8

Re: Tomcat stop when exit telnet session

2002-10-04 Thread Dan Lipofsky
You onlu have to run tomcat like this: (I did this in Tomcat 3.3) nohup tomcat.sh start nohup.out So in the nohup.out file Tomcat will store all the console messages. In fact, it's a unix patch... :-) The syntax I use is nohup tomcat.sh start nohup already redirects everything to

Re: Tomcat stop when exit telnet session

2002-10-04 Thread Nancy Crisostomo Martinez
Jon, I even tried the , but it didn't work for me. I don't know why...but maybe it really works for Fong... jon wingfield wrote: I've never used solaris8 so the following may be in error, but here goes. On linux using seems not only to put the process in the background but also seems to

RE: Tomcat stop when exit telnet session

2002-10-04 Thread Hauck, Joe
To: Tomcat Users List Subject: Re: Tomcat stop when exit telnet session Jon, I even tried the , but it didn't work for me. I don't know why...but maybe it really works for Fong... jon wingfield wrote: I've never used solaris8 so the following may be in error, but here goes. On linux using

RE: Tomcat stop when exit telnet session

2002-10-04 Thread Milt Epstein
On Fri, 4 Oct 2002, jon wingfield wrote: I've never used solaris8 so the following may be in error, but here goes. On linux using seems not only to put the process in the background but also seems to be nohup (no hang up). On hp-ux 10/11 using seems only to put the process in the

Re: Tomcat stop when exit telnet session

2002-10-04 Thread Milt Epstein
On Fri, 4 Oct 2002, Nancy Crisostomo Martinez wrote: Jon, I even tried the , but it didn't work for me. I don't know why...but maybe it really works for Fong... What shell are you using? My guess is that's a ksh-type shell. (See the note I sent out about the relation between nohup/ and

RE: Tomcat stop when exit telnet session

2002-10-04 Thread Mike Jackson
Try nohup tomcat4 run startup.log 21 . There's something in the way that tomcat starts within the catalina.sh file that seems to confuse things. This is also a problem for me on version 3.3 of tomcat, but I run on Unixware not solaris. --mikej -=- mike jackson [EMAIL PROTECTED]

Re: Tomcat stop when exit telnet session

2002-10-04 Thread fong
]] Sent: Friday, October 04, 2002 1:22 PM To: Tomcat Users List Subject: Re: Tomcat stop when exit telnet session Jon, I even tried the , but it didn't work for me. I don't know why...but maybe it really works for Fong... jon wingfield wrote: I've never used solaris8 so the following may