[jboss-jira] [JBoss JIRA] (AS7-2279) SocketBindingGroup not defined for server
Brian Stansberry (Commented) (JIRA)
jira-events at lists.jboss.org
Mon Oct 31 16:15:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638621#comment-12638621 ]
Brian Stansberry commented on AS7-2279:
---------------------------------------
By default it comes from the server-group; the server level setting is an override.
> SocketBindingGroup not defined for server
> -----------------------------------------
>
> Key: AS7-2279
> URL: https://issues.jboss.org/browse/AS7-2279
> Project: Application Server 7
> Issue Type: Clarification
> Components: Domain Management
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Fix For: 7.1.0.Beta1
>
>
> How can it be that a server has no explicit socket binding association? See server-one for instance:
> {noformat}
> <servers>
> <server name="server-one" group="main-server-group" auto-start="true"/>
> <server name="server-two" group="main-server-group" auto-start="false">
> <system-properties>
> <property name="server" value="two" boot-time="false"/>
> </system-properties>
> <socket-binding-group ref="standard-sockets" port-offset="150"/>
> </server>
> <server name="server-three" group="other-server-group" auto-start="false">
> <system-properties>
> <property name="a" value="a" boot-time="false"/>
> <property name="b" value="b"/>
> </system-properties>
> <socket-binding-group ref="ha-sockets" port-offset="250"/>
> </server>
> </servers>
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list