Error running Tomcat 6:address localhost:8080 is already in use

Source: Internet
Author: User
Error reason:
port 8080 is occupied by other applications.
Solution:
First step, command prompt symbol, execute command: C:\windows\system32\netstat–ano
Active connections
Proto Local address          Foreign        Address State           PID
TCP    0.0.0.0:8080           0.0.0.0:0              listening       656
tcp    0.0.0.0:8080           0.0.0.0:0              listening       656
visible, 8080-port process PID is 656
second step, command prompt symbol, execute command: tasklist
image name                       pid Session name           Session #       Memory usage
========================= = = ================ ======== ============
TNSLSNR.exe                  656 Console                 0      8,992 K
is visible, the 8080-port-consuming process is the
third step TNSLSNR.exe, through Task Manager, Terminate process TNSLSNR.exe
step fourth, restart Tomcat to start normally

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.