• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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??
 
Remember to always leap before you look. But always take the time to smell the tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic