How to disable JMX Management Console
search cancel

How to disable JMX Management Console

book

Article ID: 16095

calendar_today

Updated On:

Products

CA Release Automation - Release Operations Center (Nolio) CA Release Automation - DataManagement Server (Nolio)

Issue/Introduction

Disabling JMX Management Console for NAC & NES 



How to disable the JMX Mangement Console for Nolio Automation Central Server and Nolio Execution Server

Environment

CA Release Automation 6.x

Resolution

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.