Installing the Service Activity Monitoring Server into a Servlet container
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: