What order should it come in.
Its near the top of the list.

From: Phillip Qin <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: 'Tomcat Users List' <[EMAIL PROTECTED]>
Subject: RE: filter config cause startup crash on Tomcat 5
Date: Tue, 19 Oct 2004 16:26:39 -0400

Check the order in web.xml.



-----Original Message-----
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: October 19, 2004 4:19 PM
To: [EMAIL PROTECTED]
Subject: filter config cause startup crash on Tomcat 5


I have created a DetectBrowser servlet to not allow certain browsers into the sillyApe directory/url. I wanted to use it as a filter rather then having to call it in each jsp since people can get to almost every page in the sillyApe directory without going through a single page, just thought it would be easier, as well as other issues. Anyway I am trying to figure out why I get a SEVERE: Error filterStart from Tomcat when I start it back up.

HELP!!!

<filter>
<filter-name>DetectBrowser</filter-name>
<filter-class>com.dtribe.logic.DetectBrowser</filter-class>
</filter>
<filter-mapping>
<filter-name>DetectBrowser</filter-name>
<url-pattern>/sillyApe</url-pattern>
</filter-mapping>


HELP???

_________________________________________________________________
Powerful Parental Controls Let your child discover the best the Internet has


to offer.
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=htt
p://hotmail.com/enca&HL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN(r) Premium right now and get the
first two months FREE*.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


!DSPAM:417576cc321718886279614!

_________________________________________________________________
Take advantage of powerful junk e-mail filters built on patented Microsoft® SmartScreen Technology. http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines Start enjoying all the benefits of MSN® Premium right now and get the first two months FREE*.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to