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
t starts up so that all of your path mapping, rewritting works like apache.   Regards,   The elephantwalker         -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill WinspurSent: Thursday, May 10, 2001 8:51 AMTo: Orion-InterestSubject: Servl

Servlet Mapping Recursion Problem

2001-05-11 Thread Bill Winspur
In my web.xml I set up the servlet mapping, for a (front) servlet to handle all requests for the web app, to '/'. This works to the extent that all requests are passed to the servlet. BUT... if I do a forward to another resource from the servlet, the servlet's doGet() method is invoked recur