Hi All,

I have the following scenario: one webapp, which has some jars in its
private WEB-INF\lib dir, and one common jar which I would like to
share among several webapps. Hence, I am putting this jar into the
shared\lib directory of Tomcat. The problem is that this common lib
references classes which are in jars in the first webapp's WEB\lib
directory. Therefore, I get NoClassDefFoundErrors when this common jar
loads and tries to refer classes from the webapp's private lib.

Is it possible to achieve a workaround with tomcat's classloading for
that custom scenario?

Thank you very much in advance.

Regards,
Angel

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to