Bug 1025421 - Installer will change default property name for http-interface
Summary: Installer will change default property name for http-interface
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Installer
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ER7
: EAP 6.2.0
Assignee: Thomas Hauser
QA Contact: Petr Kremensky
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-31 16:23 UTC by Petr Kremensky
Modified: 2017-10-10 00:23 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:19:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Kremensky 2013-10-31 16:23:00 UTC
Description of problem:
 Default name for http-interface inside host.xml and host-master.xml is changed from '${jboss.management.http.port:9990}' to '${jboss.management.native.port:9990}' by installer.

Version-Release number of selected component (if applicable):
 EAP 6.2.0.ER6

How reproducible:
 Always

Steps to Reproduce:
 1. Install EAP, use default values, no need to do something special.
 2. Observe host.xml and host-master.xml files.

Actual results:
<http-interface security-realm="ManagementRealm">
   <socket interface="management" port="${jboss.management.native.port:9990}"/>
</http-interface>

Expected results:
<http-interface security-realm="ManagementRealm">
   <socket interface="management" port="${jboss.management.http.port:9990}"/>
</http-interface>

Comment 1 Petr Kremensky 2013-11-01 11:44:09 UTC
This is fixed in EAP 6.2.0.ER7 installer.


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