(Click to open topic with navigation)
5.60.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-113: 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.60.2 Restart Moab Web Services
In order for the MWS configuration changes to take effect, restart Tomcat
# service tomcat restart
# systemctl restart tomcat.service