|
From: Leif M. <le...@ta...> - 2005-02-13 11:46:56
|
Dave, Most likely this is a configuration problem. The first thing you should do is to run the application in console mode and verify that it is working there BEFORE trying to install and run it as service. In either mode, you will need to look at the wrapper.log file to see the cause of the problem. If you are running in console mode, this is all visible in the console, making it much easier to debug. If the problem is not apparent. Then please add the wrapper.debug=true property and rerun your application. I will then need to see the resulting log file from a single JVM run, along with your wrapper.conf file to be able to help out. Cheers, Leif Dave Whaley wrote: > First, I searched the user list for a solution to this, but did not > see anything. > > I was able to create a Windows (XP) service, that starts Tomcat. > However, when I try to stop the service, I receive: > > “service was not running”. The service cannot shutdown Tomcat5. > > When I use the Wrapper 3.1.2 to start the service, it issues a message > “service was launched, but failed to start”. > > How can I make it so the service can stop Tomcat when I shutdown? > |