You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2003/08/24 22:11:34 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs/config loader.xml

glenn       2003/08/24 13:11:34

  Modified:    webapps/docs/config loader.xml
  Log:
  The Loader does not have a method to set a work dir, remove from docs
  
  Revision  Changes    Path
  1.4       +0 -11     jakarta-tomcat-catalina/webapps/docs/config/loader.xml
  
  Index: loader.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/loader.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- loader.xml	15 Jan 2003 03:40:44 -0000	1.3
  +++ loader.xml	24 Aug 2003 20:11:34 -0000	1.4
  @@ -124,17 +124,6 @@
           <code>org.apache.catalina.loader.WebappClassLoader</code>.</p>
         </attribute>
   
  -      <attribute name="workDir" required="false">
  -        <p>Pathname to a scratch directory to be provided by this Context
  -        for temporary read-write use by servlets within the associated web
  -        application.  This directory will be made visible to servlets in the
  -        web application by a servlet context attribute (of type
  -        <code>java.io.File</code>) named
  -        <code>javax.servlet.context.tempdir</code> as described in the
  -        Servlet Specification.  If not specified, a suitable directory
  -        underneath <code>$CATALINA_HOME/work</code> will be provided.</p>
  -      </attribute>
  -
       </attributes>
   
     </subsection>