Bug 1328914

Summary: Add example of server configuration on RPM installation
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Katerina Odabasi <kanovotn>
Component: DocumentationAssignee: Andrea Hoffer <ahoffer>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.7CC: eap-docs, sgilda, sjay
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: 2017-05-02 12:25:16 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 Katerina Odabasi 2016-04-20 14:37:41 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html-single/Administration_and_Configuration_Guide/index.html#sect-Start_and_Stop_JBoss_EAP_6

Section Number and Name: 
2.2. Start and Stop JBoss EAP 6

Describe the issue: 
It is missing example how to configure RPM service and some options in rpm installation.

Suggestions for improvement: 
1. Add chapter "Configure Jboss EAP6 startup (RPM)"
2. Add example of configuration:
*  Open /etc/sysconfig/jbossas
*  Uncomment and set property JBOSS_SERVER_CONFIG to configuration file what JBoss EAP should use. For instance: 
JBOSS_SERVER_CONFIG=standalone-full.xml
*  For JVM tunning you can modify JAVA_OPTS in JBOSS_HOME/bin/standalone.conf or JBOSS_HOME/bin/domain.conf. For instance you can increase heapsize by appending following line:
JAVA_OPTS="$JAVA_OPTS -Xms2048m -Xmx2048m"
*  If you need any additional EAP configuration you can use CLI or modify JAVA_OPTS in JBOSS_HOME/bin/standalone.conf or JBOSS_HOME/bin/domain.conf. For example, you can configure port offset for EAP standalone mode by appending following line info JBOSS_HOME/bin/standalone.conf:
JAVA_OPTS="$JAVA_OPTS -Djboss.socket.binding.port-offset=1000"

Additional information:

Comment 3 sgilda 2017-01-26 13:00:16 UTC
@ahoffer: This looks good to me.

Comment 4 sgilda 2017-01-26 13:04:55 UTC
Peer review completed.

Comment 5 sgilda 2017-02-15 16:34:09 UTC
This update is to the Installation Guide.