Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 1.1.0.CR3
-
Fix Version/s: 1.1.0.Final, 1.3.2.Final, 1.2.12.Final
-
Component/s: None
-
Labels:None
-
Forum Reference:
-
Estimated Difficulty:Low
Description
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.
Attachments
Issue Links
- is related to
-
MODCLUSTER-319 Backport MODCLUSTER-168 to 1.0.10.GA - mod_cluster should use hostname provided in address instead a IP address
-
- Closed
-
- relates to
-
MODCLUSTER-318 Allow mod_cluster connector address to be configurable
-
- Open
-
-
MODCLUSTER-91 Connector bind address of 0.0.0.0 propagated to proxy
-
- Closed
-