-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0 EE SP1 (6.0.11)
-
Fix Version/s: 6.0 EE SP2 (6.0.12)
-
Component/s: Fault Tolerance > Clustering Framework, Web Search
-
Labels:None
When loading a Lucene index, the HTTP port is acquired by detecting the port of the first request. However, if Apache is being used for load balancing, the load will fail because the port of the first request is not the correct HTTP port.
Rather than relying on detecting the first request to acquire the HTTP port, the application server's HTTP port should be set as a property in portal.properties.
The following property has been added to portal.properties:
portal.instance.http.port
- is related to
-
LPS-17106 Unable to get correct http port to load lucene index from cluster when using apache do load balancing
- Closed