Mike Baranski wrote:
Is JNDI somehow masking the classpath of WEB-INF/lib?  I have verified that
there are not multiple jars with this class in the webapp, and it is not in
the common/lib for tomcat.
The correct way is to place resource-referenced jars in common/lib (or just lib for tomcat 6.x). Simply speaking, WEB-INF/lib is inaccessible when container creates resources specified in context.xml.

--
Mikolaj Rydzewski <m...@ceti.pl>


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

Reply via email to