This happens when there is some error in the wrapper.properties file or
server.xml file.
Try to run the following command which is in wrapper.properties and check if
the service starts up.
#
# This is the command line that is used to start Tomcat. You can *add* extra
# parameters to it but you can not remove anything.
#
wrapper.cmd_line=$(wrapper.javabin) -classpath $(wrapper.class_path)
$(wrapper.startup_class) -config $(wrapper.server_xml) -home
$(wrapper.tomcat_home)
or try to run the tomcat.bat file which is in Tomcat\bin folder.
Look for any error message that comes on the console.
Hope this will help.
-----Original Message-----
From: Robert Berger [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 12:35 AM
To: [EMAIL PROTECTED]
Subject: NT Service won't start
I edited wrapper.properties and ran jk_nt_service.
When I do "net start Tomcat", it says
The Toncat service is starting.
The Tomcat service could not be started.
The service did not report an error.
There is nothing in the log files.
What can I do to get this working?