The Artima Developer Community
Sponsored Link

Java Answers Forum
Tomcat v5.5 Server @ localhost are already in use

3 replies on 1 page. Most recent reply: Sep 1, 2006 3:17 AM by Siddhartha Bhattacharjee

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 3 replies on 1 page
jeff lee

Posts: 1
Nickname: jefflee
Registered: Aug, 2006

Tomcat v5.5 Server @ localhost are already in use Posted: Aug 20, 2006 1:50 PM
Reply to this message Reply
Advertisement
Hello,

When I try to debug a web application using Tomcat5.5 and Eclipse 3.2 from “debug As” ->”Debug on server”. In the server overview section, server name = “Tomcat v5.5 Server @ localhost”, hostname = “localhost”, runtime = “Apache Tomcat v5.5”, config path = “/Servers/Tomcat v5.5 Server @ localhost-config”, but I got following error:

“Several ports (8005, 8443, 8009) required by Tomcat v5.5 Server @ 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).”

Anyone can help me with it?

Thanks,

Jeff


teddy wodds

Posts: 6
Nickname: hotspire
Registered: Aug, 2006

Re: Tomcat v5.5 Server @ localhost are already in use Posted: Aug 23, 2006 12:50 AM
Reply to this message Reply
Just stop the ports from windows service.
http://www.filig.com/

Lynn Hollerman

Posts: 67
Nickname: gmholler
Registered: Mar, 2002

Re: Tomcat v5.5 Server @ localhost are already in use Posted: Aug 23, 2006 6:57 AM
Reply to this message Reply
You will need to change the ports in Tomcat's server.xml. I'm not sure how Eclipse uses the various ports, but the three you have listed are for shutdown, https, and ajp. Search for them by number in the server.xml file (in Tomcat's /conf directory). I'm not sure how it works on Windows, but on a Unix system "netstat -na" will show you what ports are active.

Lynn.

Siddhartha Bhattacharjee

Posts: 1
Nickname: ssbavi
Registered: Sep, 2006

Re: Tomcat v5.5 Server @ localhost are already in use Posted: Sep 1, 2006 3:17 AM
Reply to this message Reply
Some other processes are blocking the ports that Tomcat current configuration needs to work properly.

Either You can stop other services blocking the required ports, or you can configure Tomcat to use a different port.

Flat View: This topic has 3 replies on 1 page
Topic: Is Pjax ( Push technology for Ajax-like paradigm ) valuable? Previous Topic   Next Topic Topic: reading weblinks used ina pdf file

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use