markt 2005/01/21 11:24:13 Modified: webapps/tomcat-docs/config globalresources.xml Log: Port improved into text from TC5. Should prevent bugs like 27158. Revision Changes Path 1.3 +11 -3 jakarta-tomcat-4.0/webapps/tomcat-docs/config/globalresources.xml Index: globalresources.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/globalresources.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- globalresources.xml 12 Jan 2003 17:26:48 -0000 1.2 +++ globalresources.xml 21 Jan 2005 19:24:13 -0000 1.3 @@ -16,9 +16,17 @@ <section name="Introduction"> - <p>The <strong>GlobalNamingResources</strong> element represents the global - JNDI resources which are defined - for the <a href="server.html">Server</a>.</p> + <p>The <strong>GlobalNamingResources</strong> element defines the global + JNDI resources for the <a href="server.html">Server</a>.</p> + + <p>These resources are listed in the server's global JNDI resource context. + This context is distinct from the per-web-application JNDI contexts + described in + the <a href="../jndi-resources-howto.html">JNDI Resources HOW-TO</a>. + The resources defined in this element are <strong>not</strong> visible in + the per-web-application contexts unless you explicitly link them with + <a href="context.html#Resource Links"><ResourceLink></a> elements. + </p> </section>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]