• 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

problem in starting tomcat with eclipse

 
Ranch Hand
Posts: 1143
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,
i have installed tomcat6 in my Ubuntu system using this command [sudo apt-get install apache2] for lamp server, and i successfully started this.
now i have install eclipse and download tomcat6, and reference the downloaded tomcat6 into my eclipse, but here i am not able to start my tomcat6, it's giving me error that port is already in use, but i have also changed port from 8080 to 8081 but it still giving me error, error is:

"Port 8005 required by Tomcat v6.0 Server at localhost is 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)."

and here is my server.xml (after changing port from 8080 to 8081)

server.xml



can anyone help me in this please..




 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

May be other server running outside or in any other applications

I face this problem ,I cleared it by stoping server which is running in another workspace.

May be this solution will work for you
 
Punit Jain
Ranch Hand
Posts: 1143
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
but i removed all other servers, and every stuff from my system, and install eclipse again and configure tomcat, but still the problem is same, even i installed it on my friend's system, in that also i m facing the same problem...
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic