MYECLIPSE2015 cannot start Tomcat, prompt:
Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are.
The server may already is running in another process, or a system process may is using the port. To start this server you'll need to stop the other process or change the port number (s).
Today we're going to talk about the problems encountered by MyEclipse using the locally installed Tomcat development process
The above problem all know is the port is occupied caused by the problem, on the internet also see a lot of, is not see a good solution, are not useful, today we say is how.
First of all, when we configure a Tomcat service in MyEclipse, it is not myeclipse to install itself.
Configure your own Tomcat
After going to the corresponding configuration, configure a lot of online, can not be found on the Internet. After configuration our project has a server of its own, this server is brand new. The configuration information is the same as our locally installed Tomcat configuration. Using this to run the project will report the error.
Solve:
Enter the local Tomcat installation directory to find the Tomcat installation directory/conf/server.xml
Edit, change 8005, 8080, 8009 to 8885, 8888, 8889, rerun project OK