[jboss-jira] [JBoss JIRA] (AS7-5759) monolithic config file and modules make deploying to JBossAS7 nasty

jaikiran pai (JIRA) jira-events at lists.jboss.org
Tue Oct 16 08:26:01 EDT 2012


    [ https://issues.jboss.org/browse/AS7-5759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726844#comment-12726844 ] 

jaikiran pai commented on AS7-5759:
-----------------------------------

{quote}
Adding a DataSource used to be a case of copy driver jar to /lib, copy -ds.xml to /deploy that process is now complicated.
{quote}
You can still deploy -ds.xml in AS 7.1.x.


                
> monolithic config file and modules make deploying to JBossAS7 nasty
> -------------------------------------------------------------------
>
>                 Key: AS7-5759
>                 URL: https://issues.jboss.org/browse/AS7-5759
>             Project: Application Server 7
>          Issue Type: Feature Request
>    Affects Versions: 7.1.3.Final (EAP)
>            Reporter: Paul Hinds
>
> Previous versions of JBoss could be configured by copying files to the correct place. Each server in the cluster had identical config, this made configuring JBoss just a case of running rsync with files that you had an interest in. 
> Consider jboss-log4j.xml which was one file you could copy to setup logging. Now to setup logging we need to hack standalone.xml with XSLT or some tool that we dont yet have in our simple deployment system. 
> Previously we could rsync a new file to each server in the cluster and it would apply the new logging at runtime. Now we would have to updates standalone.xml at runtime which is not something that seems safe.
> Adding a DataSource used to be a case of copy driver jar to /lib, copy -ds.xml to /deploy that process is now complicated.
> Port bindings ditto.
> JMS ditto.
> Is there any way the monolithic config could be split up? most importantly bringing back external runtime configurable log4j config.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list