In order to enable remote debugging via Eclipse the developer/tester must enable the capability within the docker-compose.yml (see the snippet below):
- Open the /opt/appc/docker-compose/docker-compose.yml
- Port 5005 on the container needs to be opened up
- Add The KARAF_DEBUG=true line in the environment section
In order to enable remote debugging via Eclipse the developer/tester must enable the capability within the docker-compose.yml (see the snippet below):
- Open the /opt/appc/docker-compose/docker-compose.yml
- Port 5005 on the container needs to be opened up
- Add The KARAF_DEBUG=true line in the environment section
# Tweaking SDNC_CONFIG_DIR temporarily from ../sdnc/.. to ../appc/.. since it may be needed in this script | ||