byzhang / terrastore

Automatically exported from code.google.com/p/terrastore
Other
0 stars 0 forks source link

Configure different ports for masters during HA installation. #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the High Availability installation mode (ha-master-1 and 
ha-master-2) of the Terrastore install tool (terrastore-install.xml) doesn't 
let you specify different ports for the two masters.
This requires users to manually modify ports when installing two masters on the 
same machine, so it would be better to provide a way to configure different 
ports during installation phase.

Original issue reported on code.google.com by sergio.b...@gmail.com on 2 Nov 2010 at 10:38

GoogleCodeExporter commented 9 years ago
Added the following configuration parameters:
- For ha-master-1: master.server.port.1, master.jmx.port.1
- For ha-master-2: master.server.port.2, master.jmx.port.2

Original comment by sergio.b...@gmail.com on 2 Nov 2010 at 10:44