IntelliJ IDEA Remote JSP Debugging?

▼魔方 西西 提交于 2019-12-12 11:07:30

问题


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.


回答1:


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:



来源:https://stackoverflow.com/questions/10309330/intellij-idea-remote-jsp-debugging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!