]
Aurélien Pupier commented on JBIDE-25291:
-----------------------------------------
{quote}I'm trying to find the use case{quote}
the use case is to have the JMX Connection provided with the Server Adapter reading the
Jolokia port from the image instead of having it hardcoded with the default Jolokia port
value of the fabric8-s2i image.
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?