You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marc van de Geijn <ma...@vdgeijn.com> on 2002/12/18 16:04:42 UTC

StandardContext can't find match

Can somebody please give me a hint what to change if I see the following lines in the logfile? I assume it is in web.xml, but using url-pattern doesn't solve the problem.

2002-12-18 15:33:25 StandardContext[/servlet]: Decoded relativeURI='/Admas'
2002-12-18 15:33:25 StandardContext[/servlet]:   Trying exact match
2002-12-18 15:33:25 StandardContext[/servlet]:   Trying prefix match
2002-12-18 15:33:25 StandardContext[/servlet]:   Trying extension match
2002-12-18 15:33:25 StandardContext[/servlet]:   Trying default match

Thanks,
Marc