How to Debug Jboss Web Application

Answered

I have been trying to debug a JSF application on Jboss Server but the execution doesn't stop on breakpoint. I am using the following setting for debugging. Could someone suggest if any change in the configuration is required.

 

0
1 comment

Remove the second JAVA_OPTS entry, it seems to override the first one.

It's also not clear how the artifact is deployed.

If the issue persists, submit a ticket to support with more details: https://intellij-support.jetbrains.com/hc/requests/new.

Provide the screenshots with Server/Deployment tabs of the run/debug configuration, full output from the run console when you start debugging, specify which breakpoints do not work (in Java, in JSP or both). A sample project would be great.

0

Please sign in to leave a comment.