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

Installer updates only protocol in jboss-cli.xml if SSL configuration was selected (port is omitted)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.0.ER4
    • 7.0.0.ER3
    • Installer
    • None

    Description

      If user choose to secure EAP with SSL, jboss-cli.xml file is updated so user doesn't have to use commands like

      $ ./jboss-cli.sh --controller=https-remoting://localhost:9993 -c

      However only protocol is changed now, port should be updated as well (only if ssl is enabled).

      Content of jboss-cli.xml file after EAP installation with SSL enabled:
      actual

          <default-controller>
              <protocol>https-remoting</protocol>
              <host>localhost</host>
              <port>9990</port>
          </default-controller>
      

      expected

          <default-controller>
              <protocol>https-remoting</protocol>
              <host>localhost</host>
              <port>9993</port>
          </default-controller>
      

      Attachments

        Issue Links

          Activity

            People

              thauser_jira Thomas Hauser (Inactive)
              pkremens@redhat.com Petr Kremensky (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: