简体   繁体   中英

How to debug an application in eclipse which contains 3 war files?

I'm working in a project which has 3 Maven projects. Each will create 3 separate war files. I've build and deployed the application in Tomcat 8 server by copying the generated war files in Tomcat webapps directory and hit startup.bat.

My question is: How to build it from Eclipse (Mars) and how to debug it from Eclipse. Since it involves 3 war files I'm not able to do it.

Any solution much appreciated.

yon可以远程调试,war文件将部署在服务器上(tomcat),你可以调试你想要的代码,如果你的电脑好,你可以打开3 eclipse进行调试。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM