Bug 1040140

Summary: Bug in JBoss Getting Started Guide
Product: [JBoss] JBoss Enterprise Application Platform 5 Reporter: dereed
Component: doc-Getting_Started_GuideAssignee: Scott Mumford <smumford>
Status: CLOSED CURRENTRELEASE QA Contact: Russell Dickenson <rdickens>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.2.0Keywords: Documentation, EasyFix, Triaged
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-15 04:41:20 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:

Description dereed 2013-12-10 19:56:48 UTC
Document URL: 
https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/5/html-single/Getting_Started_Guide/index.html

Section Number and Name: 
3.1. Starting the Server

Describe the issue: 
The "Remote connection to the JBoss Enterprise Application Platform server" box contains the statement "Passing -Djboss.bind.address to the Java process as part of the JAVA_OPTS variable in the run scripts will not work as it is a JBoss property not a JVM property."

This is incorrect.  This applies to the -b option described earlier in the paragraph, but not to the -D options.  The -D options *can* be passed in JAVA_OPTS.

Suggestions for improvement:
Change it to "Passing -b ...", and add a statement that the -D options *can* be passed in JAVA_OPTS.

Additional information:

Comment 1 Scott Mumford 2014-03-25 04:45:57 UTC
The required fix has been made in the document source and committed. 
Moving to MODIFIED until a new version is available for QA review.

Comment 3 Pavel Janousek 2014-04-16 06:50:16 UTC
Rewritten.