We could use a zLinux service block to start/stop OM Web Viewer / Apache Tomcat® on a Linux zSeries system.
[Unit]
Description=Output Management Web Viewer
[Service]
Type=forking
RemainAfterExit=yes
User=<user>
ExecStart=/caomwv/CA_OM_Web_Viewer/apache-tomcat-8.5.4/bin/startup.sh
ExecStop=/caomwv/CA_OM_Web_Viewer/apache-tomcat-8.5.4/bin/shutdown.sh
[Install]
WantedBy=multi-user.target
This would have to be customized per the individual servers requirements.