Hi Ben,
I’m using eclipse configured with Tomcat 7.
I can browse to: http://localhost:8090/fg/rewrite-status and see the rules.
I use the default rule to test if it works:
The rule means that requests to /test/status/ will be redirected to
/rewrite-status
the url will be rewritten.
/test/status/
%{context-path}/rewrite-status
But it seems like there is no redirect/rewrite when I’m browsing to: http://localhost:8090/fg/test/status or http://localhost:8090/test/status.
I’m getting HTTP error 404.
Thanks in advance.