Thanks :) -----Original Message----- From: Kevin Yank [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 16, 2001 10:37 PM To: [EMAIL PROTECTED] Subject: RE: Running Tomcat as a service
Try typing "java -X" to view the list of non-standard (OS specific) java options. __________________________________ Kevin Yank Technical Content Director SitePoint.com - Master the Web! e: [EMAIL PROTECTED] w: www.sitepoint.com p: +1 514 457 1116 ___________________________________ -----Original Message----- From: "Tarek M. Nabil" [mailto:[EMAIL PROTECTED]] Sent: Tue, 16 Oct 2001 14:58:00 +0200 To: [EMAIL PROTECTED] Subject: RE: Running Tomcat as a service You're right, it worked :) Thanks man :) But if you write java and read the usage, you find nothing about this option, why isn't it documented, do you have any idea? -----Original Message----- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 16, 2001 2:09 PM To: [EMAIL PROTECTED] Subject: RE: Running Tomcat as a service Add -Xrs to the call to start Tomcat at the bottom of the wrapper.properties file. (Its a JVM parameter to indicate that the service should ignore the user logoff signal)
