You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  • No labels