The KNTA_SERVER_PARAM_DEF_NLS table contains all of the server configuration parameters and their default values. Server parameters provides descriptions of all of the parameters in the KNTA_SERVER_PARAM_DEF_NLS table.
The server.conf
file contains a subset of the server configuration parameters in the KNTA_SERVER_PARAM_DEF_NLS table. If a configuration parameter exists in the server.conf
file, the value specified for it there supersedes the default value for the parameter in the KNTA_SERVER_PARAM_DEF_NLS table.
If a server configuration parameter exists in the KNTA_SERVER_PARAM_DEF_NLS table but not in the server.conf
file, and you want to change the value of that parameter, you must add it to the server.conf
file.
To change the value of a server configuration parameter that exists in the KNTA_SERVER_PARAM_DEF_NLS table, but is not in the server.conf
file:
-
Stop all the nodes in the cluster.
-
Navigate to the shared folder that contains the server.conf
file, and open the file in a text editor.
-
Do one of the following:
-
To add a parameter that is to be common to all nodes in the server cluster, type the parameter name and value before the first @node
directive.
-
To add a parameter that is to be specific to one node, type the parameter name and value under the @node
directive for that node.
Use the parameter name as it is listed in Server parameters. Make sure that you include the prefix "com.kintana.core.server
" in the parameter name. For example, com.kintana.core.server.CLIENT_TIMEOUT.
-
Save and close the server.conf
file.
-
Run the kUpdateHtml.sh
script on each machine.
Note: If the servers in a cluster are running on multiple machines, then each @node
section requires the SERVER_NAME=<>Host_Name> server.conf
directive.