• 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

Newbie - Some Question on Eclipse and tomcat.

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i am a new user for Using Eclipse with Tomcat in a project. Eventhough, i have used Tomcat alone for my certification purpose, i have not used Tomcat and Eclipse together.

now i have a web appliaction , for which i have created a project, and imported my code ( with Src (all my servlets,business objects) and web folders ( where i have ( jsps,html,web.xml) ) from CVS.

now when i click run on server on my project. i am getting 404 in the webbrowser.
Since the context root of my project is "myProject" (which is also my project name)
for this url http://localhost:8080/myProject/ i am getting 404.

note :
1)i am not getting any error on console either in tomcat startup nor after invocation.
iam getting follwing message in the console." Servlet 'fulfillment' configured successfully"

2)now under Servers directry in eclipse i could see web.xml ( which is
looks like tomcat default web.xml)

3)my web.xml in the web directory under myProject directory has welcomefile entry. and there is no entry for /myProject.

Am i missing something ??

pls help
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Babu,
Which plugin are you using to get Tomcat support in Eclipse?
 
Get me the mayor's office! I need to tell her about 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