Software Requirement

  • JDK 17

  • Maven 3

JDK 17 Setup Details

Follow Steps below to install Java 17 on CentOS/linux.

    • Update before installing any new program
       

    • Install Java 17
       

    • Verify Java is Installed 

Building debugger Service Source Code

  1. Clone Debugger Service source code from Debugger Service
  2.  Open debuggerservice/src/main/resources/application.properties in source code and update automaticsBaseUrl with automatics base url and save the changes.
  3. Build the source code using maven to generate the jar file

"mvn clean install

Deployment

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

  5. debuggerservice.log file will be created in the logs directory and we can check the real time logs of the Debugger Service using this file.
  • No labels