Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

filter config cause startup crash on Tomcat 5

Didier McGillis

2004-10-19


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=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: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.