Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please setup Automatics system if not already done following Automatics Tool Setup

Follow below steps to enable deploy CDRouter support service in Automatics System.

CDRouter Service Setup

...

  1. Copy the jar file to the VM where CDRouter Service to be deployed.
  2. Create 2 directories cdrouter-service and logs in VM.
  3. Copy the jar file to cdrouter-service directory.
  4. Run the below command from cdrouter-service directory to bring the CDRouter Service up in the VM.

    nohup java -XX:+UseSerialGC -Dlog4j2.formatMsgNoLookups=true -jar cdrouterservice-0.0.1-SNAPSHOT.jar > logfile.log 2>&1 &
  5. CDRouterService.log file will be created in the logs directory and we can check the real time logs of the CDRouter Service using this file.