On Thu, 1 Aug 2002, Zhenxin wang wrote:

> Date: Thu, 1 Aug 2002 10:42:15 -0700
> From: Zhenxin wang <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: web.xml tags extensible?
>
>
> Can the tags in web.xml file be extensible?

In Servlet 2.3 and earlier, the web application deployment descriptor is
not extensible.  In Servlet 2.4, validation of the deployment descriptor
will be based on XML Schema, so an "extensibillity" element was defined
for precisely the kind of thing your are describing.

> We want to define some new
> tags to carry more info about the servlets.
>

See the public draft of the Servlet 2.4 spec for details, particularly
Chapter 13.

  http://www.jcp.org/jsr/detail/154.jsp

> Thanks!
>
> --Zhenxin Wang
>   DoCoMo Labs USA
>

Craig



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

Reply via email to