Tomcat remote debug linux
# Modify catalina.sh
if [ -z "$JPDA_ADDRESS" ]; then
JPDA_ADDRESS="192.168.194.233:28787"
fi
./catalina.sh jpda run