1 Reply Latest reply on Oct 25, 2006 12:02 AM by jaikiran

    Specific deployment instead of scanner directory

      I'd like to be able to specify an exploded directory to deploy rather than a directory to scan for deployments. Is there a way to do this?

      In the jboss-service.xml file there is this section...


      deploy/


      This allows you to add a directory to scan for deployments. The problem is that I'm building with maven, and in the target directory will be the exploded webapp, the war file, and if you include and war's in the build, those included wars. I just want to deploy the exploded app like tomcat can...

      ...

      I did this in the server.xml file in jboss's deploy directory, but then the jboss security setup won't work.

      Any thoughts? I'd pull my hair out, but I already did that today.

      Thanks in advance