• 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

Tomcat6/mod_jk/Apache2 with 404s on basic examples

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using the following basic guides...

http://ubuntuforums.org/showthread.php?t=420034
http://ubuntuforums.org/showthread.php?t=422472

I attempt to access the default Tomcat examples, such as http://localhost/examples/jsp/jsp2/el/basic-arithmetic.jsp, and am getting "not found".

These guides seem pretty staightforward, and the only changes I've made to the files outside of what's in the guides is adding "JkMount /examples ajp13_worker" and "JkMount /examples/* ajp13_worker" to the appropriate section (according to the guides above) in apache2.conf

Any ideas would be appreciated. I just want to see basic, default examples from tomcat.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic