1 Reply Latest reply on Jun 13, 2016 9:50 PM by abhijithumbe

    Enable/Disable Management Console

    kalyanmiddleware

      Hi All,

       

      Can any one help me in Enabling and disabling management console

      Iam unable to understand from where i have to do the below:-

      For example, to enable:

      /core-service=management/management-interface=http-interface:writeattribute(

      name=console-enabled,value=true)

      For example, to disable:

      /core-service=management/management-interface=http-interface:writeattribute(

      name=console-enabled,value=false

       

       

      With Regards,

      kalyan.

        • 1. Re: Enable/Disable Management Console
          abhijithumbe

          These are the CLI command to en/disable management console. Connect to CLI utility using $JBOSS_HOME/bin/jboss-cli.sh script and execute these commands. You can disable management console by setting management port to zero in configuration files(stan) as well:

           

          <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:0}"/>