Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-17145

[GSS](7.3.0) Change the protocol when creating the Advanced option in EAP

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.3.0.Beta
    • 7.3.0.CD15
    • Installer
    • None

    Description

      While installing through Advanced option, the default protocol comes wrong.

      Comparison below:

      Protocol(remote): While installing through Advanced option and manually selecting custom ports for domain mode
      ~~~
      <domain-controller>
      <remote security-realm="ManagementRealm">
      <discovery-options>
      <static-discovery name="primary" protocol="${jboss.domain.master.protocol:remote}" host="${jboss.domain.master.address}" port="${jboss.domain.master.port:9990}"/>
      </discovery-options>
      </remote>
      ~~~

      Protocol(remote+http):While installing through normal/default option:
      ~~~
      <remote security-realm="ManagementRealm">
      <discovery-options>
      <static-discovery name="primary" protocol="${jboss.domain.master.protocol:remote+http}" host="${jboss.domain.master.address}" port="${jboss.domain.master.port:9990}"/>
      </discovery-options>
      </remote>
      ~~~

      Attachments

        Activity

          People

            spyrkob Bartosz Spyrko-Smietanko
            fdemeloj1@redhat.com Francisco De Melo Junior
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: