Author: markt
Date: Thu Sep 4 15:15:46 2014
New Revision: 1622495
URL: http://svn.apache.org/r1622495
Log:
Add JarScanner to the nested components listed for a Context.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/context.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1622495&r1=1622494&r2=1622495&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Thu Sep 4 15:15:46 2014
@@ -137,6 +137,14 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Web applications">
+ <changelog>
+ <add>
+ Add <code>JarScanner</code> to the nested components listed for a
+ Context. (markt)
+ </add>
+ </changelog>
+ </subsection>
<subsection name="Other">
<changelog>
<fix>
Modified: tomcat/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=1622495&r1=1622494&r2=1622495&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Thu Sep 4 15:15:46 2014
@@ -796,6 +796,13 @@
specified static resource of the web application for updates, and will
reload the web application if it is updated. The content of this element
must be a string.</li>
+ <li><a href="jar-scanner.html"><strong>JarScanner</strong></a> -
+ Configure the Jar Scanner that will be used to scan the web application
+ for JAR files and directories of class files. It is typically used during
+ web application start to identify configuration files such as TLDs o
+ web-fragment.xml files that must be processed as part of the web
+ application initialisation.. Normally, the default Jar Scanner
+ configuration will be sufficient.</li>
</ul>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]