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";

You can always fudge it by manipulating the URL with JavaScript/frames.



Erik



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



Reply via email to