Disabling JMX Management Console for NAC & NES
How to disable the JMX Mangement Console for Nolio Automation Central Server and Nolio Execution Server
Follow this steps:
· In %CARAInstalldir%\webapps\datamanagement\WEB-INF\distributed.properties file
· Make sure the following 2 lines are changed to reflect:
jmx.web.console.enabled=false
jmx.web.console.port=0
· Save the file
· Restart NAC, port 20203 should no longer be exposed or accessible.
· The same applies to a standalone Execution Server, you would just need to instead make the same changes
· In %CARAInstalldir%\webapps\execution\WEB-INF\distributed.properties file
· Make sure the following 2 lines are changed to reflect:
jmx.web.console.enabled=false
jmx.web.console.port=0
· Save the file
· Restart NES.