Mercurial > dive4elements > river
diff docker/README @ 9760:9bbb29142ddb 3.2.x
Give hints for remote debugging artifact server
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 10 Nov 2022 15:42:16 +0100 |
parents | 0834c2591e14 |
children | 3847836c60b5 |
line wrap: on
line diff
--- a/docker/README Thu Nov 10 15:39:07 2022 +0100 +++ b/docker/README Thu Nov 10 15:42:16 2022 +0100 @@ -15,6 +15,14 @@ See docker/flys_user_file for credentials. +Remote debugging: + +To enable remote debugging of the artifact server, uncomment the respective +lines in docker-compose.yml, recreate the service and e.g. attach with JDB: +$ docker-compose up -d +$ jdb -attach <your-docker-host>:8787 -sourcepath<your-checkout>/artifacts/src/main/java + + TODO: _ Avoid having to change configuration manually _ Something better than setting framework and http-client to a branch