JVM Administration

After a JVM has been created in a node it can be started, stopped, and removed. If a JVM is removed it must be redeployed.

Figure 4.1, “JVM administration” shows the screen that is used to monitor and control a JVM. The information on this screen can also be displayed using this command:

administrator servicename=A display jvm name=sandbox_Timer0
JVM administration

Figure 4.1. JVM administration


This information is displayed for a deployed JVM:

Once a JVM is deployed it supports being started, stopped, and removed. These are accomplished using the Start, Stop, and Remove buttons shown on Figure 4.1, “JVM administration”. These actions can also be performed from the command line:

//
//  Start a deployed JVM
//
administrator servicename=A start jvm name=sandbox_Timer0

//
//  Stop a running JVM
//
administrator servicename=A stop jvm name=sandbox_Timer0

//
//  Remove the JVM from the node.  It must be redeployed
//
administrator servicename=A remove jvm name=sandbox_Timer0