Felix,
Thanks for the tip. You are spot on.. the weblogic.jar is not loaded and it
is mentioned in an INFO level log that the jar was not loaded. Removing the
servlet-api and jsp-api classes from the weblogic.jar did the trick.

Thanks!
Pankaj


Felix Schumacher wrote:
> 
> 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
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WLSTInterpreter-classloading-tp24063925p24091808.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to