• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tomcat server problem in Eclipse

 
Greenhorn
Posts: 29
Hibernate Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai friends.....


I am Getting the following error while running the tomcat server in eclipse .


Several ports (8006, 8087, 8009) required by Tomcat v6.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).


My Path variable is : C:\Program Files\Java\jdk1.6.0_21\bin

and

My Class Path Variable is :
C:\Program Files\Java\jdk1.6.0_21\bin;C:\Program Files\Java\jre6\bin;C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\servlet-api.jar;

Tomcat Server version is : Tomcat 6.0

That Error Was coming even if i change the Port Numbers

Could you Please tell me that Why that error was coming........


Thanks in Advance
 
haritha hari
Greenhorn
Posts: 29
Hibernate Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please Help Me friends it is very important to me...

Please Please...
 
Saloon Keeper
Posts: 27764
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Begging won't get an answer any quicker. We don't get paid here, so we only check in when it's convenient.

This message would seem to indicate that you already have another copy of Tomcat running somewhere. Probably as a stand-alone Windows Service. Only one program can "own" a TCP/IP listening port at a time, so when your Eclipse plugin tried to start a second Tomcat and it found that something was already monitoring those ports, you got error messages.
 
It's feeding time! Give me the food you were going to give to this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic