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