How To Show JVM Configuration Using WSCP
 Technote (FAQ)
 
Problem
Use the wscp command "ApplicationServer show" to query for the JVM configuration parameters on an Application Server.
 
Solution
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.

 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Administrative Console (all non-scripting)
Operating system(s): HP-UX
Software version: 4.0
Software edition:
Reference #: 1080770
IBM Group: Software Group
Modified date: Mar 29, 2005