Hide Forgot
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:
The required fix has been made in the document source and committed. Moving to MODIFIED until a new version is available for QA review.
The updated content is available for review at: http://documentation-devel.engineering.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/5/html-single/Getting_Started_Guide/index.html#Starting_and_Stopping_the_Server-Start_the_Server Please ensure you are viewing version 5.3.0-4 or later.
Rewritten.