1 2 Previous Next 18 Replies Latest reply on Nov 3, 2002 2:28 AM by malibio Go to original post
      • 15. Re: Struts: NoClassDefFoundError
        john1889

        Alright, I'm a monky. I just upgraded to jboss2.4.4/Tomcat(Catalina)4.0.1 and all is well with my struts jar inside my war! No special configuration required!

        -john:m

        • 16. Re: Struts: NoClassDefFoundError
          ngcn

          Hi,

          I still get a ClassNotFoundException when I refer my SB and EB Jar files to another utility jar files through my manifest file.
          Is there anything else I should set?
          Thanks in advance.

          • 17. Re: Struts: NoClassDefFoundError
            sambo

            I tried all the MANIFEST.MF suggestions and the only thing that worked for me thanks to a suggestion from another thread was to put all struts related jar files on top level of ejb-jar. No MANIFEST.MF tweaking necessary:

            This is the way my EAR file gets constructed:

            app.jar contains all classes (including struts jars on top level)
            app.war contains only jsp, tld's, struts-config.xml and web.xml
            app.ear contains the jar, the war and the application.xml

            I hope this helps

            • 18. Re: Struts: NoClassDefFoundError
              malibio

              can I ask how your app.jar is structured?
              within the app.jar, where does the classes go? root?
              is their a lib directory needed for the location of the struts.jar?

              1 2 Previous Next