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