Resolves the Port 8080 required by Tomcat v8.5 Server at localhost are already in use when starting Tomcat in eclipse ...

Source: Internet
Author: User

The following illustration error occurred while starting Tomcat in eclipse:




WORKAROUND: 1 Locate the process that occupies 8080 ports and end the process. Specific reference: http://blog.csdn.net/enniexiaorui/article/details/70161040

2. Modify Tomcat's port number:

Locate the Conf folder under the TOMCT installation path, such as the following:

D:\Program files\apache-tomcat-8.5.11-windows-x64\apache-tomcat-8.5.11\conf

Modify the configuration file under the Conf file Server.xml

<connector connectiontimeout= "20000"

port= "8080" protocol= "http/1.1"

redirectport= "8443"/>

Modify the value of the port property of the connector element above. For example, modify 8080 to 8000

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.