Setting Unica Platform home in a Java parameter

Use this procedure to set the Unica Platform home directory in a Java parameter that points to the location where the logs are generated.

Procedure

  1. Use the following command to specify the Java parameter in the WebSphere administration console.

    -DUNICA_PLATFORM_HOME=path_where_log_files_are_placed

    For example: UNICA_PLATFORM_HOME=/opt/Platform

  2. Create the following directories at the location you specified above: conf and logs
  3. Provide the write permission to the logs directory.
  4. Copy the log4j.properties file to the conf directory.

    The log4j.properties is located in the conf directory under the Unica Platform installation directory.

  5. Replicate the Unica Platform installation directory structure on all nodes of the cluster, as follows.
    1. Create a same directory structure on each node as far as the PLATFORM_HOME/Platform/conf directory.
    2. Create the logs directory in the PLATFORM_HOME/Platform directory and provide write permission to the logs directory.
    3. Copy the log4j.properties file in the conf directory.
  6. Restart the cluster.