Deployment Error:Starting of Tomcat Failed, the Server Port 8080 Is Already in Use

Tomcat Server Error - Port 8080 already in use

All I had to do was to change the port numbers.
Sample Image

  1. Open Eclipse

  2. Go to Servers panel

  3. Right click on Tomcat Server select Open, Overview window will appear.

  4. Open the Portstab. You will get the following:

    • Tomcat adminport

    • HTTP/1.1

    • AJP/1.3

  5. I changed the port number of HTTP/1.1 (i.e. to 8081)

  6. You might have to also change the port of Tomcat adminport (i.e. to 8006) and of AJP/1.3 (i.e. to 8010).

  7. Access your app in the browser at http://localhost:8081/...

Starting of Tomcat failed, the server port 8080 is already in use

Try listing all the apps and their ports, and check for the one using 8080 and try to kill it or you can directly kill whatever app is using that port

The 2nd option is to change the port of your tomcat server with any available port

I hope this may solve your problem



Related Topics



Leave a reply



Submit