Define logging and archive directories in dispatcherPO_config.xml
-
Open
dispatcherPO_config.xml
with a text editor. - Find the "archive_directory" setting.
-
Specify a valid file path where PO Dispatcher can archive
.PO files once they are sent. Ex.
For example, if your LAWDIR/prodline value is /web/apps/apps900, sample location can be:
<archive_directory>/web/apps/apps900/dispatcherArc</archive_directory>
- Find the "logging_directory" setting.
-
Specify a valid file path where PO Dispatcher can log
information.
For example, if your LAWDIR/prodline value is /web/apps/apps900, sample location can be:
<logging_directory>/web/apps/apps900/dispatcherLog</logging_directory>
- Save and close the file.