The following error appears when running codes in the Spring Tool Suite.
.................................................. ............................
Port 8080, required by Pivotal tc Server Developer Edition version 3.0, is already in use. Perhaps the server is running in a different process, or the system process may use the port. To start this server, you need to stop another process or change the port numbers (numbers).
.................................................. ............................
Below is a screenshot of the error. 
Also, below I get on localhost: 8080

By changing the port numbers in server.xml (i.e., <Connector acceptCount="100" connectionTimeout="20000" executor="tomcatThreadPool" maxKeepAliveRequests="15" port="${bio.https.port}" protocol="org.apache.coyote.http11.Http11Protocol" redirectPort="${bio.https.port}"/> ), I get the same error with different port numbers.
java spring-mvc spring-tool-suite
Sami
source share