0 Replies Latest reply on May 22, 2003 5:19 AM by vippappo

    JBoss 3.0.7 Classloading Problem

    vippappo

      Hi.

      I got an Application with Web-Frontend using struts.
      struts.jar is in WEB-INF/lib.

      If i deploy the single war-file into jboss everything works as expected.
      but when i put the war file together with my ejb.jar file into an ear-file and deploy the ear file, my web-application can't find the struts-classes anymore.

      ...
      2003-05-22 10:42:29,068 WARN [org.jboss.jbossweb] WARNING: Exception for /ipweb/selectPorttype.jsp
      java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm
      ...

      the struts.jar still is in the WEB-INF/lib-folder
      what's wrong?