Applies to:
Denodo 8.0
,
Denodo 7.0
,
Denodo 6.0
Last modified on: 03 Jun 2020
Tags:
Administration
Denodo Monitor
Monitoring
Tomcat
Content
The Denodo Monitor is a tool included in the Denodo Platform that logs information about the Denodo servers. The standard configuration includes monitoring options for:
The Denodo Platform includes an embedded Apache Tomcat that can be used, for instance, to deploy the web services defined in Virtual DataPort. Hence, it can be interesting to be able to monitor the embedded Tomcat to get information about its performance if necessary.
This article describes how to configure the Denodo Monitor to include the embedded Tomcat in the list of monitored servers.
In order to do that, you need to edit the ConfigurationParameters.properties file available in the DENODO_MONITOR_HOME/conf folder as follows:
The result will be something like this:
monitors.remote=vdp,tomcat
The result will be something like this:
tomcat.monitors=threads,resources
# ==========================================================
# Connection Parameters to the embedded Tomcat server
# ==========================================================
tomcat.jmx.host=localhost
tomcat.jmx.port=9098
This example monitors the Tomcat included in a local Denodo Platform installation using the default port 9098. If the server is running on a different port, it can be modified by changing the value of the tomcat.jmx.port property.
You can find more information about how to configure the Denodo monitor in the Virtual DataPort Administration Guide section DENODO MONITOR.
References
Virtual DataPort Administration Guide: section DENODO MONITOR