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
(see the attached image)

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=3Dcarinst"  as "/car".

Is this possible?
and if so,
Where shall I set this masking?

Apreciatte your help on this.
Kind regards. http://www.nabble.com/file/p22378836/carinst.jpg 
-- 
View this message in context: 
http://www.nabble.com/Tomcat-URL-masking-question...-tp22378836p22378836.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to