Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
9759:a83029cc7e6a | 9760:9bbb29142ddb |
---|---|
13 The application should now be accessible on your docker host under | 13 The application should now be accessible on your docker host under |
14 port 8080 (e.g. http://your-host:8080). | 14 port 8080 (e.g. http://your-host:8080). |
15 See docker/flys_user_file for credentials. | 15 See docker/flys_user_file for credentials. |
16 | 16 |
17 | 17 |
18 Remote debugging: | |
19 | |
20 To enable remote debugging of the artifact server, uncomment the respective | |
21 lines in docker-compose.yml, recreate the service and e.g. attach with JDB: | |
22 $ docker-compose up -d | |
23 $ jdb -attach <your-docker-host>:8787 -sourcepath<your-checkout>/artifacts/src/main/java | |
24 | |
25 | |
18 TODO: | 26 TODO: |
19 _ Avoid having to change configuration manually | 27 _ Avoid having to change configuration manually |
20 _ Something better than setting framework and http-client to a branch | 28 _ Something better than setting framework and http-client to a branch |
21 explicitly in the Dockerfiles | 29 explicitly in the Dockerfiles |