Changing settings in EndecaCmd.properties

This topic describes how to change the WebLogic Managed Server port in EndecaCmd.properties.

This task assumes that you have installed Endeca Server in a secure mode and have run the script to generate SSL certificates.

To modify EndecaCmd.properties:

  1. Go to $DOMAIN_HOME/config, and open the EndecaCmd.properties file in a text editor.
  2. Change the port to be the port of your Managed Server pool. For the secure Endeca Server installation, the port should be 7004. (For an unsecured installation, the port is 7003.)
  3. Leave the other settings unchanged and save the file.

Example

The following example illustrates the required settings in EndecaCmd.properties:
host=host1
port=7004
root=/endeca-server
keystore=C:/Oracle/Middleware/user_projects/domains/endeca_server_domain/config/ssl/endecaServerClientCert.ks
truststore=C:/Oracle/Middleware/user_projects/domains/endeca_server_domain/config/ssl/endecaServerTrustStore.ks
ssl=true

In this example, the Endeca Server is installed in a secure mode and the port 7004 is used for communication with Managed Servers on which Endeca Server application will be running as a cluster. This port should be the same port as the one you configured as the SSL-enabled Listen Port for your Managed Servers.

In the next steps, you can pack and unpack the WebLogic domain that includes these settings.