Software Requirement
JDK 17 Setup Details
Follow Steps below to install Java 17 on CentOS/linux.
Install Java 17
Verify Java is Installed
Building debugger Service Source Code
- Clone Debugger Service source code from Debugger Service
- Open debuggerservice/src/main/resources/application.properties in source code and update automaticsBaseUrl with automatics base url and save the changes.
- Build the source code using maven to generate the jar file
"mvn clean install"
Deployment
- Copy the jar file to the VM where Debugger Service to be deployed.
- Create 2 directories debugger-service and logs in VM.
- Copy the jar file to debugger-service directory.
Run the below command from debugger-service directory to bring the Debugger Service up in the VM.
- 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.