FileNet P8 Workplace XT, Version 1.1.5       Application server:  JBOSS Application Server     

Deploying as Workplace XT or custom name using a WAR file

You can rename the WAR file if you are using a WAR file for deployment, and you want to use WorkplaceXT 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.

Important: You must rename the WAR file every time you regenerate it. The create_web_client_war.sh/.bat script will by default create a file with the name web_client.war.

To deploy as a custom name:

Use the rename command to rename the WAR file. Enter the command without the line break.
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


Feedback

Last updated: March 2013
wxtip043.htm

© Copyright IBM Corporation 2013.
This information center is powered by Eclipse technology. (http://www.eclipse.org)