The Tomcat distritbution doesn't have an equivalent of mod_rewrite.
Try http://javawebparts.sourceforge.net/ It has an apache license.
-Tim
Antony Riley wrote:
Googles suggested implementation is GPL, which prohibits me from using it,
and I'm not paying for the equivalent of mod_rewrite for to
ady exist.
> Google is your friend there.
>
> Bruno Georges
>
> Glencore International AG
> Tel. +41 41 709 3204
> Fax +41 41 709 3000
>
>
> - Original Message -
> From: Antony Riley [EMAIL PROTECTED]
> Sent: 10.02.2006 14:32
> To: users@tomcat.apac
mod_rewrite using javax.servlet.Filter
Hiya all,
I'm looking at writing a Filter class which does request rewriting similar
to mod_rewrite in a apache for Tomcat (preferably written so that it will
work with any servlets 2.4 compliant server).
I'm having a little trouble with regards h
Hiya all,
I'm looking at writing a Filter class which does request rewriting similar
to mod_rewrite in a apache for Tomcat (preferably written so that it will
work with any servlets 2.4 compliant server).
I'm having a little trouble with regards how filters actually work.
The following all happe