1 Reply Latest reply on Apr 22, 2008 9:13 AM by alesj

    external web application (war)

    logimine

      Please, how to deploy a web application located outside JBoss directory (but on the same disk) ?

      (I know to do it with Tomcat, but don't see any explanation with JBoss)

        • 1. Re: external web application (war)
          alesj

          Moved to user forum, since it *not* a design issue.

          OK, to answer the question. :-)

          You can use AssembledDirectory in JBoss VFS project.
          See how HDScanner checks for new deployments.
          Perhaps passing in your own deploy directory - see bootstrap-beans.xml - or implement the mechanism HDScanner uses in such way that it uses assembled path, combining original deploy directory and your own directory.