Reputation: 750
I'm using IntelliJ IDEA 11.1.1 and I'm trying to figure out how to remotely debug JSPs on a JBOSS 4.01 server. I can successfully remotely debug servlets but I can't get JSPs to debug. JBOSS is running with the following JAVA_OPTS
:
-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4142,suspend=n
I'm new to the IntelliJ IDEA world so any advice would be appreciated.
Upvotes: 5
Views: 6983
Reputation: 401877
I've tried it with JBoss 5.1.0 and it works fine, make sure you have artifacts configured for deployment, I used the following settings:
Breakpoint is hit in JSP:
Upvotes: 3