Dzidorius Martinaitis (kafka) írta:

Hello,
I try use filter, but always get this error:
09:38:52,076 ERROR [Digester] Parse Error at line 65 column -1: Element
"web-app
" does not allow "filter" here.
org.xml.sax.SAXParseException: Element "web-app" does not allow "filter"
here.
at org.apache.crimson.parser.Parser2.error(Parser2.java:3160)
My server is Tomcat 4.1.12


Chck your dtd. It should be
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd";>


The web-app_2_2 does not allow filters.

Hth,
Tib



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



Reply via email to