server.ini

These tables list the parameters of the server.ini file.

[general] section

Name Options Install Value Install Config Required Description
jvm_args -Xmx256 all host TRUE This is used for JVM arguments. The JVM heap size defaults to 256MB.
csc_monitoring_enabled true: CSC monitor server is started if value is true and Global Monitor server is enabled.

false: CSC monitor server is not started if value is false or Global Monitor server is disabled.

all host Specifies that the CSC monitor server is enabled or disabled.
csc_rmi_port all host Specifies the CSC RMI port (21222).

[firewall] section

This table lists the parameters in the [firewall] section:

Name Value
xltdebug_server_use true: host server traffic

false: Direct connection

[exports] section

This table lists the parameters in the [exports] section:

Name Install value Install config Required Description
environs drive:cloverleaf\cisversion\integrator\siteProto all host TRUE This lists the valid site locations for this host server. Unless a default site is created in the install, this defaults to the siteProto directory.

[logging] section

This table lists the parameters in the [logging] section:

Name Install value Install config Required
Cloverleaf_server_category info all host FALSE
Cloverleaf_server_level brief all host FALSE
host_server_category info all host FALSE
host_server_level brief all host FALSE
log_rmi_calls false all host FALSE
debug_ssl false basic, adv host FALSE

[audit] section

This table lists the parameters in the [audit] section:

Name Install value Install config Required Description
auto_trim true all host TRUE Indicates if auto-trimming is running in the Audit Log.
auto_trim_count 16000 all host TRUE The number of records that the Audit Log permits before auto-trimming.

[email] section

This table lists the parameters in the [email] section:

Name Description
server_name email server name
protocol SMTP/SMTPs
port port number
timeout time-out in seconds
auth_required true/false
tls_required true/false
sender_email_addr email address of the sender
account_name user account of email
account_password password of user base64 encoding
administrator_email_addr email address of the administrator
cert_expiration_notification true/false
cert_expiration_time the days before certification expiration notification

[security] section

This table lists the parameters in the [security] section:

Name Install value Install config Required Description
ticket_life 16 basic, adv host TRUE The number of hours that a cached log-in session is valid.
host_cert_chain prompt basic, adv host TRUE Lists the certificate names in the host’s certificate chain. This should be set to hostname-clserver-cert.der; username-cert.der;hie-cert.der.
  • username is the name of the customer as it shows in the customer CA certificate.
  • hostname is the name of the install machine.

The host certificate is created during the install.

host_private_key prompt basic, adv host TRUE Contains the name of the host private key. The format of this name is enc-hostname-clserver-key.der.
password prompt basic, adv host TRUE This is the password for the host server certificate.

The host certificates are created during the install. This is the password users specify for these certificates.

security_server_host prompt adv host TRUE This is the location of the security server. This value is a host name that the host machine recognizes in a DNS lookup.

Often, this is the fully-qualified domain name (security_host.hie.com), but in some networks it may be only the machine name without the domain (security_host).

security_server_used true adv host TRUE This indicates if a security server is being used for this host. It should be present only for security server (advanced) installs.
security_anonymous false NoSec host TRUE This indicates whether the host server should use anonymous SSL for communications.

If it is false, then the application defaults to straight RMI.

This is not valid for any install other than a No Security install.

basic_security_enabled true basic, adv host TRUE This is set to true if basic or advanced security is enabled. It should not be present for a no security install.
customer_ca_file_name prompt basic, adv host TRUE This is the name of the customer CA certificate (username-cert.der).
customer_ca_key_name prompt basic, adv host TRUE This is the name of the customer CA private key certificate (enc-username-key.der).
remote_Cloverleaf_server FALSE This is a boolean that indicates whether a host server should bind in remote objects to the RMI registry. This is for use by the system configuration GUI clients.

This value defaults to true and can be set to false.

upload_private_key TRUE/FALSE This indicate whether the private key can be uploaded to server side.
acl_shared_host

Host name where the ACL is shared. This is valid only when the current host server is under advanced security.

Note: This is for clustered HA environments.

This value makes it possible to use a single ACL to cover multiple host servers, so that the primary server and the failover server can share a single ACL.

By default, this entry is not visible. The value is the name of the local machine. When you configure it to another host server, the permission authorization on security server respects the ACL defined on that host server other than the one defined on the local host machine.

[smat_search] section

This table lists the parameters in the [smat_search] section:

Name Default value Description
scan_interval 10 minutes Scan interval, in minutes, that the scan is to find out which SMAT files have been created/modified. Messages in these files are queued for indexing.
scan_thread_number 5 Maximum number of Java threads that are used for scanning.
indexing_thread_number 5 Maximum number of threads that are used for indexing SMAT messages.
index_sleep_time 400 milliseconds Sleep duration that happens during indexing, in milliseconds.
index_num_before_sleep 200 After indexing the specified number of messages, the indexing thread turns to sleep and then wakes up later.
index_buffer_size 1179 * 1000 Buffer size that is used to cache SMAT data during indexing, in bytes.