Tomcat start error org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with Protocolhandler [" http-apr-8080 "]"

Source: Internet
Author: User

1. Use Netstat to view the usage of port 8080:

Netstat-ano | findstr 8080

The result is:

The last column represents the process PID using port 8080, and if the return result is null, the description is not used.

2. You can use Takslist to view information about processes that correspond to process numbers

Tasklist/fi "pid eq 10876"

Results:

3. Force an end to the process

taskkill/f/pid 10876

Results:

4. Rerun tomcat to start normally.

5. Modifying the Tomcat port is also possible for others.

Tomcat start error org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with Protocolhandler [" http-apr-8080 "]"

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.