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
-
Open the ACOOptAdmin.sh (UNIXâ¢)
or ACOOptAdmin.bat (Windowsâ¢)
file.
The file is in the bin directory under the Campaign/tools directory.
- Edit JAVA_HOME to replace [Change Me] with the path to the Java⢠directory used by your web application server.
- Save and close the file.
- 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>