Probelm: How can I run tomcat in debug mode in Linux
Solution:
Naviagate to tomcat bin directory
Hint: Connect to 8000 port for debugging the application
Solution:
Naviagate to tomcat bin directory
#cd /opt/webservers/tomcat/bin //Execute below script #export JPDA_ADDRESS=8000 #export JPDA_TRANSPORT=dt_socket #export JPDA_SUSPEND=n #./catalina.sh jpda start
Hint: Connect to 8000 port for debugging the application
No comments:
Post a Comment