https://issues.apache.org/bugzilla/show_bug.cgi?id=54207
Bug ID: 54207
Summary: javaURLContextFactory javadoc refers to defunct
package names in initial context properties
Product: Tomcat 7
Version: trunk
Hardware: PC
Status: NEW
Severity: trivial
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Javadoc for org.apache.naming.java.javaURLContextFactory:
/**
* Context factory for the "java:" namespace.
* <p>
* <b>Important note</b> : This factory MUST be associated with the "java" URL
* prefix, which can be done by either :
* <ul>
* <li>Adding a
* java.naming.factory.url.pkgs=org.apache.catalina.util.naming property
* to the JNDI properties file</li>
* <li>Setting an environment variable named Context.URL_PKG_PREFIXES with
* its value including the org.apache.catalina.util.naming package name.
* More detail about this can be found in the JNDI documentation :
* {@link javax.naming.spi.NamingManager#getURLContext(java.lang.String,
java.util.Hashtable)}.</li>
* </ul>
*
* @author Remy Maucherat
* @version $Id$
*/
org.apache.catalina.util.naming is a very old package name. The correct name
for both TC6 and TC7 is org.apache.naming .
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]