Skip to content

Instantly share code, notes, and snippets.

@MatthieuLemoine
Created August 10, 2016 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthieuLemoine/eded12f75935a0a1e1918c35c2d3b253 to your computer and use it in GitHub Desktop.
Save MatthieuLemoine/eded12f75935a0a1e1918c35c2d3b253 to your computer and use it in GitHub Desktop.
Tomcat remote debugging
ssh -f <remote-host> -L <local-port>:127.0.0.1:<remote-port> -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment