Skip to content

Instantly share code, notes, and snippets.

@andrea-ale-sbarra
Last active September 9, 2019 15:03
Show Gist options
  • Save andrea-ale-sbarra/42320f93d0b9fffe459739016b4dd03c to your computer and use it in GitHub Desktop.
Save andrea-ale-sbarra/42320f93d0b9fffe459739016b4dd03c to your computer and use it in GitHub Desktop.
export JPDA_ADDRESS=8000 && \
export JPDA_TRANSPORT=dt_socket && \
export JPDA_SUSPEND=y && \
./catalina.sh jpda start && tail -f ../logs/catalina.out
@andrea-ale-sbarra
Copy link
Author

fire this from bin folder of tomacat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment