Barry,
Tomcat 3.3 resolves this issue by letting you isolate a web-app's jar files from the
container's jar files. I don't know if the
change is available in 3.2.2 but you might save yourself some work if it is.
The issue in general seems to be an ugly one. From a development point of view it
those incompatible JAR files.
Thanks much for your help.
Barry Draper
[EMAIL PROTECTED]
-Original Message-
From: Brett Knights [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 03, 2001 10:09 PM
To: [EMAIL PROTECTED]
Subject: RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR
files
Barry,
What are you trying to do?
If you
a) have a bunch of jar files that contain duplicate packages and
b) want to make sure only a certain version of those classes gets used
why don't you just unjar the jar files that contain the duplicates, delete the
duplicating directories, adjust the man
Hello.
I have a question about loading JAR files. It is not necessarily specific
to Tomcat, i.e., it is really a generic Java question,
but my application happens to be a servlet running under Tomcat 3.2.1.
The question is this:
Is there a way for a servlet running under Tomcat 3.2.1 to dynamicall