> From: Bill Rebey [mailto:bill.re...@isirona.com] 
> Subject: Windows Service Start Fails at Command Line

> Using 6.35 of Tomcat, the line "tomcat6.exe //RS//Tomcat6"
> fails to start Tomcat.

That's as expected; the //RS option is only for use by the Windows service 
manager.  If you want to start the service from the command line, use:

    net start Tomcat6

or

    tomcat6w //MR//Tomcat6

The latter will also place the Tomcat monitor into the system tray.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to