Address already in use.
solutions:
1)Type the url http://localhost:8080/ then press enter key.
2)what will happen after you did step 13)control panel-->administrative tools-->services
then stop the servie that you find in step 2.
4)start tomcat .

解决方案 »

  1.   

    端口已被使用。请重新start windwos start t0mcat
      

  2.   

    Address already in use你看看是否端口被占用了
      

  3.   

    这个端口不知道在conf\server.xml能不能改
      

  4.   

    可以改,
     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
                   port="80" minProcessors="5" maxProcessors="75"
                   enableLookups="true" redirectPort="8443"
                   acceptCount="100" debug="0" connectionTimeout="20000"
                   useURIValidationHack="false" disableUploadTimeout="true" />