I have installed Apache
Tomcat 6.0.28 as a Windows service.
I am able to start it from the Windows service panel as well as via net start Tomcat6
But I would like to start Tomcat as a Windows service using the command line.
If I try to start Tomcat via tomcat6.exe it starts but not as Windows service.
If I try to start Tomcat via tomcat6.exe //RS//Tomcat6 it tries to start but then stops.
The only output I get is within the log jakarta_service_20101215.log
[2010-12-15 13:57:10] [info] Commons Daemon procrun (1.0.2.0) started
[2010-12-15 13:57:10] [info] Running Service...
[2010-12-15 13:57:10] [info] Run service finished.
[2010-12-15 13:57:10] [info] Commons Daemon procrun finished.
Do you have any idea why this fails?
Thanks in advance!
Lars