Create property for deployment directory
----------------------------------------

         Key: JBAS-1388
         URL: http://jira.jboss.com/jira/browse/JBAS-1388
     Project: JBoss Application Server
        Type: Feature Request
    Reporter: Yevgeny Shakhnovich
 Assigned to: Scott M Stark 
    Priority: Trivial


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to