3 Replies Latest reply on Oct 10, 2005 8:06 AM by cweaver

    Setting up a WAR file to see inside an existing EAR file

    cweaver

      I would like to set up a web module outside of an EAR file that can use many classes inside the EAR file. I already have an EAR file with a WAR file in it. I would like to create an additional WAR file that uses resources within the EAR.
      This will enable quick deployment in the test enviroment. The WAR is only a couple kb while the EAR is several mb. I want to be able to make quick changes to jsp and js files without having the burden of redeploying the entire application.

      Thanks in advance