Should I use java-based rewrites instead of mod_rewrite?

Posted by beerbajay on Stack Overflow See other posts from Stack Overflow or by beerbajay
Published on 2010-04-27T11:00:50Z Indexed on 2010/04/27 11:03 UTC
Read the original article Hit count: 193

Filed under:
|
|

I want to implement some attractive /path/to/my/app URLs for a java application. There is already an apache instance in front of the app server, with mod_rewrite installed. Do I win anything by using a java-based rewriter like UrlRewriteFilter instead?

© Stack Overflow or respective owner

Related posts about java

Related posts about mod-rewrite