*** src/share/org/apache/tomcat/core/ServletClassLoader.java.orig Wed Dec 15 17:49:52 1999 --- src/share/org/apache/tomcat/core/ServletClassLoader.java Fri Feb 4 14:37:22 2000 *************** *** 127,133 **** try { String jarfile = (String) jars.elementAt(i); URL jarURL = new URL(protocol,hostname,port, ! basepath + jarfile); addURL(jarURL); }catch(MalformedURLException mue) { } --- 127,134 ---- try { String jarfile = (String) jars.elementAt(i); URL jarURL = new URL(protocol,hostname,port, ! // basepath + jarfile); ! basepath + libpath + "/" + jarfile); addURL(jarURL); }catch(MalformedURLException mue) { }