Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-1261

Incorrect socket-binding-group for server-three in standard host.xml

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 7.0.1.Final
    • 7.0.0.Final
    • Domain Management
    • None
    • Hide

      Just change host.xml to use "ha-sockets":

      <server name="server-three" group="other-server-group" auto-start="false">
      <!-- server-three avoids port conflicts by incrementing the ports in
      the default socket-group declared in the server-group -->
      <socket-binding-group ref="ha-sockets" port-offset="250"/>
      </server>

      Show
      Just change host.xml to use "ha-sockets": <server name="server-three" group="other-server-group" auto-start="false"> <!-- server-three avoids port conflicts by incrementing the ports in the default socket-group declared in the server-group --> <socket-binding-group ref="ha-sockets" port-offset="250"/> </server>

    Description

      The config for the disabled-by-default server-three in host.xml references "standard-sockets" but "ha-sockets" is needed since the server is running the "ha" profile.

      Attachments

        Activity

          People

            bstansbe@redhat.com Brian Stansberry
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: