Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
110 lines (102 loc) · 2.84 KB

properties.batch.md

File metadata and controls

110 lines (102 loc) · 2.84 KB

Properties File

the file /WEB-INF/classes/batch.properties is established to set the framework.
Group Key Default Value Description
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.
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]
Logging efw.logging.path /logs The path of efw log. Absolute path.
efw.logging.name efwlog%g.txt The file name of efw log.
efw.logging.limit 10485760 The limit of efw log.
efw.logging.num 5 The file count of efw log.
efw.logging.level WARNING The output level of efw log. ALL,FINEST,FINER,FINE,CONFIG,INFO,WARNING,SEVERE,OFF
Cors efw.cors * Cross-domain communication settings. It controls whether the events of this site can be used from the Web page of the other sites.
* : Allow all, null : Reject all, http://0.0.0.0:8080,http://9.9.9.9 : Specified permission.
Pdf efw.pdf.
wkhtmltopdf
C:/Program Files/wkhtmltopdf/
bin/
wkhtmltopdf.exe
The path to wkhtmltopdf.exe. You can download the soft from http://wkhtmltopdf.org/ .
efw.pdf.pdftk C:/Program Files/PDFtk Server/bin/pdftk.exe The path to pdftk.exe. You can download the soft from https://www.pdflabs.com/tools/pdftk-server/ .
efw.openoffice.port 8100 The port of the OpenOffice service. You can download the soft from https://www.openoffice.org/ja/download/ .
efw.pdf.baseurl http://localhost:8080/
efw/
The url for pdf generating to access the web appication from the web server itself .