Re: Servlet Mapping Recursion Problem

2001-05-11 Thread Bill Winspur
IL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, May 11, 2001 11:48 AM Subject: Re: Servlet Mapping Recursion Problem > Hi Bill! > I am using a front servlet pattern with Orion. I use Struts but I > suppose this approach should work in any framework.

Re: Servlet Mapping Recursion Problem

2001-05-11 Thread Joni Suominen
Hi Bill! I am using a front servlet pattern with Orion. I use Struts but I suppose this approach should work in any framework. 1. The front servlet mapping in web.xml: action *.html So all the requests ending to .html are processed by the front-end servlet. 2. All the valid URL's

RE: Servlet Mapping Recursion Problem

2001-05-11 Thread elephantwalker
Bill,   yeh...we need the apache url re-writting stuff in a servlet. That's an issue with orion. I think the opensymphony people are writing something.   There is a simple workaround. Have a forward.jsp as your welcome page for the default app. In the forward.jsp, use this code:   <% Str