phpmentors-jp / docker-images

https://registry.hub.docker.com/u/phpmentors/
MIT License
26 stars 14 forks source link

Remote debugging support #7

Closed iteman closed 8 years ago

iteman commented 8 years ago

This PR adds remote debugging support by the tomcat-jpda program. tomcat-jpda is not started by default, but it can be started manually as the following:

# supervisorctl stop tomcat
# supervisorctl start tomcat-jpda