: ><!DOCTYPE web-app
: >   PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
: >   "http://java.sun.com/dtd/web-app_2_3.dtd";>
: 
: You have to group <servlet> tags together. Cannot mix them with 
: <servlet-mapping>. Sounds stupid, but that is the DTD.

IIRC, the 2.4 spec allows for (what some would consider) the more
intuitive format, keeping servlet/mapping sets together.

For the OP: if you're using Tomcat 5, you could try the 2.4 schema and
see whether that works.

-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