PDA

View Full Version : Help with URL masking. Apache Tomcat/5.5.25


Rodro
06-03-2009, 20:41
Dear Tomcat Users.
I’m trying to do a URL masking on Tomcat 5.5.25.

What I specifically want to do is:
I execute (call) an app with the following URL:
http://localhost:8080/ibi_apps/WFServlet?IBIF_ex=carinst

Now, I need to mask the URL to get the same result calling the app as: http://localhost:8080/car
i.e. mask “/ibi_apps/WFServlet?IBIF_ex=carinst” as “/car”.

Is this possible?
and if so,
Where shall I set this masking?
Apreciatte your help on this.
Kind regards.

Kees de Kooter
06-03-2009, 21:46
Hi Rodro,

Please take a look at UrlRewriteFilter (http://tuckey.org/urlrewrite/). I think this covers your requirements.