Displaying Contact Optimization listener output to a console
Occasionally when debugging an issue or configuring performance, it might be useful to view the Contact Optimization listener output in a console window.
1.
Open the Contact Optimization listener file, ACOServer.bat (Windows) or ACOServer.sh (UNIX), in the bin directory under your Contact Optimization installation directory for editing.
2.
To display the Contact Optimization server output to a console, keep the following line:
*
ACOserver.bat: unica_aolsnr (around line 44)
*
ACOserver.sh: unica_aolsnr (around line 160)
3.
To not display the Contact Optimization server output to a console, do the following:
*
Windows: Configure Contact Optimization listener as a windows service.
*
UNIX: Use the following line in ACOServer.sh (the default):
unica_aolsnr > /dev/null &