• 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

Apache -> Tomcat servlet problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi:
I was hoping someone would have a quick fix for this issue.
Scenario:
Apache 2.0.43 - Port 8000
Tomcat 4.0.3 - Port 8080
Through Apache and Tomcat, I can run example Tomcat JSP and servlets just fine.
Ex: http://localhost:8080/examples/servlets
http://localhost:8000/examples/servlets
http://localhost:8080/examples/jsp
http://localhost:8000/examples/jsp
All work.
My own Tomcat servlet works from ROOT directory:
http://localhost:8080/servlet/MyServlet
Apache servlet does not work (gives HTTP 404 not found error):
http://localhost:8000/servlet/MyServlet
Any ideas??
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic