The problem is there is no message in the log that identifies when the task is started. Is there is a way to introduce a message with this web viewer running on Z/OS as a started task to create a message when started so that OPS/MVS can register it is up?
Or is there another way that OPS/MVS is supposed to identify when this task is active? I cannot find any helpful log messages anywhere that could be helpful.
Release : 12.1 Web Viewer
OPS/MVS
Apache Tomcat
The message is always the first thing displayed in the JESMSGLG DSN of the started task. If it comes out there it should also come out in the main JES log. System Programmers are able to suppress any of the Task DSNs such as the JESMSGLG but if they do not:
---------------------------------------------------------------------------------------------------------
...+....10...+....20...+....30...+....40...+....50...+....60...+....70...+....80...+....90...+....100..+.
J E S 2 J O B L O G -- S Y S T E M C A XX -- N O D E U S I L C A YY
15.07.22 STC91082 ---- MONDAY, 13 FEB 2023 ----
15.07.22 STC91082 IEF695I START XXXXXXXXX WITH JOBNAME BETTTOMC IS ASSIGNED TO USER YYYYYYYY , GROUP VIEWG
15.07.22 STC91082 $HASP373 BETTTOMC STARTED
15.07.22 STC91082 IEF403I BETTTOMC - STARTED - TIME=15.07.22
To determine this when not running an STC, look for the following message in the latest catalina.yyyy-mm-dd.log in the logs subdirectory under the Tomcat directory:
........INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [23488] milliseconds