On Sun, 9 Sep 2001, Glenn Nielsen wrote:
> Date: Sun, 09 Sep 2001 08:06:40 -0500
> From: Glenn Nielsen <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: Updated Docs for Tomcat 4
>
> "Craig R. McClanahan" wrote:
> >
> > I've just posted an update on the documentation that will be included in
> > the Tomcat 4.0 final release. This is available online at:
> >
> > http://jakarta.apache.org/tomcat/tomcat-4.0-doc-exp/
> >
> > Highlights of the recent additions to the documentation include:
> >
> > * Server Configuration Reference is nearly complete (only a few
> > more missing pages).
> >
> > * Class Loader HOW-TO explains how the class loaders in Tomcat 4
> > are implemented, and where you should put your classes to make
> > them available to web applications.
> >
> > * Manager HOW-TO documents the use of the Manager web application
> > for dynamically deploying and undeploying web applications
> > without restarting Tomcat.
> >
> > * Realm HOW-TO document for the three standard Realm implementations
> > (JDBCRealm, JNDIRealm (!), and MemoryRealm).
> >
> > Things still on the TODO list:
> >
> > * Configuration instructions for populating the JNDI context that
> > is provided to web applications (such as connection pools).
> >
> > * Configuration of the built-in servlets provided with Tomcat 4
> > that are configured from $CATALINA_HOME/conf/web.xml.
> >
> > * Configuration of the mod_webapp connector (in the same style as
> > the rest of the Tomcat 4 docs).
> >
> > * Other things that people tell us are still missing -- but it's
> > more likely to get done if you offer actual documents instead
> > of just suggestions :-)
> >
>
> Missing: Using the Java SecurityManager (tomcat-security.html)
>
Done now ... thanks!
> Regards,
>
> Glenn
>
Craig