Group | Key | Default Value | Description |
---|---|---|---|
Logging | efw.logging.level | WARNING | The output level of efw log. ALL,FINEST,FINER,FINE,CONFIG,INFO,WARNING,SEVERE,OFF |
Folder | efw.event.folder | /WEB-INF/efw/event | The folder for web application events program. It can be set in a relative or absolute path of the web application. |
efw.sql.folder | /WEB-INF/efw/sql | The folder for web application outside sql. It can be set in a relative or absolute path of the web application. | |
efw.storage.folder | /WEB-INF/efw/ storage |
The folder for Web application IO. It can be set in a relative or absolute path of the web application. | |
Rounder | efw.format.rounder | HALF_EVEN | The default rounder for format method. UP,DOWN,CEILING,FLOOR,HALF_UP,HALF_DOWN,HALF_EVEN |
Database Resource | efw.jdbc.resource[.n] | The default jdbc resource name. You can define multi by add [.n] . Example: jdbc/efw | |
efw.jdbc.resource.url[.n] | Example: jdbc:postgresql://127.0.0.1:5432/efwSample | ||
efw.jdbc.resource.username[.n] | |||
efw.jdbc.resource.password[.n] | |||
Mail Resource | efw.mail.username | ||
efw.mail.password | |||
mail.user | Write the JavaMail properties here. If you need other property keys, see the following URLs. smtp api pop3 api imap api |
||
mail.from | |||
mail.transport.protocol | |||
mail.smtp.host | |||
mail.smtp.auth | |||
mail.smtp.port | |||
brms | efw.brms.import | false | To import innorules or not. |
innorules.home | "" | The home folder for innorules. | |
innorules.system | "" | The system id for innorules. | |
innorules.rule-application-config | "" | The application id for innorules. |