Enable the Console Listener

You can enable the Console Listener to append the events identified in the Events Viewer to the noapp.log file during processing.

About this task

If you do not enable the Console Listener, the events are not appended to the noapp.log file, and consequently, are not captured in one location for future use. You will then have to view each component log file individually to see the events that are logged.

To enable the Console Listener:

Procedure

  1. In the install_dir/properties directory, locate the listenerStartup.properties.in file.
  2. Locate the following line:
    #Listener.Class.1=com.sterlingcommerce.woodstock.event.listeners.console.ConsoleListener
  3. Delete the # symbol in the first line to make the line active.
  4. Save the listenerStartup.properties.in file under the same name and in the same location.
  5. Stop Sterling B2B Integrator.
  6. In the install_dir/bin directory, run one the following commands:
    • (For UNIX or Linux®) setupfiles.sh
    • (For Windows) setupfiles.cmd
  7. Start Sterling B2B Integrator.
    The changes are applied and you can now view the events as they are appended to the noapp.log file during processing.