Upgrade JBoss EAP from 7.4.10 to 7.4.23 for AEM Forms on JEE upgrade-jboss-eap-from-7-4-10-to-7-4-23
Overview overview
Upgrade JBoss EAP from version 7.4.10 to 7.4.23 on an AEM Forms on JEE standalone environment. The upgrade requires migrating configuration files, database credentials, and the CRX repository to the new JBoss installation, and running Configuration Manager to complete the setup.
Applies to applies-to
This article applies to:
- AEM Forms on JEE running on JBoss EAP 7.4.10 in a standalone environment
- Turnkey and partial turnkey installation modes on Windows and Linux
Prerequisites prerequisites
Before you begin:
- Download the JBoss 7.4.23 package from the Adobe Software Distribution Portal.
- Ensure that you have administrative access to the target environment.
- Take a complete backup of the existing JBoss installation.
Steps steps
To upgrade JBoss EAP from 7.4.10 to 7.4.23, perform the following steps:
Download and extract JBoss download-and-extract-jboss
- Download the JBoss 7.4.23 ZIP package from the Adobe Software Distribution Portal.
- Extract the ZIP file to a local directory.
- Rename the extracted JBoss folder to match the exact name of the existing JBoss installation directory.
Back up the existing installation back-up-the-existing-installation
- Create a full backup of the current JBoss installation directory.
- Verify that the backup includes all configuration files and customizations.
Configure database files configure-database-files
-
Navigate to the configuration directory:
- Windows:
<JBoss_Home>\standalone\configuration - Linux:
<JBoss_Home>/standalone/configuration
- Windows:
-
Configure the database files based on your installation mode:
Turnkey mode:
-
Rename
lc_mysql.xmltolc_turnkey.xml. -
Delete the following files:
lc_oracle.xmllc_mssql.xml
Partial turnkey mode:
- Keep only the
lc_db.xmlfile that corresponds to your database engine. - Delete the other two
lc_db.xmlconfiguration files.
-
Update database credentials update-database-credentials
-
Open the
lc_turnkey.xmlfile from the backed-up JBoss installation. -
Copy the following values:
- Datasource URL
- Database username
- Database password
-
Update the corresponding entries in the new
lc_turnkey.xmlfile.
Migrate CRX repository migrate-crx-repository
-
Navigate to the following directory in the old JBoss installation:
<old_jboss>\bin\ -
Copy the
crx-quickstartfolder. -
Paste the folder into:
<new_jboss>\bin\
Run Configuration Manager run-configuration-manager
- Start the upgraded JBoss environment.
- Launch LiveCycle Configuration Manager (LCM).
- Execute the complete end-to-end Configuration Manager workflow.
- Verify that all configuration tasks complete successfully.
Post-upgrade validation post-upgrade-validation
After the upgrade, confirm the following:
- All services start successfully.
- Database connectivity is verified.
- Application functionality is validated.