Skip to content

Instantly share code, notes, and snippets.

@marcosvidolin
Created September 18, 2013 18:41
Show Gist options
  • Save marcosvidolin/6613601 to your computer and use it in GitHub Desktop.
Save marcosvidolin/6613601 to your computer and use it in GitHub Desktop.
Tomcat - Debug remoto no Tomcat. Inclua o código a baixo no arquivo %CATALINA_HOME%/bin/catalina.sh e inicie normalmente o tomcat (startup.sh) No eclipse em "Debug Configurations", informe o nome da conexão remota, o projeto, host e porta do servidor remoto.
CATALINA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment