Paramètre SAP rdisp/debug_jvm_startup - debug java vm startup

Parameter
rdisp/debug_jvm_startup

Short text
Debug Java VM startupThis parameter allows you to activate the Java debugging as early aspossible when starting a VM. You can specify different VM types(WEB, REM, AUTOJAVA, TEST). You must also specify whether thedebugging is to be performed once or every time the relevant VM isactivated.
Syntaxrdisp/debug_jvm_startup = <(><<)>VM type<(>><)>=<(><<)>debug
mode<(>><)>, ..<(><<)>VM type<(>><)> = WEB | REM | AUTOJAVA | TEST<(><<)>debug mode<(>><)> = ALWAYS | ONCE
Examplerdisp/debug_jvm_startup = WEB=ONCEThe first time that you start a VM of type WEB, Java debugging isactivated. All other VMs of the type WEB are started withoutdebugging.rdisp/debug_jvm_startup = WEB=ALWAYS, REM=ONCEDebugging is activated every time a VM of the type WEB is started.At the same time, debugging is only activated for the first start ofa VM of the type REM.

Work area
System

Default value
No debugger is activated

Who is allowed
The customer