Introduction:
Tomcat server search OMVS environment for annotation resulting in SEVERE messages in WebUI task and high CPU consumption.
WebUI is not accessible over the internet until it finishes to scan the environment.
Question:
How to correct this behavior?
Environment:
z/OS
Answer:
To correct this situation please edit VANWEBUI member from CCTUSAMP by adding following variable: IJO="$IJO -Duser.dir=${CATALINA_HOME}"
Example:
IJO="${IJO}${CATALINA_HOME}/common/endorsed"
IJO="$IJO -Duser.dir=${CATALINA_HOME}"
# If requested by CA Support:
# Uncomment the following two lines to allow Remote Debugging
#IJO="$IJO -Xdebug"
Additional Information:
Please contact CA Technologies support for CA Vantage if you have further questions.