Skip to content

Dump Jetty Threads Before Stop

Key: qie.dumpJettyBeforeStop

Env Var: QIE_DUMPJETTYBEFORESTOP

Default: false

Scope: Global

Description: This tells the Jetty service to generate a thread dump before stopping. This should only be used for debugging purposes.

Examples

Env Var

QIE_DUMPJETTYBEFORESTOP=true

Java Option

-Dqie.dumpJettyBeforeStop=true

YAML

QIE_DUMPJETTYBEFORESTOP: true