debugging java application deployed in tomcat

后端 未结 7 1557
刺人心
刺人心 2021-02-01 03:31

I have an application that I deployed in tomcat. Later I configured the code as a project in Eclipse. I want to connect to the tomcat via eclipse and debug the application. Tryi

7条回答
  •  北荒
    北荒 (楼主)
    2021-02-01 04:23

    yes, you need to configure tomcat to accept remote debugging connections. There is a FAQ on how to do it with various IDEs.

    http://wiki.apache.org/tomcat/FAQ/Developing#Q2

提交回复
热议问题