| mshpigel wrote: |
| I am having exactly the same propblem. I am trying to stop Tomcat through MyEclipse IDE after successfully starting it.
I am doing through the Application Server connector. My OS is Windoes XP. Eclipse - 3.1 MyEclipse - 4.0.3GA Tomcat - 5.5.12 Java - JDK 1.4 - also specified as the JDK in the App Server Connector Below is what I get on the Console: Jan 9, 2006 1:50:41 PM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Jan 9, 2006 1:50:42 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@3a5794') Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@4be2cc') Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@16ef71') Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextDestroyed() Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1c888d9') Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@f1f051') Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '[Ljava.lang.String;@1d88db7') Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Jan 9, 2006 1:50:42 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextDestroyed() Jan 9, 2006 1:50:42 PM org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8080 Jan 9, 2006 1:50:42 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Failed shutdown of Apache Portable Runtime |