[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-168) mod_cluster should use hostname provided in address instead a IP address

Radoslav Husar (JIRA) issues at jboss.org
Tue Jan 5 13:20:00 EST 2016


     [ https://issues.jboss.org/browse/MODCLUSTER-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Radoslav Husar reassigned MODCLUSTER-168:
-----------------------------------------

    Assignee: Paul Ferraro  (was: Radoslav Husar)


The commit for this is 947f42165f575c048855468b7a40ba28921ee174 and its in all branches.

The change that added the {{org.jboss.modcluster.USE_HOST_NAME}} with hash b162059a03342464e04c7baed67ff997900b525b is only in the 1.0 CP stream, issue for bringing this back is MODCLUSTER-318.

> mod_cluster should use hostname provided in address instead a IP address
> ------------------------------------------------------------------------
>
>                 Key: MODCLUSTER-168
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-168
>             Project: mod_cluster
>          Issue Type: Feature Request
>    Affects Versions: 1.1.0.CR3
>         Environment: any
>            Reporter: Jean-Frederic Clere
>            Assignee: Paul Ferraro
>             Fix For: 1.1.0.Final, 1.3.2.Alpha1, 1.2.12.Final
>
>
> The CONFIG message contains something like:
> JVMRoute=51ec121e-2976-3d75-bfd9-9e662bbb4bcd&Host=10.33.144.3&Port=8009&Type=ajp
> Even if the Connector is defined like:
> <Connector port="8009" address= "jfcpc" protocol="AJP/1.3" redirectPort="8443" />
> There are 2 ways to fix:
> - Use the String (Change the Connector.java in mod_cluster).
> - Use parameters.put("Host", connector.getAddress().getHostName()); when building the CONFIG message.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the mod_cluster-issues mailing list