Online documentation - Websydian v6.0 |
Users Guide | Patterns Reference | WebsydianExpress | Search |
The table below lists the parameters available for the Websydian Server property file. A sample property file (websydianserver.prop) can be found in the Websydian installation folder.
Parameter | Default Value | Description |
---|---|---|
websydianserver.ipaddr | <default> | The IP address of the machine where the Websydian Server is
started. This address together with the tcpport is used by the Relay
Service to connect to the Websydian Server. Examples:
|
websydianserver.tcpport | 8189 | The TCP port of the Websydian Server. The port is used together with the IP address by the Relay Service to connect to the Websydian Server. |
websydianserver.password | secret | The password used when the Websydian Server is terminated. If blank or not specified the Websydian Server is considered to have no password.
If a password is specified the same password must be specified when terminating the Websydian Server using the TermServer command. |
websydianserver.licensefilepath | current directory | The path and file name of the license file. |
Parameter | Default Value | Description |
---|---|---|
log.level | INFO | The log level affects how much the Websydian Server will write to the log
file. The following values can be used:
Use ERROR in a deployment environment whereas TRACE should be used in debug situations only. |
log.filename | WebsydianServer.log | The file to which the log is written. |
Parameter | Default Value | Description |
---|---|---|
log.media | File | The media where the log messages should be sent to. Legal values
are:
|
log.rollfrequency | ROLL_DAILY | The frequency to be used by the log system to roll the log: Valid values are:
|
mail.smtphost | no value | If this parameter is specified all log messages of type FATAL will be sent in an e-mail to an administrator. This parameter specifies the host name of the SMTP server. |
mail.subject | no value | The subject of the log mails. |
mail.sender | no value | If mail.smtphost is specified, this parameter is mandatory and must contain the sender name to use when sending log mails. |
mail.recipient | no value | The receiver of log mails. |