• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

can't launch tomcat in eclipse

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ranchers.

I was trying to create a dynamic web project in elipse.For this I need to create a server project .The problem is even though I was able to launch apache tomcat from outside eclipse tool, like startup and shutdown etc.

I followed these steps for creating the project
1.control panel ->admin tools-> services stopped tomcat.
2.opened eclipse -->selected workspace->gave project name -->selcted tomcat base dir -->added the server .


but when I clicked on the Run As -->Run On Server it shows ports 8005 8080 8009 are aleady in use.


I am using windows vista home edition on sony vaio machine.

please help me to run the tomcat project

adv thanks , saradhi
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use a tool like TCPView from sysinternals to see what is using those ports. Then you will have to decide to either (a) stop the app using those ports, or (b) change the ports used by Tomcat.
 
rubbery bacon. rubbery tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic