how to debug war using eclipse, maven and tomcat 9
Using Eclipse I have a war file being created. I was able to debug on server until I converted project to Maven. My question is how to deploy and debug to locally installed tomcat 9 using eclipse and maven?
Java* Maven* Tomcat
Last Comment
Robert Jenkin
8/22/2022 - Mon
girionis
You need to start your local tomcat server with the debug flag switched on. Then point Eclipse to the debug host and port. You can find more information here.