DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38337>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38337





------- Additional Comments From [EMAIL PROTECTED]  2006-01-22 14:18 -------
The tomact GlobalNamingResources documentation
(http://tomcat.apache.org/tomcat-5.5-doc/config/globalresources.html) says:

"The GlobalNamingResources element defines the global JNDI resources for the 
Server.
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
JNDI Resources HOW-TO. The resources defined in this element are not visible in
the per-web-application contexts unless you explicitly link them with
<ResourceLink> elements."

Try to add a ResourceLink in the context.xml file of each web application. For
example:

<ResourceLink name="jdbc/cabledslink"
            global="jdbc/cableds"
            type="com.jnetdirect.jsql.JSQLPoolingDataSource"



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to