Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1088202

Summary: Update product name from installer download instructions
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: DocumentationAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0Keywords: Documentation
Target Milestone: GA   
Target Release: EAP 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Getting_Started_Guide/index.html#Language_Selection
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 22569, Getting Started Guide-6.3-1 Build Date: 11-04-2014 09:17:47 Topic ID: 26722-620061 [Latest]
Last Closed: 2014-06-28 15:43:59 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 2014-04-16 08:41:06 UTC
Title: Download the JBoss EAP 6 Installation Program

Describe the issue:
3.2.1. Download the JBoss EAP 6 Installation Program
Update the product name in step 4.

Suggestions for improvement:
4. Select Application Platform from the Product drop-down menu that appears on the next screen. 
-->>
4. Select Enterprise Application Platform from the Product drop-down menu that appears on the next screen. 

consider 
5. Find Red Hat JBoss Enterprise Application Platform 6.x.x Installer in the list and click Download. 
-->>
5. Find Red Hat JBoss Enterprise Application Platform 6.3.0 Installer in the list and click Download. 

Procedure 3.2. Run the JBoss EAP Installation Program
2.  Type the following command: 
java -jar jboss-eap-6.3.0.jar
-->>
Procedure 3.2. Run the JBoss EAP Installation Program
2.  Type the following command: 
java -jar jboss-eap-6.3.0-installer.jar

Additional information:
http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Getting_Started_Guide/index.html#Language_Selection
Revision 6.3.0-5

Comment 1 sgilda 2014-04-16 12:38:44 UTC
I created a similar bug a few weeks ago: https://bugzilla.redhat.com/show_bug.cgi?id=1085097

It tracks a bug I created to improve the installation screens: https://bugzilla.redhat.com/show_bug.cgi?id=1045543

I am waiting for the updates to the installation screens before proceeding.

Comment 3 sgilda 2014-04-25 18:22:38 UTC
Petr, I am reluctant to hard-code the 6.3.0 in the text because it will need to be updated for every minor release. 

For example:

java -jar jboss-eap-6.3.<replaceable>x</replaceable>.jar

or
 
java -jar jboss-eap-6.3.<replaceable>VERSION</replaceable>.jar

For now, I changed it to 6.3.0, but if you agree, I will go back an modify it to use the replaceable value.

The fixes will be staged here:

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Getting_Started_Guide/index.html#Download_JBoss_EAP_6_Installer

Comment 4 Petr Kremensky 2014-04-28 07:23:57 UTC
Hi Sande,
I believe it's safe to use 6.3.0 value for installer, as it is not part of CP releases (see [1] for EAP 6.2.0), so there won't be any other version of 6.3 installer.

[1] - https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=appplatform&downloadType=patches&version=6.2.0

Comment 5 sgilda 2014-04-28 11:19:38 UTC
Thanks Petr. Makes total sense. :-)

Comment 7 Petr Kremensky 2014-05-02 06:06:59 UTC
Please fix also the command to reflect exact name of jar:

Procedure 3.2. Run the JBoss EAP Installation Program
2.  Type the following command: 
java -jar jboss-eap-6.3.0.jar
-->>
Procedure 3.2. Run the JBoss EAP Installation Program
2.  Type the following command: 
java -jar jboss-eap-6.3.0-installer.jar

Rest of text is fine.

Comment 9 Petr Kremensky 2014-05-02 13:45:47 UTC
I still see:

Procedure 3.2. Run the JBoss EAP Installation Program
 1. Open a terminal and navigate to the directory containing the downloaded installation program JAR. 
 2. Type the following command:
      java -jar jboss-eap-6.3.0.jar
...

http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.3/html-single/Getting_Started_Guide/index.html#Run_the_JBoss_EAP_Installation_Program

Comment 10 sgilda 2014-05-02 14:33:01 UTC
I'm a bozo and I'm blind! 

Fixed the topic:
Run the JBoss EAP Installation Program [30613, rev: 637979]