5 Replies Latest reply on Feb 7, 2012 8:47 AM by matt.drees

    CLI method to deploy an exploded war?

    matt.drees

      It's pretty clear how to deploy an exploded war directory in the deployments directory: create a deployments/myapp.war.dodeploy file (where myapp.war is a directory name).

       

      It's not at all clear to me if I can do the same thing using the jboss-admin.sh CLI.  Does anyone know if this is possible?

       

      Neither

       

      deploy --name=myapp.war
      

       

      nor

       

      deploy /path/to/myapp.war
      

      work.

       

      Thanks,

      -Matt