On Mon, May 03, 2004 at 09:37:12PM +0100, Rui Zhang wrote:
:    The Axis 1.1 does not support a <filter>...</filter> in its web.xml. And if I 
insert
: the Filter into the Tomcat default web.xml, Axis even won't return its
: index.html page. The Filter, however, works fine with other webapps in my
: Tomcat.

What's the XML doctype declaration for the Axis web.xml?

Servlet filters were introduced in servlet spec 2.3.

If your doctype declaration specifies 2.2 or earlier, the DTD won't
recognize the <filter> (and related) tags.

(Solution: specify the 2.3 DTD or 2.4 schema.)

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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

Reply via email to