Using CCS Tomcat in various applications.
After applying maintenance, we no longer get the "CATC0002I CA-CCS Tomcat started" message. Prior to the maintenance, we got the following on startup:
CATC0002I CA-CCS Tomcat started in: 5692 ms (Apache Tomcat/9.0.35)
This message is used in OPS/MVS state manager to determine if the server started successfully.
Release : 15.0
Component : CCS APACHE TOMCAT
Unknown. Environmental
CLASSPATH="$CLASSPATH":"${CATALINA_BASE}/bin/tomcat-juli.jar"
# begin block
for x in ${CATALINA_HOME}/bin/*.jar
do
CLASSPATH=$CLASSPATH:$x
done
for x in ${CATALINA_HOME}/lib/*.jar
do
CLASSPATH=$CLASSPATH:$x
done
# end block
The above statements were added to library CAW0OPTV(TOMENVPR) with CCS 15.0 PTF LU01857 -- CCS APACHE TOMCAT 9.0.48