To display Optimize listener output to a console
Occasionally when debugging an issue or configuring performance, it might be useful to view the Optimize listener output in a console window.
1.
Open the Optimize listener file, ACOServer.bat (Windows) or ACOServer.sh (UNIX), located in the bin directory under your Optimize installation directory for editing.
2.
To display the Optimize 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 Optimize server output to a console, do the following:
*
Windows: Configure Optimize listener as a windows service.
*
UNIX: Use the following line in ACOServer.sh (the default):
unica_aolsnr > /dev/null &