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
- RE: Best way to redirect root "/" URL to servlet... Johnson, Robert
- RE: Best way to redirect root "/" URL to se... Jeff Schnitzer
- SV: Best way to redirect root "/" URL to se... Niklas Uhrberg
- RE: Best way to redirect root "/" URL to se... Johnson, Robert
