Integration in map.apps Manager
Diese Seite steht derzeit nur in englischer Sprache zur Verfügung. |
If you install service.monitor it is not necessary to upload the monitor integration bundle from service.monitor Monitoring installation location. The bundle is also contained in the bundle package of service.monitor. However, the configuration steps below are necessary. |
Advantages
Running service.monitor as a consistent part of map.apps Manager application streamlines GIS administrator’s workflows into a single user interface. Furthermore, the adjusted CSS design follows the rules of map.apps everlasting theme. So both map.apps and service.monitor really integrate well with each other.
Installation Instructions
-
Install and configure service.monitor according to the installation guide.
-
Edit service.monitors
application.properties
file and change the following properties:application.properties... css.theme=everlasting css.theme.showUserInfo.header=false ...
-
Restart Tomcat or reload the monitor context in Tomcat Manager.
-
Make sure map.apps runs in security modes
ONLY_AUTH
orFULL
. -
Edit the following property in the
application.properties
of map.apps.application.properties... manager.config.viewbundles="appmanagement","reportmanagement","bundlemanagement","monitor_integration" ...
-
Add the following property in the
application.properties
of map.apps. The URL can either be relative or absolute without concrete protocol specification (HTTP or HTTPS)application.properties... servicemonitor.base.url=/monitor ## OR ALTERNATIVELY servicemonitor.base.url=//monitor-host.example.com/monitor ...
-
Restart Tomcat or reload the
mapapps
context in Tomcat Manager. -
Login to map.apps Manager and upload the bundle
ct-monitor-analytics-js-[VERSION].jar
. The file can be found in service.monitor’s installation location. If you already accomplished steps from installation/analytics/datasources/mapapps-integration_en.adoc, this step is obsolete. -
Reload map.apps Manager.
Only users that have administrative roles for map.apps Manager (maAdmin or maEditor ) and a defined role for service.monitor (mon_Administrator , mon_Redakteur ) will see the new tab.
|