Tomcat help
Im not sure if this is the right place to ask but I am at the end of my tether. I have set up tomcat 5.5.16 with a servlet mapped to /service/login
, but also have a static directory /service
, with static html and javascript files in it. The servlet does not load because the directory exists. If I change the servlet mapping to /servlet_/login
OR change the directory name to service_
it will work, but I cannot perform local references in the code, which is very annoying. I have managed to get the exact same setup working on a different system, so I know it can be done, and assume that some configuration option is different but I don't know what it is.
Any help would be appreciated.

