Jboss EAP 6.2 to 6.3 Upgradation

Steps:
  1. Download the Jboss EAP 6.3 zip file.
  2. Copy Jboss EAP 6.3 zip file into /users/appuser/ (Share location)
  3. Extract the EAP 6.3 zip file into /usr/local/
  4. Take backup EAP 6.2 folder which is has previous version
  5. stop the server
# /etc/init.d/jboss-as stop
  1. 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/
  1. 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/
  1. Start the server and check the version upgradation.
# /etc/init.d/jboss-as start

Comments

Popular posts from this blog

SSL certificate in WebSphere Application Server

Tomcat Upgrade Steps on Windows.