On Fri, 2 Aug 2002, Peter Lin wrote:

> Date: Fri, 2 Aug 2002 12:31:28 -0700 (PDT)
> From: Peter Lin <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Subject: documentation
>
>
> I was looking through the Tomcat 4 docs today to see
> if there was documentation on setting up
> ServletContextListener in web.xml.  If there isn't an
> existing version, I would like to write one up and
> submit it to the group for consideration.
>
> What do people think of the idea?  I went through most
> of the config related pages and didn't see any
> documentation on it.
>

Doesn't the servlet spec count as documentation for this?

  http://java.sun.com/products/servlet/download.html

Tomcat's docs focus on what is unique to Tomcat (such as the stuff in
server.xml).  The web application deployment descriptor (web.xml) is
portable across all containers, so we (or any other container) don't need
to document it explicitly.

> peter lin
>

Craig


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

Reply via email to