You could put <jsp:forward page="c?param=1"> in the default.jsp.

Jeff

>-----Original Message-----
>From: Johnson, Robert [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, January 18, 2001 8:52 PM
>To: Orion-Interest
>Subject: 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