Bug 1328914 - Add example of server configuration on RPM installation
Summary: Add example of server configuration on RPM installation
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.7
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Andrea Hoffer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-20 14:37 UTC by Katerina Odabasi
Modified: 2017-05-02 12:25 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-02 12:25:16 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.