I used the kit obtained at http://people.apache.org/~fhanik/wrapper.html to
install a Tomcat service. Tomcat starts from the command line using
startup.bat but I get the following error when I try to start it as a
service:
$ ./TomcatService.bat
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.0) http://wrapper.tanukisoftware.org
jvm 1 |
jvm 1 |
jvm 1 | WrapperStartStopApp: Encountered an error running start main:
java.lang.NoSuchMethodErrorjvm 1 |
java.lang.NoSuchMethodErrorjvm 1 | at
net.covalent.tomcat.wrapper.ThreadDumpWrapper.main(ThreadDumpWrapper.java:30)
jvm 1 | at
java.lang.reflect.Method.invoke(Native Method)
jvm 1 | at
org.tanukisoftware.wrapper.WrapperStartStopApp.run(WrapperStartStopApp.java:224)
jvm 1 | at
java.lang.Thread.run(Unknown Source)
wrapper | <-- Wrapper Stopped
Can anyone tell me what is wrong?
Thanks,
Ron
--
Sent from the Tomcat - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)