Hi,
I am facing issue while starting
tomcat 7.0 via eclipse. I am using eclipse kepler and using Windows 7 OS.
When i start Tomcat via "Services" option, it starts fine,
and when i try localhost:8080 in browser, the apache default page opens ok.
However when i add Tomcat 7.0 in Eclipse and try to start Tomcat;i get the below error.
Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
As suggested by others, i change my port numbers (random numbers), 8010,9090,8019.
In this scenario Apache server starts up fine and localhost:9090 is working ok too, however i get similar error while trying to start server via eclipse
Several ports (8010, 9090, 8019) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
Please suggest, how do i actually find if any application are using the above port or
kindly suggest some alternative to overcome this issue.
Thanking in anticipation
