Hi, On Wed, June 17, 2009 00:20, Pankaj Tandon wrote: > > Hi all, > I know Tomcat classloading is a hairy subject but I've tried all I could > and > would appreciate some help! > > I'm using Tomcat 6.0.18 with JDK 1.6 > My webapp uses the Weblogic supplied Jython Interpreter called > WLSTInterpreter. > > My weblogic.jar is in my WEB-INF/lib directory but for some reason I get > the > dreaded ClassNotFoundException for exactly that class. Also, I confirmed > that the weblogic.jar DOES contain the missing class. > If weblogic.jar contains any classes from the servlet-api, tomcat will ignore the complete jar. It will log a message complaining about that specific jar. In that case you will have to repackage the jar without the offending classes.
Bye Felix --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org