Skip to content

Jetty Resource Base Folder

Key: qie.jettyResourceBase

Env Var: QIE_JETTYRESOURCEBASE

Scope: Global

Description: Used in containers, the QIE war file is extracted to a folder, and this option lets the service know where the folder is. This allows the container to skip the war extraction and the service starts faster.

Examples

Env Var

QIE_JETTYRESOURCEBASE=\java\qie\qieResources

Java Option

-Dqie.jettyResourceBase=\java\qie\qieResources

YAML

QIE_JETTYRESOURCEBASE: "\java\qie\qieResources"