There is only one rule:
<rule>
<from>^/customer/.*$</from>
<to>/page.jsp</to>
</rule>
It works as expected when accessing the tomcat instance directly on
localhost:8080, but if I access
http://www.servername.com/customer/test
I get a 404.
Whether the context path is set correctly or not I can't say, except
to say that the webapp otherwise works fine.
On Nov 9, 5:17 pm, Avlesh Singh <
avl...@gmail.com> wrote:
> Are you sure only the UrlRewriteFilter is not working?
> Is context path correctly set in your tomcat's server config?
> Do you have rules, in your urlrewrite.xml, based on host name?
>
> Cheers
> Avlesh
>