If you are using a WAR file or EAR file for deployment,
you must re-create the WAR file or WAR and EAR files and redeploy
the application each time you make changes to files in the install_path/IBM/FileNet/WebClient/WorkplaceXT directory. If you chose not to have the Content Engine installer create your deployment
file, or if you made changes to web.xml for SSO
support or any other edits, you must re-create the WAR and EAR files.
Important: In a highly available
environment, you must re-create the WAR and EAR files on all nodes.
To re-create the WAR and EAR files:
- If you will be deploying from a WAR file, verify that web_client.war exists. To re-create the WAR file, run
one of the following commands:
Option |
Description |
UNIX |
install_path/IBM/FileNet/WebClient/deploy/create_web_client_war.sh |
Windows |
install_path\IBM\FileNet\WebClient\deploy\create_web_client_war.bat |
- If you will be deploying from an EAR file, verify that
both web_client.war and web_client.ear exist. To re-create the EAR file, first re-create the WAR file,
and then run the following command to re-create the EAR file:
Option |
Description |
UNIX |
install_path/IBM/FileNet/WebClient/deploy/create_web_client_ear.sh |
Windows |
install_path\IBM\FileNet\WebClient\deploy\create_web_client_ear.bat |