Go to main content
Netra Modular System Product Notes

Exit Print View

Updated: December 2016
 
 

Configure the Cacao Framework Environment

Before You Begin

If not previously done, configuring the Cacao Framework version 2.4.7.0 or newer is required. Configure the environment by following this procedure.

  1. Log in as root to the Cacao framework.
  2. Using the following example, enter commands to configure the Cacao framework.
        $cacaoadm list-params
        $cacaoadm set-param network-bind-address=0.0.0.0
        $cacaoadm set-param java-flags=-Xmx128M
          -Dcom.sun.management.jmxremote
          -Dfile.encoding=utf-8
          -Djava.endorsed.dirs=/usr/lib/cacao/lib/endorsed
    

    where 0.0.0.0 is the network address and 11166 is the port number.

  3. Check the software versions to ensure the installation was successful.

Related Information