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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16316

DataSourceRealm can not find JNDI name in context





------- Additional Comments From [EMAIL PROTECTED]  2003-06-12 14:01 -------
There's nothing preventing you from defining more than one global datasource.
I think you are not understanding the scoping of the JNDI context correctly,
which is associated with the classloader context (if you're inside Catalina, you
can access its internal JNDI context, containing the "global" resources;
starting from the invocation of the Servlet wrapper, you access the per-webapp
context, since you switched to the webapp classloading context).

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

Reply via email to