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.

[730 byte] By [strongpaulya] at [2007-11-27 9:19:53]
# 1
and the log files contain no error messages at all?
gimbal2a at 2007-7-12 22:12:34 > top of Java-index,Java Essentials,Java Programming...
# 2
The only error message i receive is a 404 error in the access logs.
strongpaulya at 2007-7-12 22:12:34 > top of Java-index,Java Essentials,Java Programming...