Deploying Campaign on WAS from an EAR file
You can deploy the product by using an EAR file if you included Campaign.
Before you begin
- 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.
- Confirm that you created the data sources and database provider in WebSphere®.
Procedure
- Go to the WebSphere® Integrated Solutions Console.
- Go to Install. and click
- In the Preparing for the application installation window, select the Detailed - Show all options and parameters check box and click Next.
- Click Continue to see the Install New Application wizard.
- Accept the default settings on the windows of the Install
New Application wizard except the following windows:
- In step 1 of the Install New Application wizard, select the Precompile JavaServer Pages files check box.
- In step 3 of the installation wizard, set the JDK Source Level to 18.
- In step 9 of the installation wizard, set the Context Root to /Campaign.
- In the left navigation panel of WebSphere® Integrated Solutions Console, navigate to .
- In the Enterprise Applications window, select the EAR file that you want to deploy.
- In the Web Module Properties section,
click Session Management and select the following
check boxes:
- Override session management
- Enable Cookies
- Click Enable Cookies, and in the Cookie name field, enter a unique cookie name.
- Select Set session cookies to HTTPOnly to help prevent cross-site scripting attacks. and clear the check box for
- In the Detail Properties section, select Class loading and update detection.
- In the Class loader order section, select the Classes loaded with parent class loader first option.
- In campaign.ear, open the Manage Modules section and select the Classes loaded with local class loader first (parent last) option.
- For WAR class loader policy, select the Class loader for each WAR file in application option.
- Go to .
-
Users can add the following JVM arguments to enable unicode support with this
JVM.
-Dfile.encoding=UTF-8
-Dclient.encoding.override=UTF-8
- Start your deployment.