RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files

2001-06-04 Thread Barry Draper
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

RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files

2001-06-04 Thread Brett Knights
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

RE: Question: Tomcat 3.2.1 servlet and dynamically loading JAR files

2001-06-03 Thread Brett Knights
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