Sounds like Tomcat is starting up as a service in the background. If that is so, then port 8080 is in use and your manual start up won't work. If you want to stop and start Tomecat from the menu, you are best going to the services part of the control panel and disabling Apache Tomcat.
19/03/2002 1:44:11 p.m., Rob Clother <[EMAIL PROTECTED]> wrote: >Dear All: > >I am trying to restart Tomcat by using the Windows menus, which point to >"Stop Tomcat" and "Start Tomcat". However, the "Start Tomcat" method >causes an error (included at the bottom of this message) to be written >to the console. Is this something to do with Windows XP, or am I just >forgetting to do something very basic? > >Thanks, >-- Rob Clother > >Catalina.start: LifecycleException: null.open: java.net.BindException: >Address > in use: JVM_Bind:8080 >LifecycleException: null.open: java.net.BindException: Address in use: >JVM_Bin >d:8080 > at >org.apache.catalina.connector.http.HttpConnector.initialize(HttpConne >ctor.java:1130) > at >org.apache.catalina.core.StandardService.initialize(StandardService.j >ava:454) > at >org.apache.catalina.core.StandardServer.initialize(StandardServer.jav >a:553) > at org.apache.catalina.startup.Catalina.start(Catalina.java:780) > at >org.apache.catalina.startup.Catalina.execute(Catalina.java:681) > at >org.apache.catalina.startup.Catalina.process(Catalina.java:179) > at java.lang.reflect.Method.invoke(Native Method) > at >org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) >----- Root Cause ----- >java.net.BindException: Address in use: JVM_Bind:8080 > at >org.apache.catalina.connector.http.HttpConnector.open(HttpConnector.j >ava:950) > at >org.apache.catalina.connector.http.HttpConnector.initialize(HttpConne >ctor.java:1128) > at >org.apache.catalina.core.StandardService.initialize(StandardService.j >ava:454) > at >org.apache.catalina.core.StandardServer.initialize(StandardServer.jav >a:553) > at org.apache.catalina.startup.Catalina.start(Catalina.java:780) > at >org.apache.catalina.startup.Catalina.execute(Catalina.java:681) > at >org.apache.catalina.startup.Catalina.process(Catalina.java:179) > at java.lang.reflect.Method.invoke(Native Method) > at >org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
