Bug 1020368

Summary: "Launch browser after server startup" option should aim to management port not to http
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Francisco Canas <fcanas>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: fcanas, thauser
Target Milestone: ER7   
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: 2013-12-15 16:16:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petr Kremensky 2013-10-17 14:20:02 UTC
Description of problem:
 Browser launched by installer aiming for http port. For domain this feature takes http port of default profile, but out-of-box domain is configured with server-one from main-server-group which uses full profile thus no server is listening on default profiles http port (assume they are not same for all profiles).

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

How reproducible:
 Always

Steps to Reproduce:
 1. Start gui installation, use defautl values untill Socket Bindings screen
 2. On Socket screen select to Configure custom port bindings and Configure ports for domain mode
 3. On Socket Binding (default-domain) change the value of http port to 1010 and continue till Server Launch screen
 4. On server Launch screen select to start Domain Mode and check to Launch browser after server start.
 5. Keep pressing next untill Processing screen where server is launched.

Actual results:
 Browser is opened on http://localhost:1010/, but server-one is listening on http://localhost:8080/

Expected results:
 Connect to management http Port.

Additional info:
 Also browser launched for standalone mode should points to http management port

Comment 1 Francisco Canas 2013-10-17 15:45:21 UTC
Browser now aimed at management ports for both domain and standalone.

http://git.app.eng.bos.redhat.com/jbossas-installer.git/commit/?h=eap-6.2&id=79643b7077cf20c6d2eb5096ab1d3cc51c8225ef

Comment 2 Petr Kremensky 2013-11-01 11:08:04 UTC
Verified on EAP 6.2.0.ER7 installer.