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.
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.