First of all, is your directory name really "web-inf" or the correct
"WEB-INF"?  You will have numerous problems if the real directory name
is "web-inf".

You might add "-verbose:class" to the JVM command line to see if
ActionServlet is being loaded from another classloader and location.

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> 
> Hi All,
> 
> I am migrating my application from weblogic 7 to weblogic 
> 8.1SP2, the deployment was succesful. When I start the 
> weblogic server I am getting the following error
> 
>       ***************error starts here****************
> java.lang.NoClassDefFoundError: 
> org/apache/struts/action/ActionServlet.
> ***********error ends here************
> 
> Any help on this problem would be of great help...it looks 
> like weblogic is not picking the struts.jar though its packed 
> with the application in web-inf/lib folder.
> Note: The same application works in weblogic7 fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to