Daemon batch instance settings

  1. Modify the daemon batch log configuration file.

    1. Open the $BXM_HOME/batch/config/logback/logback_batch_daemon.xml file.

      The logback.xml for normal batch/daemon batch cannot be configured in the same classpath, so they are separated.

    2. Find the appender item below and modify BXM_HOME to the path where BXM is installed.

      ...
      
      <property name="LOGS_ABSOLUTE_PATH" value="<<BXM HOME>>/bxm/logs" />
      
      ...
    3. Open the $BXM_HOME/batch/bin/batch.env.sh file.

      • Note: The batch.env.sh file is used to manage batch-wide Environment Variables.

    4. Configure the daemon batch management configuration information.

      ...
      
      # Daemon Info
      export BD_SERVER_ADDR={IP ADDRESS}
      export BD_DAEMON_PORT=40000
      
      ...
    5. Open the $BXM_HOME/batch/bin/startDaemonBatch.sh file.

    6. Configure the batch application path and logs.

      ...
      
      APPLICATION_HOME=$BXM_HOME/apps/batch/$1
      
      ...
      
      export prefixLogFileName="$BXM_HOME/logs/batch/daemon/$1/$2"
      
      ...
    7. Open the $BXM_HOME/batch/bin/stopDaemonBatch.sh file.

    8. Configure the batch application path and logs.

      ...
      
      APPLICATION_HOME=$BXM_HOME/apps/batch/$1
      
      ...
      
      export prefixLogFileName="$BXM_HOME/logs/batch/daemon/$1/$2"
      
      ...
  2. Apart from the above settings, other settings share the normal batch configuration, so they are not configured separately.

SWLab Bankware Global
  • 전체
  • BXM
  • BXCM
  • BXCP
  • BXI
제품 선택 시 더 정확한 매뉴얼 가이드를 제공해드립니다.

Copyright© Bankwareglobal All Rights Reserved.