Paval,

> > I've written i simple struts based web application, which calls
> > a session bean deployed at JBoss server and tries to display the
> > result.
> >
> > If I deploy jar with my EJB and war with struts based web
> > application separately, everything works fine. But if I create
> > an ear package and deploy it, JSP pages report
> >
> > java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm
> >
> > You can check it out at http://server.netizen.cz/~koles/work/struts/
> >
> > Don't you have an idea where is the problem? I found few e-mails
> > reporting similar problems on the web, but no solution.

Did you figure this out?  I've just updated CVS and found that I now have
the same thing with the following project structure:

myapplication.ear
  - myejbs.jar
       - myclasses
  - myweb.war
       - WEB-INF/lib/struts.jar
       - WEB-INF/classes/myclasses

I'd appreciate hearing how you went with it.

cheers
dim



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to