Sorry I'm a little late to this thread, but you could also have Tomcat start on system startup. I don't know exactly how to do this in Solaris, but in Linux it involves placing the startup script (or a link to it, or a script that calls it) in /etc/rc.d/ directory.
It's more complex than 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! 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, It is used for this very purpose. I do the same > thing > > on the same platform you are using. > > > > -----Original Message----- > > From: Wey Hueymeei [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, March 19, 2003 1:14 PM > > To: Tomcat Users List > > Subject: 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/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 > > > > > > > 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: 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 > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
