Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Monitor Spring application contexts

Before you begin

Be sure you read the prerequisites in the Spring Beans overview page. See Spring Bean Task Overview.

You must start the application that contains the Spring beans to be able to view their configuration. See


To monitor Spring application contexts, follow these steps:

  1. In the left pane of the Console, click Deployments. The Deployments table in the right pane displays the installed Enterprise applications, modules and Java EE libraries.
  2. In the Deployments table, click the name of the Web application into which the Spring beans are packaged.. If the application is in a WAR file, expand the WAR's contents by clicking the "+" node, then click the applcation name.
  3. Select the Monitoring > Spring Framework > General tab.
  4. In the Application Contexts table, click the name of the application context you want to monitor. For information about the statistics displayed, see Configuration Options.

Back to Top