openshift-s2i / s2i-wildfly

Source-to-Image template for WildFly applications
http://wildfly.org/
Other
73 stars 145 forks source link

Remote debug #175

Closed speedfl closed 6 years ago

speedfl commented 6 years ago

Hello,

Is there a way to allow remote debug ?

Best regards

bparees commented 6 years ago

you can enable it by setting ENABLE_JPDA to a non-empty string value: https://github.com/openshift-s2i/s2i-wildfly/blob/master/14.0/contrib/wfbin/standalone.conf#L171

speedfl commented 6 years ago

Thanks I will try