My servlet communicates with IBM DB2 UDB, which has a lot of jar files and class files. To deploy my app, i do not want to bundle my version of UDB's jar/classes, because it probably won't match the user's version of UDB.
It appears that i have to copy them (have the user copy them) to tomcat/lib and tomcat/classes. Is this the only method? Websphere AEs's admin console allows a per-servlet (war application) CLASSPATH definition, where i add the jars and classes. Is there nothing like this in tomcat 4.0.3? The manager doesn't appear to have anything to help me. thank you dave
