2 Replies Latest reply on Jul 30, 2002 5:49 PM by hyao

    what should show up in catalina after I deploy a .ear file

    hyao

      hi, all.

      I am using Jboss3.0.0+tomcat4.0.3 and I put my ear file under $JBOSS_HOME/default/deploy, but when I run a jsp page which is packed in war file(which in turn is packed in ear file), it give me NoClassDefError. And I went to catalina folder which is under $JBOSS_HOME, I didn't see anything about my application under webapps, the only thing I saw is under work has PSA folder and under that PSA folder only has jsp folder, no WEB-INF, no classes.

      So what should I expect in catalina/jboss after I deployed a .ear file onto JBoss3.0.0+tomcat4.0.3?

      Any ideas?

      thanks,
      hongmei

        • 1. Re: what should show up in catalina after I deploy a .ear fi
          jasonbrome

          Sounds like a packaging issue - either a missing dependency or some issue with visibility of the class to the ClassLoader. Which class caused the NoClassDefFoundError exception?

          Post the trace from your JBoss server.log.

          Jason

          • 2. Re: what should show up in catalina after I deploy a .ear fi
            hyao

            thanks for you response, but seems that JSP files can not see any classes packed in the same .war file as itself.
            Is that true? I have tried JBoss3.0.0+tomcat4.0.3 and JBoss3.0.0+Jetty, neither works. Actually same file structure works on Orion.

            Which JBoss version right now works correctly both on ejb and web client? And where I can get it?

            Any help appreciated.

            hongmei