Hide Forgot
Using custom socket binding during installation I am able to set custom sockets for standalone and domain. While for domain there are screens for every profile, for standalone there is only one screen which allow user to customize ports only for standalone.xml configuration file. Other standalone configuration files must be edited manually. - Reproduce: Choose to configure ports for standalone during installation Change eg. ajp port to 8989 Finish installation [jboss-eap-6.1/standalone/configuration]$ grep -r "socket-binding name=\"ajp\"" . ./standalone-full.xml: <socket-binding name="ajp" port="8009"/> ./standalone.xml: <socket-binding name="ajp" port="${asd:8989}"/> ./standalone-full-ha.xml: <socket-binding name="ajp" port="8009"/> ./standalone-osgi.xml: <socket-binding name="ajp" port="8009"/> ./standalone-ha.xml: <socket-binding name="ajp" port="8009"/> We may add also separate screens for standalone profiles ports.
This feature will be available for 6.2. The new feature was not cleared for 6.1.x, unfortunately, so we're stuck with only modifying standalone.xml or domain.xml. Because of this, I am closing this BZ with NEXTRELEASE; let me know if this is incorrect.
This feature is available in 6.2 installer. Re-closing.