Installing the Service Activity Monitoring Server into a Servlet container - 8.0

Talend ESB Infrastructure Services Configuration Guide

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

The Service Activity Monitoring Server can be deployed into any Servlet container as a WAR. The Service Activity Monitoring Server requires a database to store event data, so make sure your RDBMS has been installed and started.

Also, the JNDI DataSource should be configured in the J2EE/Tomcat container, for more information, see Configuring the Service Activity Monitoring Server in a Servlet container.

The Service Activity Monitoring Server can also be running on the Embedded Servlet container (Jetty) with the following command mvn jetty:run-war. For this, the following sam-server-jetty example is provided to quickly install and start the Monitoring Server on the Jetty Container: