0% found this document useful (0 votes)
40 views1 page

JBoss Auto-Start Setup Manual

This document outlines the steps to configure JBoss EAP 7.0 to run as a service on Red Hat Enterprise Linux, which includes copying configuration files to specific directories and using scripts to start and stop the service.

Uploaded by

Herbert Tagudin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

JBoss Auto-Start Setup Manual

This document outlines the steps to configure JBoss EAP 7.0 to run as a service on Red Hat Enterprise Linux, which includes copying configuration files to specific directories and using scripts to start and stop the service.

Uploaded by

Herbert Tagudin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

JBoss EAP 7.

0 setup as a service
(For more details, refer to this link: https://access.redhat.com/documentation/en-
us/red_hat_jboss_enterprise_application_platform/7.0/html/installation_guide/configu
ring_jboss_eap_to_run_as_a_service)

1. Copy the jboss-eap.conf file to /etc/default directory.

jboss-eap.conf

2. Copy the jboss-eap-rhel.sh file to /etc/init.d directory.

jboss-eap-rhel.sh

3. Add execute permissions (+x) to /etc/init.d/jboss-eap-rhel.sh


sudo chmod +x /etc/init.d/jboss-eap-rhel.sh
4. To start JBoss EAP 7:
sudo bash /etc/init.d/jboss-eap-rhel.sh start

To stop JBoss EAP 7:


sudo bash /etc/init.d/jboss-eap-rhel.sh stop

You might also like