Uninstalling LQE and LDX on WebSphere Application Server
To uninstall the war files for LQE and LDX deployed on a WebSphere® Application Server, complete the following steps:
Procedure
-
Locate the lqe.war or ldx.war file in the original
Jazz Reporting Service installation. If there are other war files in this directory, copy the war
files that you want to update to a new temporary folder. The
clm_update.py
script updates all applications with war files in the directory specified. - Execute the following command, ensuring that the WebSphere Application Server is running.
This updates all applications with war files from the specified directory of interim fix patch. This
updates all applications with war files from the interim fix directory specified.
Note: If you selected non-default application context roots during the original install, use a context-root.properties file to specify the map from default to renamed context roots.
- Windows
- wsadmin -language jython -user <username> -password <password> -f <path to clm_update.py
- For example: <server_installation_directory>/server/was/clm_update.py>
- The following example shows the path to interim fix war files to use for the update. C:/iFixPatch> <optional path to context-root.properties file>.
- Linux
- ./wsadmin.sh -language jython -user <username> -password <password> -f
- The following is the path to clm_update.py, for example,
<server_installation_directory>/server/was/clm_update.py>
The following example shows the path to interim fix war files to use for the update. /opt/IBM/iFixPatch> <optional path to context-root.properties file>.