You can rename the WAR file if you are using a WAR file for deployment, and you want to use "Workplace XT" or a custom name for the context root of the application. The context root is part of the URI that end users type to access Workplace XT.
By default, when you deploy from a WAR file, the context root is the first part of the WAR filename. For example, the default web_client.war will generate a context root of http://server_name:port#/webclient. If you want to use http://server_name:port#/custom_name, you must rename web_client.war to custom_name.war.
To rename the WAR file:
Option | Description |
---|---|
UNIX | mv install_path/IBM/FileNet/WebClient/deploy/web_client.war install_path/IBM/FileNet/WebClient/deploy/custom_name.war |
Windows | rename install_path\IBM\FileNet\WebClient\deploy\web_client.war install_path\IBM\FileNet\WebClient\deploy\custom_name.war |