[jboss-jira] [JBoss JIRA] Reopened: (JBAS-9178) Ability to specify config file from the command line

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Sat Apr 16 18:13:33 EDT 2011


     [ https://issues.jboss.org/browse/JBAS-9178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry reopened JBAS-9178:
------------------------------------

      Assignee: Brian Stansberry  (was: Kabir Khan)


Reopened because we need to include the base part of the user-provided file name in the backup copies. Otherwise starting standalone-web.xml 1) overwrites standalone.xml, losing data and 2) means starting standalone-web.xml again loses any admin changes (since they are persisted in standalone.xml).

https://github.com/bstansberry/jboss-as/commit/2bd1714ff12116015cc27b9ffb9aee02e1bae4a9 deals with these issues.

> Ability to specify config file from the command line
> ----------------------------------------------------
>
>                 Key: JBAS-9178
>                 URL: https://issues.jboss.org/browse/JBAS-9178
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Domain Management
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>             Fix For: 7.0.0.Beta3
>
>
> The standalone server and ProcessController/HostController main methods should take a switch specifying the name of the config file to use (files, in the case of ProcessController/HostController), with "standalone.xml", "host.xml" and "domain.xml" being the default. 
> This allows things like devs having different standalone mode profiles configured and switching between them, multiple host configs in a production distribution with environment variables on different hosts causing the right one to be used, etc.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list