• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
 
A wop bop a lu bob a womp bam boom. Tutti frutti ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic