Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Default value

Description

ohf.cluster.actualNodeInstance.codeLocalNodeProperty which identifies node in cluster environment. This property is used for example by logging platform to mark log event with stamp of specific cluster node and for binding with database node record.
ohf.mail.admin.enabledfalseTrue for enabling sending emails to administrators.

ohf.mail.admin



Administrator email(s)

If more emails, then separated them with semicolon if empty then email won't be sent.

ohf.mail.fromOpenHub framework <openhub@openwise.cz>Email address FROM for sending emails
ohf.mail.smtp.serverlocalhostSMTP server for sending emails
ohf.dir.temp
Directory for storing temporary files, related to file upload component.
ohf.dir.fileRepository
File repository directory where files will be stored, related to file upload component.
ohf.server.localhostUri.checkfalseEnable/disable checking of ohf.server.localhostUri
ohf.server.localhostUrihttp://localhost:8080

URI of this localhost application, including port number.

Related to cluster nodes evidence. If ohf.server.localhostUri.check=true then this URI is checked during OpenHub initialization.

ohf.disable.throttlingfalseTrue for disabling throttling at all. See throttling component.
ohf.endpoints.includePattern^(spring-ws|servlet).*$Pattern for filtering endpoints URI - only whose URIs will match specified pattern will be returned, related to endpoints overview.
ohf.requestSaving.enablefalseTrue for enabling saving requests/responses for filtered endpoints URI.
ohf.requestSaving.endpointFilter^(spring-ws|servlet).*$Pattern for filtering endpoints URI which requests/response should be saved.
ohf.alerts.repeatTimeSec300How often to run checking of alerts (in seconds)
log.folder.path${log.folder}, value is from Maven profilePath to folder with application logs, used in logs searching in admin GUI.
log.file.pattern


Code Block
(^.*\\.log$|^.*\\.log\\.2\\d{3}-(0[1-9]|1[0-9])-[0|1|2|3]\\d?_\\d*\\.gz$)


Defines format of log file names (include filter) which will be taking into logs searching in admin GUI.


ohf.uri.inputPattern^(spring-ws|servlet).*$Pattern for filtering input routes (used in Stopping mode)

...