Jboss EAP 6.2 to 6.3 Upgradation
Steps:
-
Download the Jboss EAP 6.3 zip file.
-
Copy Jboss EAP 6.3 zip file into /users/appuser/ (Share location)
-
Extract the EAP 6.3 zip file into /usr/local/
-
Take backup EAP 6.2 folder which is has previous version
-
stop the server
# /etc/init.d/jboss-as stop
-
Copy domain, standalone and modules directories from EAP 6.2 to EAP 6.3.
$ cp /usr/local/jboss-eap-6.2/domain /usr/local/jboss-eap-6.3/
$ cp /usr/local/jboss-eap-6.2/standalone /usr/local/jboss-eap-6.3/
$ cp /usr/local/jboss-eap-6.2/modules /usr/local/jboss-eap-6.3/
-
If any changes made to the bin directory of the previous installation jboss-eap 6.2 and make the equivalent modifications to the new directory of jboss-eap-6.3.
$ cp /usr/local/jboss-eap-6.2/bin/domain.conf /usr/local/jboss-eap-6.3/bin/
$ cp /usr/local/jboss-eap-6.2/bin/init.d /usr/local/jboss-eap-6.3/bin/
-
Start the server and check the version upgradation.
# /etc/init.d/jboss-as start
Comments
Post a Comment