Closed Yogendra0Sharma closed 5 years ago
Hi, I have not tested with tomcat debug mode in Eclipse. I hope someone else can sort it out how to solve it. I will try to check it out. Thanks!
Hi, I have not tested with tomcat debug mode in Eclipse. I hope someone else can sort it out how to solve it. I will try to check it out. Thanks!
I resolve this issue. Thanks We have to set following env variable in setenv.sh
JPDA_OPTS="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n $JPDA_OPTS"
connect with eclipse:- debug configuration -> use localhost & 8000 port.
EC2 tomcat -> /bin/setup.env
setup tunnel and configure eclipse in debug mode.