Bug 1000394 - Socket binding can be set only for standalone.xml
Summary: Socket binding can be set only for standalone.xml
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Installer
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: EAP 6.2.0
Assignee: Thomas Hauser
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-23 11:17 UTC by Petr Kremensky
Modified: 2017-10-10 00:09 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-09 09:43:54 UTC
Type: Enhancement


Attachments (Terms of Use)

Description Petr Kremensky 2013-08-23 11:17:04 UTC
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.

Comment 1 Thomas Hauser 2013-08-23 13:53:18 UTC
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.

Comment 3 Petr Kremensky 2014-01-09 09:43:54 UTC
This feature is available in 6.2 installer.
Re-closing.


Note You need to log in before you can comment on or make changes to this bug.