- To add additional URL's to the Client Tools sub-menu the following file needs to be edited:
/APG_HOME/Custom/WebApps-Resources/Default/conf/SmartsTools.json
- The example text below shows the default "Launch EMC M&R" option and the Google option which has been added:
"tools": {
"tool": [
{
"name": "Launch EMC M&R",
"url": "/APG/#/0"
},
{
"name": "<website name>",
"url": "<url of the website?
}
]
}
- Once the required options have been added and the file saved, the Tomcat service must be restarted for changes to take effect.
- To restart the Tomcat service in a Linux environment:
Run the following command:
/APG_HOME/bin/manage-modules.sh service status all
- You will see an output with all APG services installed on the host. Take note of the instance name of the Tomcat service, in this case it is "Default"
* Checking 'tomcat Default'... [ running ]
- Run the following command:
/APG_HOME/bin/manage-modules.sh service restart tomcat Default
- This will restart the tomcat service.