Configure the ACOOptAdmin tool
to run Contact Optimization 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 (Windows™) file.
The
file is in the bin directory under the Contact Optimization installation
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>