To deploy IBM® Campaign on WebSphere® Application Server from a WAR file
Follow this procedure to deploy the IBM® Campaign application from a WAR file (not an EAR file) onto WebSphere® Application Server.
Before you deploy IBM® Campaign:
*
Confirm that your version of WebSphere® meets the requirements in the Recommended Software Environments and Minimum System Requirements document, including any necessary fix packs or upgrades.
*
See Preparing data sources for IBM Campaign.
1.
To deploy the IBM® Campaign application WAR file on WebSphere® Application Server, complete the following steps.
2.
If your system tables are in DB2®, go to the Custom Properties for the data source. Set the value for resultSetHoldability to 1.
If you do not see a field named resultSetHoldability, add a custom property with that name and set its value to 1.
3.
Follow the guidelines below to deploy the IBM® WAR file as an enterprise application.
Unless otherwise noted, you can accept the default settings.
*
In the form where you browse to and select the WAR file, select Show me all installation options and parameters so the Select Installation Options or Install New Application wizard runs.
*
In step 1 of the installation wizard, select Precompile JavaServer Pages files.
*
In step 3 of the installation wizard, set the JDK Source Level to 16. If 16 is not available, select 15.
*
4.
In the server's Web Container Settings > Session Management section, enable cookies.
5.
If you are using version 8 of WebSphere® Application Server, choose Servers > WebSphere application server > server 1 > Session management > Cookies and clear the check box for Set session cookies to HTTPOnly to help prevent cross-site scripting attacks.
6.
In the WebSphere® console, open the server's Applications > Enterprise Applications > Unica.war > Session Management > Enable Cookies > Cookie Name section, and specify a unique session cookie name.
7.
Select the Override session management check box in Session Management.
8.
In the server's Applications > Enterprise Applications section, select the WAR file that you deployed, then select Class loading and update detection and set the following General Properties on the Configuration tab:
*
For Class loader order, select Classes loaded with local class loader first (parent last).
*
For WAR class loader policy, select Single class loader for application.
9.