Created
April 4, 2019 21:27
-
-
Save cesarhernandezgt/e91b1572885d96f1e27e02229e2085e4 to your computer and use it in GitHub Desktop.
How to run Tomcat/TomEE docker container in debug mode
This file contains hidden or 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
docker run -it -p 8080:8080 -p 8000:8000 -e CATALINA_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8000" tomcat:9.0.17-jre11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment