Configuring the ACOOptAdmin tool

Configure the ACOOptAdmin tool to run Unica Optimize sessions from the command line.

About this task

Complete the following steps to configure the ACOOptAdmin tool:

Procedure

  1. Open the ACOOptAdmin.sh (UNIX) or ACOOptAdmin.bat (Windows) file.
    The file is in the bin directory under the Campaign/tools directory.
  2. Edit JAVA_HOME to replace [Change Me] with the path to the Java directory used by your web application server.
  3. Save and close the file.
  4. Add or edit the JAVA_OPTIONS variable in your web application server startup script. Add the following options to configure the ACOOptAdmin tool in the SSL environment for Windows and UNIX:
    • -Djavax.net.ssl.keyStoreType=keyStoreTypeValue
    • -Djavax.net.ssl.keyStore=<keyStoreValue>
    • -Djavax.net.ssl.keyStorePassword=<keyStorePasswordValue>
    • -Djavax.net.ssl.trustStore=<trustStoreValue>
    • -Djavax.net.ssl.trustStorePassword=<trustStorePasswordValue>