I also tried to install the EXE Version of tomcat 4 on Windows 2000 as a
service, but when I start the service tomcat seem to hang up.
I get the following error message when I shut down the service after
some time :
Stopping service Tomcat-Standalone
Catalina.stop: LifecycleException: HTTP connector has not yet been started
LifecycleException: HTTP connector has not yet been started
at
org.apache.catalina.connector.http.HttpConnector.stop(HttpConnector.java:1160)
at
org.apache.catalina.core.StandardService.stop(StandardService.java:428)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:534)
at
org.apache.catalina.startup.CatalinaService.stop(CatalinaService.java:283)
at
org.apache.catalina.startup.CatalinaService.execute(CatalinaService.java:174)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at
org.apache.catalina.startup.BootstrapService.main(BootstrapService.java:360)
Stop server complete
Does anyone else have this problem?
Jens