[jboss-jira] [JBoss JIRA] (WFLY-6797) Is there a way to have more than one logging subystem belonging to one profile

Preeta Kuruvilla (JIRA) issues at jboss.org
Fri Jul 1 04:46:00 EDT 2016


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

Preeta Kuruvilla updated WFLY-6797:
-----------------------------------
    Description: 
I have "ha" profile in my domain.xml which has many subsystems.
Below is the structure I have:-

<server-groups>
        <server-group name="main-server-group" profile="ha">
            <socket-binding-group ref="ha-sockets"/>
            <deployments>				
                <deployment name="RC.war" runtime-name="RC.war"/>			
            </deployments>
        </server-group>
        <server-group name="other-server-group" profile="ha">
            <socket-binding-group ref="standard-sockets"/>
            <deployments>
                <deployment name="SL.war" runtime-name="SL.war"/>
            </deployments>
        </server-group>
 </server-groups>

There is a logging subsystem which needs to be different for RC.war and SL.war. Both RC.war and SL.war belong to same profile.
   
Is there a way to have 2 logging related subsystems defined in "ha" profile, such that RC can point to one and SL to the other although they belong to same profile?

Thanks,
Preeta





> Is there a way to have more than one logging subystem belonging to one profile
> ------------------------------------------------------------------------------
>
>                 Key: WFLY-6797
>                 URL: https://issues.jboss.org/browse/WFLY-6797
>             Project: WildFly
>          Issue Type: Task
>          Components: Domain Management
>    Affects Versions: 8.2.0.Final
>            Reporter: Preeta Kuruvilla
>            Assignee: Brian Stansberry
>
> I have "ha" profile in my domain.xml which has many subsystems.
> Below is the structure I have:-
> <server-groups>
>         <server-group name="main-server-group" profile="ha">
>             <socket-binding-group ref="ha-sockets"/>
>             <deployments>				
>                 <deployment name="RC.war" runtime-name="RC.war"/>			
>             </deployments>
>         </server-group>
>         <server-group name="other-server-group" profile="ha">
>             <socket-binding-group ref="standard-sockets"/>
>             <deployments>
>                 <deployment name="SL.war" runtime-name="SL.war"/>
>             </deployments>
>         </server-group>
>  </server-groups>
> There is a logging subsystem which needs to be different for RC.war and SL.war. Both RC.war and SL.war belong to same profile.
>    
> Is there a way to have 2 logging related subsystems defined in "ha" profile, such that RC can point to one and SL to the other although they belong to same profile?
> Thanks,
> Preeta



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list