1 Reply Latest reply on Nov 13, 2002 12:33 PM by jules

    JBoss3.0.4 - Struts : NoClassDefFoundError (ClassLoading pro

    sy.tan

      Hi,

      I have deployed an ear application in JBoss3.0.4 (ejb + war modules).

      When i tried to access my web application, i encounter NoClassDefFoundError: org/apache/struts/util/MessageResources

      The struts.jar is located at the web module (WEB-INF/lib/struts.jar).


      I noticed that the jboss console indicates loggings of the struts action forwardings when i access my web application. It shows that it has no problems traversing from 1 action to another action (as per what i have defined in my struts-config.xml)

      Since the struts.jar has successfully loaded and it has no problems in traversing from 1 action class to another action class (before the no class found exception occurs), it really puzzles me that NoClassDefFoundError: org/apache/struts/util/MessageResources is encountered at this stage ...

      Can someone help me to resolve this cos i'm really at my wit's end ....

      Thanks,
      - SY