My bad. It is actually coming into the web application afterall with /*. Cheers!
> -----Original Message----- > From: Allistair Crossley > Sent: 26 July 2005 11:46 > To: Tomcat Users List > Subject: RE: Requests that are not handled by ROOT > > > According to the spec /* is everything in the web > application. Well, I did try * but that killed all my > requests with 404 errors. > > Any further suggestions? > > Thx. > > > -----Original Message----- > > From: Raghupathy,Gurumoorthy > > [mailto:[EMAIL PROTECTED] > > Sent: 26 July 2005 11:38 > > To: 'Tomcat Users List' > > Subject: RE: Requests that are not handled by ROOT > > > > > > Try filter map with * instead of /* > > > > Regards > > Guru > > > > -----Original Message----- > > From: Allistair Crossley [mailto:[EMAIL PROTECTED] > > Sent: 26 July 2005 11:36 > > To: [email protected] > > Subject: Requests that are not handled by ROOT > > > > > > Hi, > > > > Mind's gone a little blank, should know this but our webapp > > has a setup such > > that a filter maps /* requests and handles them. > > > > However, Tomcat is preventing requests that do not match /abc > > with a 404 I > > think because it thinks abc is another web application if it > > has /abc/def > > > > E.g > > > > /index.do HTTP/1.1" 200 - > > /utilities/index.do HTTP/1.1" 404 - > > > > My question is how do I get all requests (i.e both those > above) to get > > handled by the ROOT web application? > > > > Cheers, Allistair > > > > > > <FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> > > ------------------------------------------------------- > > QAS Ltd. > > Registered in England: No 2582055 > > Registered in Australia: No 082 851 474 > > ------------------------------------------------------- > > </FONT> > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
