How do i integrate my glassfish v3 server with urlrewrite?Detailed step by step process would be appreciated.
The reason why i want to know this is that i am deploying a php application into my glassfish server using Quercus.
But Quercus relies on mod_rewrite in the Apache Server to provide URL rewrites and this is not available in glassfish.
So i need something like a mod_rewrite filter for glassfish.I figured this out at urlrewritefilter.Thats why i need to integrate that with glassfish.
I already saw some post on how to do this and it was not clear,so can somebody provide me steps here?
Thanks