Created
September 18, 2013 18:41
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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