• 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

Tomcat integration with Eclipse

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

I configure my Tomcat with Eclipse and then start the Tomcat server with Eclipse.
When I hit below link:
http://localhost:8080/NewProject/MyJsp.jsp
IE browser displays me correct page.

After that I hit
http://localhost:8080/
and it shows me Error-404, instead of showing Tomcat Homepage.

Note: After facing above problem, I stopped Tomcat server from Eclipse and again start it manually. After that when I hit http://localhost:8080/, it displayed me correct homepage. But then I again hit http://localhost:8080/NewProject/MyJsp.jsp which now show me Page not Found Error.


Please suggest me a solution asap.


Thanks,
Vaibhav
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic