Russ,
1. I think that configuring "/WEB-INF/lib2" is not possible. The spec
has no provision for it.
2. You may place all these jars into shared jars folder in tomcat configuration,
and exclude them from your war.
In tomcat 5.5.x, the place is ${catalina.base}/shared/lib/
See
http://tomcat.apac
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Russell,
Pitre, Russell wrote:
> Is it possible to configure the tomcat classloaders to look at second
> lib folder such as /WEB-INF/lib2?
If you're willing to go to such lengths, what about unpacking all the
JARs into a directory and creating one, s
Users List
Subject: Re: Second webapp lib folder
- Original Message -
From: "Pitre, Russell" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, October 12, 2007 3:19 PM
Subject: Second webapp lib folder
Sun Java 1.5
Tomcat 5.5.17
I have a requirement
- Original Message -
From: "Pitre, Russell" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Friday, October 12, 2007 3:19 PM
Subject: Second webapp lib folder
Sun Java 1.5
Tomcat 5.5.17
I have a requirement to integrate Java Crystal Reporting engine into our
intranet app. Ther