Use the following wscp command to retrieve the JVM
configuration parameters on an application server:
wscp> ApplicationServer show
/Node:<nodeName>/ApplicationServer:<serverName>/ -attribute
{JVMConfig}
For example, the wscp command below yields the output displayed below
it:
wscp> ApplicationServer show
/Node:LIBERTY/ApplicationServer:ExampleServer/ -attribute {JVMConfig}
{JVMConfig {{AdditionalCommandLineArgs {}} {BootClasspathAppend {}}
{BootClasspathPrepend {}} {BootClasspathReplace {}} {Classpaths {}}
{DebugMode false} {DebugString {}} {DisableJIT false} {HProfArgs {}}
{InitialHeapSize 0} {MaxHeapSize 0} {RunHProf false} {SystemProperties {}}
{VerboseClassLoading false} {VerboseGC false} {VerboseJNI false}
{GeneratedCommandLineArgs {}}}}
Remember that before running the "show" command on the ApplicationServer
object, that you must first run a "list" command on the
ApplicationServer.
|