Actually, there's a simpler solution than changing OSs; I'll try to offer a suggestion that actually addresses your need rather than a self-serving elitist agenda:-}
Send the -Xrs switch to the JVM when you start Tomcat. This should work regardless of your OS. If you're using Windows, run Tomcat as a Windows service and use BootstrapService instead of Bootstrap as the startup class. I've written a utility that simplifies this: http://web.bvu.edu/staff/david/tcservcfg/ Hope this helps! ----- Original Message ----- From: "Jackson, Stephen" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL 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. The startup.sh script backgrounds the process so no worries > there. > > HTH > > -----Original Message----- > From: Wey Hueymeei [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 12:18 PM > To: [EMAIL PROTECTED] > 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]
