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

Inconsistency in jboss-cli.xml configuration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.ER6
    • 7.0.0.ER4
    • Installer
    • None

      There is inconsistency in how we deal with the port offset configuration between installation with and without SSL configuration.

      +100 port offset w/o ssl

      <port>9990</port> # (management.http)

      +100 port offset w/ ssl

      <port>10093</port> # (management.https + 100)

      Since we stick with standalone management.https if SSL is enabled (JBEAP-2569), we should stick with standalone management.http for installation without SSL. If user chooses different ports for other modes/profiles, he should be experienced enough to know that CLI won't work for them by default (+ we can put this into documentation). Another option we have is to use 9990 w/o SSL and 9993 /w SSL no matter the additional port configuration.

            eunderhi Emmett Underhill (Inactive)
            pkremens@redhat.com Petr Kremensky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: