1 Reply Latest reply on Mar 29, 2004 11:58 AM by jae77

    JBoss can't see the .war included in my .ear

    neva

      Hello,
      I have been working on a project where the client side was developed using Turbine and so I used Tomcat for the client side and Jboss on the server side for the EJBs.

      I want to deploy both on Jboss and so I want to include all necessary file in one .ear

      I put all my Turbine files in a folder (myApp.war) and when I deployed it in jboss it worked fine as long as the .ear of my EJBs and the .war are separate. When I tried to add the .war to the .ear and deployed, all Beans where deployed but not the .war. It is as though it doesn't exist. Does anybody have an idea why?