You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
Hi, I'm trying to remote debug a java application using CFLocal.
I've tried to add both JBP_CONFIG_DEBUG and JAVA_OPTS environment variables to my local.yml file, but I'm unable to expose the remote debug port through the cf local run command. It looks like only one port can be specified using the -p parameter.
Is there a way to remote debug a java application using CFLocal?
The text was updated successfully, but these errors were encountered:
The cf local run command currently only exposes a single port. As a workaround, you can export the app as an image with cf local export, and then run it in Docker with more ports exposed.
In a future release the local.yml file will allow you to specify additional ports.
Hi, I'm trying to remote debug a java application using CFLocal.
I've tried to add both JBP_CONFIG_DEBUG and JAVA_OPTS environment variables to my local.yml file, but I'm unable to expose the remote debug port through the
cf local run
command. It looks like only one port can be specified using the-p
parameter.Is there a way to remote debug a java application using CFLocal?
The text was updated successfully, but these errors were encountered: