a redirect by definition send a new url back to the browser.

what you are looking for sounds like url rewriting or proxying like in Apache

Filip

> -----Original Message-----
> From: Rob Helmer [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 28, 2003 11:36 AM
> To: [EMAIL PROTECTED]
> Subject: server-side redirects in web.xml
> 
> 
> Hello,
> 
> 
> I'm sure this is a FAQ, but I can't find a good example of this -
> 
> I would like to do a server-side redirect on a per-application
> basis ( e.g. the web.xml ).
> 
> Basically, I just want :
> 
> http://server/url/
> 
> To be redirected to :
> 
> http://server/
> 
> It needs to be transparent to the user, they should just see 
> 
> http://server/url/index.jsp
> 
> When in reality they are hitting "http://server/index.jsp";
> 
> 
> 
> Thanks,
> Rob
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to