1 Reply Latest reply on Aug 21, 2002 6:05 AM by mteunissen

    Deploy in directory outside JBoss3.0/.../deploy

    dbronk

      I want to deploy my web apps to a directory other than the deploy directory under JBoss 3.0. How do I do this? I am using the default server configuration. I have updated the <attribute name> tag(s) in both the jboss-minimal.xml and the jboss-services.xml and it is not recognized.

      Also, where can I find docs on the xml files in the config directory? (ie: jboss-services.xml, jboss_minimal.xml, standardjboss.xml, etc.)

      Thanks,
      Dale

        • 1. Re: Deploy in directory outside JBoss3.0/.../deploy
          mteunissen

          I think it should be done by adding your deploy directory or URL to the attribute of the URLDirectoryScanner mbean which is configured in the server//conf/jboss-service.xml.

          If you want a description of xml files? Buy the 3.0.1 admin doc (will cost you $10 for the PDF from flashline). It will provide you enough background.

          Michel