Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Servers: Monitoring: General

Column Display     Configuration Options     Related Tasks     Related Topics

This page provides general runtime information about this server.

Configuration Options

Name Description
State

The current life cycle state of this server.

For example, a server can be in a RUNNING state in which it can receive and process requests or in an ADMIN state in which it can receive only administrative requests.

MBean Attribute:
ServerRuntimeMBean.State

Activation Time

The time when the server was started.

MBean Attribute:
ServerRuntimeMBean.ActivationTime

WebLogic Version

The version of this WebLogic Server instance (server).

MBean Attribute:
ServerRuntimeMBean.WeblogicVersion

WebLogic Home

The directory where the WebLogic Server instance (server) is installed, without the trailing "/server".

MBean Attribute:
ServerRuntimeMBean.WeblogicHome

Middleware Home

The Oracle Middleware installation directory.

MBean Attribute:
ServerRuntimeMBean.MiddlewareHome

Java Vendor

Returns the vendor of the JVM.

The vendor of the JVM that this server runs.

system property java.vm.vendor is returned

MBean Attribute:
JVMRuntimeMBean.JavaVMVendor

Java Version

The Java version of the JVM.

MBean Attribute:
JVMRuntimeMBean.JavaVersion

OS Name

Returns the operating system on which the JVM is running.

The operating system on which the JVM is running.

MBean Attribute:
JVMRuntimeMBean.OSName

OS Version

The version of the operating system on which the JVM is running.

MBean Attribute:
JVMRuntimeMBean.OSVersion

JACC Enabled

Indicates whether JACC (Java Authorization Contract for Containers) was enabled on the commandline for the jvm hosting this server

MBean Attribute:
ServerSecurityRuntimeMBean.JACCEnabled

Patch List

Returns information about installed patches on the server as an array of Strings. Each element of the array describes a patch, which is of the form:

BugNumber;PatchID;DateApplied;Description

MBean Attribute:
ServerRuntimeMBean.PatchList

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Service

The name of a service running in this WebLogic Server.

Version

The version identifier for this running service.

Related Tasks

Related Topics


Back to Top