Tuesday, March 15, 2016

Debugging Tomcat remotely using JMX


Start the tomcat as follows
./start.sh -d -p 8001 -j -m 9001 -h 10.2.14.2

From Eclipse:
  - debug configurations
  - "Remote Java application"
  - "connect" tab
    . Host running the tomcat
    . Port: 8001

No comments: