15 Calendar Server Configuration Reference

This chapter describes configuration files used by Oracle Communications Calendar Server. By default, these files are located in the Calendar_home/config directory.

davserver.properties File

The davserver.properties file contains the main configuration settings. It consists of configuration parameters and their current values.

Caution:

Do not edit this file manually. Always use the davadmin command to set configuration parameters.

The format of the davserver.properties file is:

parameter=value
parameter=value
:
:

davservercreds.properties File

The davservercreds.properties file contains the password configuration settings. It consists of configuration parameters that are passwords and their current values.

Caution:

Do not edit this file manually. Always use the davadmin command to set configuration parameters.

The format of the davservercreds.properties file is:

password_parameter=value
password_parameter=value
:
:

Document Store Server Configuration File

The ashttpd.properties file contains the document store configuration parameters.

Table 15-1 describes the parameters in the ashttpd.properties file.

Table 15-1 ashttpd.properties File Parameters

Parameter Description Default Value

service.host

Server host

*

service.port

Server port number

8008

store.datadir

Data directory

/var/opt/sun/comms/davserver

store.lockdir

Lock directory

/var/opt/sun/comms/davserver/lock

store.loglevel

Log level

INFO

store.sslkeystorepath

Keystore for the server private key

/var/opt/sun/comms/davserver/config/dskeystore.jks

store.sslprotocols

SSL protocols

TLSv1 TLSv1.1 TLSv1.2

store.usessl

Use SSL to communicate with document store client.

false


The format of the ashttpd.properties file is:

key=value
key=value
:
:

Each line in the ashttpd.properties file stores a single property. There is no space before and after key and value. If there are multiple network interfaces on the host and only one that the server should bind to, specify that interface with the service.host config.

certmap.conf File

The certmap.conf file configures how a certificate is mapped to an LDAP entry.

The format of the certmap.conf file is:

certmap=name,name2
name.prop1=val1
name.prop2=val2

For more information on how to use this file, see the topic on the certificate mapper in Convergence Security Guide.

davadmin.properties File

You can provide options to the davadmin command by including them in the davadmin.properties file.

Table 15-2 describes the parameters in the davadmin.properties file.

Table 15-2 davadmin.properties File Parameters

Parameter Description

userid

Specifies the application server Administrator user ID.

hostname

Specifies the application server Server host name.

port

Specifies the application server administration port (JMX connector port).

secure

Specifies the path to the truststore file used for a secure connection (HTTPS) to the application server.

dbtype

Specifies the type of database, either mysql or oracle.

dbhost

Specifies the database host.

dbport

Specifies the database port.

dbuserid

Specifies the MySQL Server or Oracle Database user ID for database commands.

sslprotocols

Specifies the supported SSL protocols (TLSv1, TLSv1.1, and TLSv1.2) for the JMX proxy to communicate with management beans in the server.


The format of the davadmin.properties file is:

parameter=value
parameter=value
:
:

Notification Templates

Notification templates are files that contain pre-formatted notification messages. For example, request.fmt is used for scheduling request notification email message, while sms.fmt contains a short template for alarm SMS messages. See "Using Calendar Server Notifications" for more information.