shinesolutions / puppet-aem-curator

Puppet module for installing and configuring a curated set of Adobe Experience Manager (AEM) components
Apache License 2.0
4 stars 20 forks source link

Unable to specify debug port #132

Closed henrykuijpers closed 5 years ago

henrykuijpers commented 5 years ago

A Java program can have debugging set up, through the Java Debug Wire Protocol. This allows a developer to attach to a running program and step through code.

bstopp:puppet-aem has an option that allows an instance to have a debug port. Unfortunately, AEM Curator does not have this option, while it is still calling aem::instance.

We're now able to configure the debug port through the start options (which is there). But it is much sexier to configure this debug port and have it set up automatically. :)

cliffano commented 5 years ago

The PR has been merged and released as part of v2.7.0 .