Hide Forgot
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:
@ahoffer: This looks good to me.
Peer review completed.
This update is to the Installation Guide.
Content is available on the Customer Portal here: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html-single/Installation_Guide/index.html#Configure_RPM_Service_Properties