TOMCAT server not generating "CATC0002I CA-CCS Tomcat started" message
search cancel

TOMCAT server not generating "CATC0002I CA-CCS Tomcat started" message

book

Article ID: 227805

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

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.

Environment

Release : 15.0
Component : CCS APACHE TOMCAT

Cause

Unknown. Environmental

Resolution

In the member containing all the environment variables used by the JVM to start the Apache Tomcat Region (//STDENV) for a particular product, add this block immediately following the statement:
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
 
This change will ensure the modified CCS jar files are included in the CLASSPATH.

Additional Information

The above statements were added to library CAW0OPTV(TOMENVPR) with CCS 15.0 PTF LU01857 -- CCS APACHE TOMCAT 9.0.48