I have a web application where I want users to be able to type in a URL 
such as: http://www.foo.com, and have that go to a main servlet I have. 
  Basically all requests will go to this one servlet (which then figures 
out what to do, etc.).  However, I also want Apache to serve up the 
stylesheets and any non-servlet (and non-JSP, although I don't use JSP) 
files.  How can I configure this?

Right now I have a "JkMount / ajp13" in my httpd.conf file, and then I 
have my web.xml file map my main servlet to the url-pattern "/".  This 
makes the above url work, but it fails to load the style sheets and 
image files.  How can I configure this properly?

-- 
Chris Bailey            [EMAIL PROTECTED]
Wego Systems            http://www.wego.com

Reply via email to