| Author |
servlet-mapping doesn't do its job?
|
Garrett Smith
Ranch Hand
Joined: Jun 27, 2002
Posts: 401
|
|
Is the container ignoring my servlet mapping? I can't explain why the error is thrown. How could the container ignore the servlet-mapping? Could it be a Tomcat configuration issue? Running on Tomcat 6.
|
comp.lang.javascript FAQ: http://jibbering.com/faq/
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Do you have the full stack trace. Configuration (mapping) errors don't usually result in FileNotFoundExceptions. Are you doing any file I/O in your servlet?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: servlet-mapping doesn't do its job?
|
|
|