Is there anything that prevents you from doing a <jsp:forward .... /> in the index.jsp 
(or whatever).

/Niklas Uhrberg
-----Ursprungligt meddelande-----
Från: Johnson, Robert <[EMAIL PROTECTED]>
Till: Orion-Interest <[EMAIL PROTECTED]>
Datum: den 19 januari 2001 06:09
Ämne: Best way to redirect root "/" URL to servlet with parameters


>Is there an easy way with orion to redirect the root URL to a servlet. For
>example:
>
>www.mysite.com  => www.mysite.com/c?param=1 (/c is mapped to a servlet)
>
>I could do it with a HTML redirect but I don't want the intermediate page to
>show up.  I also thought about just mapping "/" to a servlet that just uses
>the redirect() method call.  I was hoping I could just type in a couple of
>lines in a xml config file.
>
>Robert Johnson
>Software Engineer
>SprintPCS
>


Reply via email to