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
- In the install_dir/properties directory, locate
the listenerStartup.properties.in file.
- Locate the following line:
#Listener.Class.1=com.sterlingcommerce.woodstock.event.listeners.console.ConsoleListener
- Delete the # symbol in the first line to make the line
active.
- Save the listenerStartup.properties.in file under the same
name and in the same location.
- Stop Sterling B2B Integrator.
- In the install_dir/bin directory, run one the following
commands:
- (For UNIX or Linux®) setupfiles.sh
- (For Windows) setupfiles.cmd
- 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.