Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
{
"properties": [
{
"name": "birt.runner.workspace",
"type": "java.lang.String",
"description": "Conventional path to Resource Home. Should match BIRT Designer Resource Home location. Shared by all reports.",
"defaultValue": "../birt-engine-workspace"
},
{
"name": "birt.runner.designDir",
"type": "java.lang.String",
"description": "Root path of BIRT report designs",
"defaultValue": "${birt.runner.workspace}/rptdesign"
},
{
"name": "birt.runner.loggingDir",
"type": "java.lang.String",
"description": "Logging from the BIRT Engine as report runs",
"defaultValue": "${birt.runner.workspace}/log"
},
{
"name": "logging.path",
"type": "java.lang.String",
"description": "Logging from Spring Boot, default sent to same path as BIRT Engine logs",
"defaultValue": "${birt.runner.workspace}/log"
},
{
"name": "birt.runner.outputDir",
"type": "java.lang.String",
"description": "Location to generate output files during RunThenRender tasks (submit). Includes rptdocument and formatted files (PDF, EXCEL, DOC, HTML...)",
"defaultValue": "${birt.runner.workspace}/output"
},
{
"name": "birt.runner.resourceDir",
"type": "java.lang.String",
"description": "General purpose location for .rptlibrary, .css, .properties, and .js files. Should use relative path within report to this location.",
"defaultValue": "${birt.runner.workspace}/resources"
},
{
"name": "birt.runner.scriptLibDir",
"type": "java.lang.String",
"description": "Location of any Java class files used by BIRT Engine for BIRT Event Handlers",
"defaultValue": "${birt.runner.workspace}/lib"
},
{
"name": "birt.runner.baseImageURL",
"type": "java.lang.String",
"description": "Location that images generated by chart engine will be built too. Also by convention location of static image files (use relative path withing report)",
"defaultValue": "${birt.runner.workspace}/images"
},
{
"name": "birt.runner.birtRuntimeHome",
"type": "java.lang.String",
"description": "Open Source BIRT, not required. If using OpenText commercial libraries (requires license), specify the location of the library plugins directory.",
"defaultValue": "not-specified"
},
{
"name": "birt.runner.submitJobPoolSize",
"type": "java.lang.Integer",
"description": "Number of threads to configure in the SubmitJob pool of threads",
"defaultValue": "10"
},
{
"name": "birt.runner.runReportPoolSize",
"type": "java.lang.Integer",
"description": "ReportRun and SubmitJob run in thread pools. Each Pool",
"defaultValue": "10"
}
]
}