• 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 use TOMCAT with ECLIPSE?

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

Please could anyone tell me how to use Tomcat with Eclipse IDE?

I got a site which explains it , but it's not working for me --
http://www.coreservlets.com/Apache-Tomcat-Tutorial/eclipse.html

I have apache-tomcat-5.5.25 and Eclipse for JAVE EE (3.3.2 version), although the document asks to use tomcat 6 version!

I added the tomcat server (v5.5) in the servers tab in my Eclipse (as the document says) and started it.
But when I test it using http://localhost/ on my browser , it shows HTTP Status 404 !


If Anyone of you have used Tomcat with Eclipse, please guide me on how to go about it.
thanks .
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.it.uom.gr/teaching/distrubutedSite/platoAcadiau_ca/EclipseAndTomcatTutorial/index.htm

Please try above link
 
prajal Mehta
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rajkumar,

Thanks for much for that wonderful link.
It's working !!
 
Author
Posts: 44
5
Python VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been working through this myself, and found this page to be helpful:

http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html

Good luck!
 
prajal Mehta
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the link, Rick!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic