- Download the maintenance zip file from Broadcom Support to your PC.
- Unzip the ZIP file using winzip or a winzip clone
- Locate the CA_OM_WEBVIEWER_12_1_Updt.jar under the resulting \Multiplatform folder.
- Transfer (via binary transfer) the file to the system where Web Viewer is installed
- From the command line, execute the file via command:
java -jar CA_OM_WEBVIEWER_12_1_Updt.jar
Note: The java executable must be in the path for this to work. You can alternately invoke java using a full path.
If this command does not work, try
java -classpath [path to]/CA_OM_WEBVIEWER_12_1_Updt.jar install
If that does not work either, on sh-like shells, try
cd [to directory where CA_OM_WEBVIEWER_12_1_Updt.jar is located]
CLASSPATH=CA_OM_WEBVIEWER_12_1_Updt.jar
export CLASSPATH
java install
Or for csh-like shells, try
cd [to directory where CA_OM_WEBVIEWER_12_1_Updt.jar is located]
setenv CLASSPATH CA_OM_WEBVIEWER_12_1_Updt.jar; java install
6. Once the installation starts, follow the prompts to complete the update.
7. Stop and start Tomcat or reycle Web Viewer with Websphere
Note: This APAR contains all previous fixes for product. Applying a lower number APAR will regress the product.