Defining 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.

    For example, if your LAWDIR/prodline value is /web/apps/apps900, then the sample location is:

    <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 the information.

    For example, if your LAWDIR/prodline value is /web/apps/apps900, then sample location is:

    <logging_directory>/web/apps/apps900/dispatcherLog</logging_directory>

  6. Save and close the file.