Difference between revisions of "Monitoring Ports"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 4: | Line 4: | ||
:* memcached - tcp/11211 | :* memcached - tcp/11211 | ||
:* MySQL - tcp/3306 | :* MySQL - tcp/3306 | ||
:* Tomcat - The ports Tomcat is listening on are listed in <tt> | :* Tomcat - The ports Tomcat is listening on are listed in the following files available under <tt>{install-dir}/profiles/IS_default/configuration/com.softwareag.platform.config.propsloader</tt> folder: | ||
::*com.softwareag.catalina.connector.http.pid-agileappsHttp-8283.properties | |||
::*com.softwareag.catalina.connector.https.pid-agileappsHttps-8284.properties | |||
<noinclude> | <noinclude> | ||
[[Category:Installation]] | [[Category:Installation]] | ||
</noinclude> | </noinclude> |
Revision as of 11:45, 17 October 2019
Experience has shown that monitoring the processes and doing a health check tends to be a lot more useful than monitoring ports. But if you need to, here are the ports to monitor:
- Apache-httpd - tcp/80 and tcp/443
- memcached - tcp/11211
- MySQL - tcp/3306
- Tomcat - The ports Tomcat is listening on are listed in the following files available under {install-dir}/profiles/IS_default/configuration/com.softwareag.platform.config.propsloader folder:
- com.softwareag.catalina.connector.http.pid-agileappsHttp-8283.properties
- com.softwareag.catalina.connector.https.pid-agileappsHttps-8284.properties