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>
- is related to
-
JBEAP-2972 Inconsistency in jboss-cli.xml configuration
- Closed
- relates to
-
JBEAP-2971 Shourtcut targets should reflect the port changes and SSL configuration
- Closed