Define logging and archive directories in dispatcherPO_config.xml

  1. Open dispatcherPO_config.xml with a text editor.
  2. Find the "archive_directory" setting.
  3. 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>

  4. Find the "logging_directory" setting.
  5. 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>

  6. Save and close the file.