| Summary: | Socket binding can be set only for standalone.xml | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | Installer | Assignee: | Thomas Hauser <thauser> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.1 | CC: | myarboro, pkremens, rsvoboda |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-09 09:43:54 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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. |
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.