The Endeca Server can use a clustered configuration. When configuring an Endeca Server cluster to use with Studio, you should always have a load balancer in front of the cluster. For details on Endeca Server clustering, including how to set up a load balancer in front of the cluster, see the Oracle Endeca Server Clustering Guide.
When configuring the definition for an Endeca Server connection that is connecting to an Oracle Endeca Server cluster, the relevant settings are:
| Endeca Server Connection Setting | Description |
|---|---|
| server | Required. The server for the load balancer. |
| port | Required. The port number for the load balancer. |
| dataDomainName | Required. The name of the data domain. |
| sslConfig | Optional. If applicable, the SSL settings
for connecting to the load balancer. Includes the following settings:
|
{
"server":"loadbalancer1.acme.com",
"port":"7002",
"dataDomainName":"acmeDB",
"sslConfig": {
"caFile":"truststore.ks",
"caPassword":"************",
"certFile":"keystore.ks",
"certPassword":"************"
},
"name":"Sales Data"
}