On 26/01/2010 07:59, Woonsan Ko wrote:
> Does *global JNDI resource* mean that all implementation jars must be in 
> shared lib path together with the sharable interfaces?

Yes.

> If sharable interfaces are in the shared lib path like javax.sql.DataSource 
> or javax.jcr.Repository, but the real implementation of those are loaded from 
> a web application, then isn't it possible to call it a "global JNDI resource" 
> of javax.sql.DataSource or javax.jcr.Repository?

This is unlikely to work and if by some fluke it did work you will have
a memory leak.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to