> From: Rodro [mailto:rodrigo_alle...@ibi.com]
> Subject: Tomcat URL masking question...
>
> 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

It's not "masking" by any usual definition that you want.

You have a couple of easy choices:

1) Deploy a webapp named "car" that does a redirect or forward to the desired 
URL.

2) Implement a filter in your default webapp that is triggered by the /car 
<url-pattern> that does the redirect or forward.

You may find this useful as a variation of #2:
http://tuckey.org/urlrewrite/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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

Reply via email to