4.2. Configuring a Binary Installation

After installing the RPMs or ZIPs, there will be a number of WAF configurations files installed. With RPM, they will be in /etc. With ZIP, they will be in etc/ of the new directory tree.

There is ccm-core.cfg-servlet-container-name and ccm-core.config.vars, which contain configuration parameters for the servlet container and Web Application Framework respectively. The file /etc/ccm-core.cfg is also created. This is the "master" config file and has "includes" for each of the other config files.

  1. Edit the values in the config files to match your system installation. See Chapter 5 WAF Configuration for important information about the configuration parameters.

  2. Make any other changes specific to the servlet container that you are using. See Section 5.2 Servlet Container Configuration for details.

  3. With an RPM install, as root, execute the command:

    /usr/sbin/ccm-core-configure.pl /etc/ccm-core.cfg

    With a ZIP install, as root, execute the following command from the root directory of the expanded ZIP:

    runtime/configure.pl etc/ccm-core.cfg

    This script will generate the appropriate configuration files for the servlet container you are using.