Re: filtering --> 2 servlets

2002-07-22 Thread Mark Beecroft
, 22 Jul 2002, Mark Beecroft wrote: > > Date: Mon, 22 Jul 2002 15:21:52 +0100 > > From: Mark Beecroft <[EMAIL PROTECTED]> > > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] > > To: Tomcat Users List <[EMAIL PROTECTED]>, >

Re: filtering --> 2 servlets

2002-07-22 Thread Mark Beecroft
#x27;s that simple. > > Charlie > > > -Original Message- > > From: Mark Beecroft [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, July 21, 2002 8:30 PM > > To: Tomcat Users List; Jacob Kjome > > Subject: filtering --> 2 servlets > > > > >

filtering --> 2 servlets

2002-07-21 Thread Mark Beecroft
Good morning/afternoon/evening, I am using Tomcat 4 and have 2 servlets between which I would like to split processing. Servlet A needs to process all requests corresponding to the patterns "*.html", "*.html" and "/". Servlet B needs to process all other requests. The short question is how can

Re: Root Context

2002-07-17 Thread Mark Beecroft
Jake, I am not quite sure what you mean. Maybe I should furnish you with some more information. I have a root context path in server.xml for the pointing to the directory where WEB-INF/ is located and various other resources: Of course, this will change at deployment time. "main" is just some

Root Context

2002-07-17 Thread Mark Beecroft
Hi, I am using Tomcat 4.0. The problem I am having is that I can't get the root context relative to my web site, as in the format www.domainname.com/, to point to my own servlet AND still use the "default servlet" to handle file extensions which my servlet does not cater for. I either have to