Apache Tomcat health check
Sends an HTTP request to check if the Apache Tomcat 9.0 <SageCrmInstallName>Tomcat9 Windows service is running. The HTTP request has the following format:
http://<LocalServerName>:<TomcatPort>/<InstallName>j/index.jsp
Where
- <LocalServerName> is the Sage CRM local server name stored in the LocalServerName record (Parm_Name column of the Custom_Sysparams database table).
- <TomcatPort> is the Apache Tomcat port stored in the CRMTomcatPort record (Parm_Name column of the Custom_Sysparams database table).
- <InstallName> is the Sage CRM installation name.