2011/4/1 Cha <eric.cha.r...@gmail.com>:
> 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

Missing '>'.

Do you have a Filter that catches such requests and rewrites the URL?
If you do, then the request will never reach the servlet.

> </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?

Best regards,
Konstantin Kolinko

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

Reply via email to