INTRODUCTION This post describes how to migrate your application server configuration using the JBoss Server Migration Tool from a previous release of JBoss EAP 7.0 to JBoss EAP 7.1. What is JBoss Server Migration Tool? The JBoss Server Migration Tool is a Java application which ships with JBoss EAP 7.1 and that automatically migrates JBoss EAP server configurations with minimal or no interaction required. The JBoss Server Migration Tool reads your existing source server configuration files and adds configurations for any new subsystems, updates the existing subsystem configurations with new features, and removes any obsolete subsystem configurations. Pre-Migration Tasks Download the Jboss eap 7.1 and setup on your linux machine. For example- I’m using the EAP_HOME /opt/RH/TestApp_JB7.1 for jboss eap 7.1 and /opt/RH/TestApp_JB7.0 for jboss eap 7.0 Running the JBoss Server Migration Tool You can run the JBoss Server Migration Tool in either of the fol...