Author: markt Date: Tue Feb 12 11:53:03 2013 New Revision: 1445114 URL: http://svn.apache.org/r1445114 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54505 Clearer links to Tomcat specific options for JNDI resources
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1445111 Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1445114&r1=1445113&r2=1445114&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Tue Feb 12 11:53:03 2013 @@ -76,6 +76,14 @@ </fix> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <add> + <bug>54505</bug>: Create clearer links from the JNDI How-To to the + Tomcat specific options for configuring JNDI resources. (markt) + </add> + </changelog> + </subsection> </section> <section name="Tomcat 7.0.36 (markt)" rtext="not released"> <subsection name="Catalina"> Modified: tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml?rev=1445114&r1=1445113&r2=1445114&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/jndi-resources-howto.xml Tue Feb 12 11:53:03 2013 @@ -78,6 +78,18 @@ resources:</p> use to create the resource and that no further configuration information is required, Tomcat will use the information in <code>/WEB-INF/web.xml</code> to create the resource.</p> + +<p>Tomcat provides a number of Tomcat specific options for JNDI resources that +cannot be specified in web.xml. These include <code>closeMethod</code> that +enables faster cleaning-up of JNDI resources when a web application stops and +<code>singleton</code> that controls whether or not a new instance of the +resource is created for every JNDI lookup. To use these configuration options +the resource must be specified in a web application's +<a href="config/context.html"><code><Context></code></a> element or in the +<a href="config/globalresources.html"> +<code><strong><GlobalNamingResources></strong></code></a> element of +<code>$CATALINA_BASE/conf/server.xml</code>.</p> + </section> <section name="context.xml configuration"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org