Caldarale, Charles R wrote:
From: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
Subject: RE: subdirectories of WEB-INF/lib
Is it possible to place .jar files in subdirectories of
WEB-INF/lib?
Yes.
Sorry, that's an incomplete answer. Any jars not directly in
WEB-INF/lib would have to be
Is it possible to place .jar files in subdirectories of WEB-INF/lib?
I'd like to organize my .jar files a little because there are quite a
few. I tried making a META-INF/MANIFEST.MF file and monkeying around
with the classpath, but it didn't seem to work. Has this approach
worked for anyone