(Click to open topic with navigation)
Moab Web Services can be configured to interact with Moab Accounting Manager order to be able to perform RESTful web service queries against accounting objects in Moab Accounting Manager.
5.257.1 Edit the MWS HPC Configuration File
Uncomment and set the following parameters in /opt/mws/etc/mws.d/mws-config-hpc.groovy:
Example 5-111: Configuring Moab Web Services to Communicate with MAM Accounting Manager
$ vi /opt/mws/etc/mws.d/mws-config-hpc.groovy mam.secretKey = "UiW7EihzKyUyVQg6dKirDhV3" mam.server = "localhost" mam.port = 7112
5.257.2 Restart Moab Web Services
In order for the MWS configuration changes to take effect, restart Tomcat
# service tomcat restart
# systemctl restart tomcat.service