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 shells.) > 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 background and > > NOT nohup. > > > > So, i surmise that solaris8 is behaving like hp-ux and that you need to use > > the nohup command instead of just putting the process in the background. > > > > so i would try: > > > > nohup /etc/init.d/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 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... > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
