5

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.

jpaugh
  • 6,634
  • 4
  • 38
  • 90
CaMiX
  • 680
  • 1
  • 7
  • 17

1 Answers1

3

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:

JBoss Remote

Deployment

Artifact

Breakpoint is hit in JSP:

JSP breakpoint

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904
  • @CrazyCoder The question is for a remote server, your configuration here shows a local server configured. – DemiSheep Feb 24 '16 at 17:21
  • @DemiSheep nope, the screenshot shows remote configuration. Local configuration has no Remote staging options. – CrazyCoder Feb 24 '16 at 18:48