-
Clarification
-
Resolution: Done
-
Major
-
None
-
None
How can it be that a server has no explicit socket binding association? See server-one for instance:
<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>
- blocks
-
AS7-2220 Server configuration does show wrong socket-binding association
-
- Resolved
-