• 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

Servlet problems thru mod_jk...

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having a problem with some servlets that I've got running. If I view them thru tomcat, they are served properly:
http://webserver:8080/LMS/servlet/LMS.Connect...
however, if I run them thru mod_jk, apache returns a 404, saying that LMF.Connect does not exist:
http://webserver/LMS/servlet/LMS.Connect...
I've got the following in the web.xml file for my LMS webapp:

The webapp is set up outside of the $CATALINA_HOME/webapps.
Clearly, I'm missing something, but I don't know what it is. Can anyone be of assistance? Do I need to provide more information?
thanks,
shane.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic