1.配置
在tomcat配置檔案中的catalina_sh中配置
catalina_opts="-xdebug -xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=n"
xrunjdwp執行例項
transport=dt_socket 使用套接字進行資料傳輸
server=y作為除錯伺服器進行跑
suspend=n jvm啟動後是否掛起,否
2.在eclipse中設定
debug configuration
配置host,埠
tomcat 遠端除錯
背景 方案 現在給出乙個方案,就是在tomcat啟動的時候開通遠端debug,然後在eclipse裡配置remote debug configuration,配好tomcat伺服器位址也埠號。然後就可以在本地debug伺服器上的應用了。步驟 1.使用jpda 方式來啟動tomcat服務。命令 cat...
Tomcat配置遠端除錯
可能出現的連線問題 1 linux中配置 tomcat 在catalina.sh 中新增如下 catalina opts xdebug xrunjdwp transport dt socket,address 8000,server y,suspend n 不要換行,要在同一行 引數說明 xdebu...
Tomcat配置遠端除錯
可能出現的連線問題 1 linux中配置 tomcat 在catalina.sh 中新增如下 catalina opts xdebug xrunjdwp transport dt socket,address 8000,server y,suspend n 不要換行,要在同一行 引數說明 xdebu...