Friday 6 April 2018

The Tomcat connector configured to listen on port 8090 failed to start : Spring Boot Application - Eclipse

Issue : 

The Tomcat connector configured to listen on port 8090 failed to start. The port may already be in use or the connector may be misconfigured.

Below mentioned are the solutions which might help you

Step1: In the application.properties file add server.port with port number other than 8090 as shown below

and re run the application

Step 2: Stop the application by clicking red icon and re run the application


Hope this helps.

Any other solutions for above problem are welcome:)


No comments:

Post a Comment