A common way to solve the 8080-port footprint when Tomcat starts

Source: Internet
Author: User
Tags continue tomcat
Solve
  1. Start-> Run->cmd->netstat-a-N to confirm that port 8080 is being used. If it is, continue to 2, otherwise it is not covered in this article, please Google yourself
  2. Use the firewall of Skynet, Kaspersky, etc, to see which program is occupied by 8080 ports. If the program is not important, then close the program, or even uninstall the program, continue 4; otherwise, the program is important can't stop, then continue 3
  3. Modify the Server.xml under Tomcat's Conf folder to start, change Tomcat's port from default 8080 to another conflict-less port, such as 8088, and change <connector port= "8080" to <connector Port= "8088", continue 4
  4. Restart Tomcat, if the problem is still 8080 port is occupied, then continue 1, otherwise not part of the scope of this article please Google yourself


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.