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.