]
Jeff MAURY commented on JBIDE-25291:
------------------------------------
ok but there is no way to read it from the image as it is not exposed in the image
metadata. The only solution is to look at the deployment config to see if such env
variable is defined.
Read Jolokia port from image configuration instead of hardcoded to
default value
--------------------------------------------------------------------------------
Key: JBIDE-25291
URL:
https://issues.jboss.org/browse/JBIDE-25291
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jmx, openshift
Affects Versions: 4.5.0.Final, 4.5.1.AM3
Reporter: Aurélien Pupier
Assignee: Jeff MAURY
Labels: server_adapter, server_adapter_editor, server_adapter_wizard
Fix For: 4.5.x
see
https://hub.docker.com/r/fabric8/s2i-java/ for classical use case:
{noformat}
AB_JOLOKIA_PORT : Port to use (Default: 8778)
{noformat}
might worth to also take care of all other parameters?