You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2005/02/21 23:53:44 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config resources.xml

markt       2005/02/21 14:53:44

  Modified:    webapps/tomcat-docs/config resources.xml
  Log:
  As a  result of  patch for 21818 these attributes are now set on the context.
  
  Revision  Changes    Path
  1.5       +2 -24     jakarta-tomcat-4.0/webapps/tomcat-docs/config/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/resources.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- resources.xml	19 Nov 2004 20:52:02 -0000	1.4
  +++ resources.xml	21 Feb 2005 22:53:44 -0000	1.5
  @@ -70,30 +70,8 @@
     <subsection name="Standard Implementation">
   
       <p>The standard implementation of <strong>Resources</strong> is
  -    <strong>org.apache.naming.resources.FileDirContext</strong>.
  -    It supports the following additional attributes (in addition to the
  -    common attributes listed above):</p>
  -
  -    <attributes>
  -
  -      <attribute name="cached" required="false">
  -        <p>This boolean flag indicates if the resources should be cached. It
  -        defaults to <code>true</code>. This flag only has an effect if the
  -        <em>cachingAllowed</em> attribute of the containing
  -        <a href="context.html">
Context</a> is set to <code>true</code>.</p>
  -      </attribute>
  -
  -      <attribute name="caseSensitive" required="false">
  -        <p>This is the functional equivalent to the <em>caseSensitive</em> 
  -        of a <a href="context.html">Context</a>.</p>
  -      </attribute>
  -
  -      <attribute name="docBase" required="false">
  -        <p>This is the functional equivalent to the <em>Document Base</em> 
  -        of a <a href="context.html">Context</a>.</p>
  -      </attribute>
  -
  -    </attributes>
  +    <strong>org.apache.naming.resources.FileDirContext</strong>, and 
  +    is configured by its parent Context element.</p>
   
     </subsection>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org