1 Reply Latest reply on Feb 17, 2005 7:14 AM by thejavafreak

    Deploy web application in different directory

    nbee

      Hi all,

      Usually if we wanna deploy a web application, called MyApp, we make a directory structure name MyApp.war and put it into %JBOSS_HOME%\server\default\deploy

      Now, I have one question. I put my web application in : C:\Deploy\MyApp.war . Is there anyway to deploy it into JBoss without copying it into %JBOSS_HOME%\server\default\deploy ?

      I just wanna keep all my web application data out of jboss deploy directory.

      Thank you very much.