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

Tomcat stop when exit telnet session

2002-10-04 Thread fong
I install tomcat 4.X in solaris8. I run /etc/init.d/tomcat4 start to start tomcat in telnet session from win2K. That is ok. But when I close the telnet session. This service is also stop. So I can't use tomcat web services. How can I keep it running? Much thanks...

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
Users List Subject: Tomcat stop when exit telnet session I install tomcat 4.X in solaris8. I run /etc/init.d/tomcat4 start to start tomcat in telnet session from win2K. That is ok. But when I close the telnet session. This service is also stop. So I can't use tomcat web services. How can I

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
/tomcat4 start Hope this helps, Jon -Original Message- From: fong [mailto:[EMAIL PROTECTED]] Sent: 04 October 2002 16:45 To: Tomcat Users List Subject: Tomcat stop when exit telnet session I install tomcat 4.X in solaris8. I run /etc/init.d/tomcat4 start to start tomcat

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
Message- From: fong [mailto:[EMAIL PROTECTED]] Sent: 04 October 2002 16:45 To: Tomcat Users List Subject: Tomcat stop when exit telnet session I install tomcat 4.X in solaris8. I run /etc/init.d/tomcat4 start to start tomcat in telnet session from win2K. That is ok. But when I close

Re: Tomcat stop when exit telnet session

2002-10-04 Thread Milt Epstein
[mailto:[EMAIL PROTECTED]] Sent: 04 October 2002 16:45 To: Tomcat Users List Subject: Tomcat stop when exit telnet session I install tomcat 4.X in solaris8. I run /etc/init.d/tomcat4 start to start tomcat in telnet session from win2K. That is ok. But when I close the telnet session

RE: Tomcat stop when exit telnet session

2002-10-04 Thread Mike Jackson
] -Original Message- From: fong [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 8:45 AM To: Tomcat Users List Subject: Tomcat stop when exit telnet session I install tomcat 4.X in solaris8. I run /etc/init.d/tomcat4 start to start tomcat in telnet session from win2K

Re: Tomcat stop when exit telnet session

2002-10-04 Thread fong
: Tomcat stop when exit telnet session In Solaris you can use the nohup command to run a program without ending when the session ends. So for tomcat it would be: nohup $CATALINA_HOME/bin/startup.sh Joe. -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED