When running the TOMWAR job to deploy a WAR file to Common Services Tomcat, why am I receiving the following message?
PRODUCT_WAR: /cai/CADeploy/view/TOMWAR 4: FSUM7351 not found
The PRODUCT_WAR variable within the SYSUT1 USS script was coded incorrectly
When assigning a value to the PRODUCT_WAR variable within the SYSUT1 USS script, an extra space was present between the variable and the = sign as shown below:
PRODUCT_WAR =/cai/CASoftware/view
^
Extra spaces are difficult to notice and cannot be present when assigning a value to a variable in a USS script. The variable should have been assigned as follows:
PRODUCT_WAR=/cai/CASoftware/view