The syntax of each entry of this file is: <key>=<directory path> Where <key> can be any of the following: key | description | logsdir | path to where the web service log files are to be stored. This keyword is required. | basedir | this the directory under which all other web service directories and files are found. This must correspond to the value of the environmental variable $WSETCDIR. This keyword is required. | containersdir | path to the containers directory. This keyword is required. | keystoredir | path to the keystore directory. This keyword is required. | jmxmastermanagement | path to the mastermanagement.properties file. This keyword is required. | applicationcertificatejks | path to the application certificate java keystore that is used by JMX. This keyword is required. | servertruststorejks | path to the trusted servers java keystore that is used by JMX. This keyword is required. |
When specifying the path, the path must be explicated defined. Do not use the environmental variable. Below is an example. Assume that $WSETCDIR contains /usr/local/etc/map/ws. logsdir=/usr/local/etc/map/ws/logs basedir=/usr/local/etc/map/ws containersdir=/usr/local/etc/map/ws/containers keystoredir=/usr/local/etc/map/ws/keystore jmxdir=/usr/local/etc/map/ws/jmx krbdir=/usr/local/etc/map/ws/krb jmxmastermanagement=/usr/local/etc/map/ws/mastermanagement.properties applicationcertificatejks=/usr/local/etc/map/ws/keystore/mapping.app.mit.edu.jks servertruststorejks=/usr/local/etc/map/ws/keystore/serverTrustStore.jks In the above, mapping.app.mit.edu.jks is the application certificate keystore and serverTrustStore.jks is the trusted server keystore. |