Jump to content

Java servlet program fails to run in eclispe because ports are in use

I am trying to run a servlet program on eclipse using tomcat server, but whenever i  try to run it, it says my ports are in use. I tried changing my port numbers several times. I also reinstalled the server and also tries a different verion. Finally, I used the netstat command to find the process which is keeping the port busy. It says svchost.exe is using my ports.

Screenshot (3).png

Link to comment
Share on other sites

Link to post
Share on other sites

Kill the process and try again?

Sudo make me a sandwich 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×