The workDir is the directory in which the session manager stores data for recovery purposes. Paging and journaling files are stored here.
By default, the Session Manager work directory is set to a local directory on the Session Manager host. This may not be optimal for recovery purposes. Note that the paths specified here are overridden by paths specified by journaling path and paging path parameters.
You may want to set the workDir to a location on the shared filesystem.
When this parameter is not set, the shared directory location is automatically passed by MoSes to Symphony. In addition, the system checks for the existence of the shared MoSes directory when the service makes a createSession() call.
When this parameter is set, you need to specify the location of the shared directory.
Specify the Windows directory used by MoSes as a UNC path. This is the same shared directory used for MoSes standard master/worker mode. Symphony writes calculations results to this directory, MoSes retreives results from this directory.
In addition, the system checks for the existence of the specified shared directory when the service makes an onCreateService() call.
By default, log level is set to view all messages that are logged in all levels.
You may want to change this in a production environment to log only some levels.
Note that lower log levels include higher log levels. For example, if the log level is set to WARN, messages included are WARN, ERROR, and FATAL.