Use the records_manager.war file or the records_manager.ear file in the RM_install_path/FileNet/RM/deploy directory to deploy the IBM® InfoSphere™ Enterprise Records web application on the JBoss Application Server 4.0 and later.
To deploy the InfoSphere Enterprise Records web application:
For example, the default records_manager.war generates the following context root: http://server_name:port/records_manager
Renaming the WAR file RecordsManager.war generates the following context root:http://server_name:port/RecordsManager
Perform this step only if you are using a WAR file for deployment, and you want to use RecordsManager or a custom name for the context root of the application. The context root is part of the URL that users type to access the InfoSphere Enterprise Records application. By default, when you deploy from a WAR file, the context root is the first part of the WAR file name.
You must rename the WAR file every time that you regenerate it. The script create_records_manager_war.sh (UNIX®) or create_records_manager_war.exe (Windows®) by default creates a file named records_manager.war.
Deploy from | Deployment steps |
---|---|
Exploded directory |
|
WAR file | On the JBoss Application Server server, copy the records_manager.war file from: RM_install_path/deploy to: JBOSS_HOME/server/server_name/deploy/ |
EAR file | On the JBoss Application Server server, copy the records_manager.ear file from: RM_install_path/deploy to: JBOSS_HOME/server/server_name/deploy/ |
To enable CMA on JBoss Application Server, edit the server.xml file and uncomment the following section:
<Valve className="org.apache.catalina.authenticator.SingleSignOn" />
The default location for the server.xml file is: