filmov
tv
Remote Debugging a Java Application Deployed on OpenShift

Показать описание
In this video, we'll walk through how to remotely debug a Java application deployed on OpenShift.
When working with Java microservices on OpenShift, there may be times when you need to debug issues such as unexpected behavior, performance bottlenecks, or errors that aren’t evident from logs alone.
Therefore remote debugging can be of great benefit to analise issues without adding unnecessary logs by redeploying the application.
Remote debugging offers significant benefits by allowing you to analyze issues without the need to redeploy the application or add unnecessary logging.
Remote debugging is a JVM feature and is not dependent on where your application is running. In this session, we'll first explore how to enable remote debugging for a JAR file running locally, and then demonstrate how to achieve the same on OpenShift."
By Ahmed Fikri a Software Architect
When working with Java microservices on OpenShift, there may be times when you need to debug issues such as unexpected behavior, performance bottlenecks, or errors that aren’t evident from logs alone.
Therefore remote debugging can be of great benefit to analise issues without adding unnecessary logs by redeploying the application.
Remote debugging offers significant benefits by allowing you to analyze issues without the need to redeploy the application or add unnecessary logging.
Remote debugging is a JVM feature and is not dependent on where your application is running. In this session, we'll first explore how to enable remote debugging for a JAR file running locally, and then demonstrate how to achieve the same on OpenShift."
By Ahmed Fikri a Software Architect