Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-1388

Create property for deployment directory

XMLWordPrintable

      It is not always convenient to put files for deployment into "deploy" directory. JBoss provides the way to modify such default behavior through attribute "URLs" of jboss.deployment mbean but it requires modification of jboss-service.xml which is also inconvenient, especially taking in account the frequency of jboss upgrades. I would prefer if in jboss-service.xml the URLs attribute looked like

      <attribute name="URLs">
      ${jboss.server.deploy.list}
      </attribute>

      where the property jboss.server.deploy.list had the default value "deploy/".
      In that case, I could specify my components for deployment in the runtime in a different directory without changing the jboss installation just by setting the right value for the property. It would simplify upgrades to new jboss versions.

      Thanks,
      Yevgeny

              starksm64 Scott Stark (Inactive)
              eugene44 Yevgeny Shakhnovich (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: