• 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

How to Start Tomcat in Eclipse?

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

I have the Eclipse up and running. And I have installed Tomcat in C:\apache-tomcat-7.0.6 and I have tested http://localhost:8080, etc.

I can start the Tomcat using the .bat file or in DOS window.

How do I start the Tomcat in the Eclipse? I appreciate your help.
 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Natalie,

You will find an option in latest version of Eclipse, through which you can add a server.

Normally, you should be able to do using File - > New - > Servers

Hope this helps.

Thanks,
Sujeeth
 
Natalie Kopple
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot for your help.
 
Saloon Keeper
Posts: 27807
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
You can use the "run on server" menu option if you're using the WTP plugin supplied with the j2EE spin of Eclipse.

Personally, I loathe WTP - it's far too limiting, So I install the sysdeo Tomcat plugin. Sysdeo adds 3 toolbar buttons and associated menu options, one to start Tomcat, one to stop Tomcat and one to restart (start/stop).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic