Hello,

We are using Tomcat 7.0.11 with the following servlet-mapping

<servlet-mapping>
<servlet-name>app</servlet-name>
<url-pattern>*.htm</url-pattern>
<url-pattern>/en/*</url-pattern
</servlet-mapping>

The problem we find if the incoming url is like "http://example.com/en/yp/list/cat/10/1";, it will not matched to the 'app' servlet. Any ideas? Could it be a problem in tomcat matching algorithm?

Regards,
Cha

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to