JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Using Oracle Java CAPS Enterprise Manager Management Applications     Java CAPS Documentation
search filter icon
search icon

Document Information

Using Enterprise Manager Management Applications in Java CAPS

Management Applications Overview

Management Applications Task Overview

Displaying Management Application Tabs

To Start the Enterprise Manager Security Gateway

To Display the Configuration Tabs

Setting Up the User Preferences

To Set Up the User Preferences

Displaying Web Routing Manager

To Display the Web Routing Information

To Change the Management Application for an Object Type

Displaying Web Applications Manager

Automatically Install From the Repository

To Automatically Install Components From the Repository

Managing Applications

Managing the Existing Management Applications

To Start a Management Application

To Stop a Management Application

To Reload a Management Application

To Undeploy a Management Application

Deploying New Management Applications

To Deploy a New Management Application

Managing Alert Codes

Properties File Format

Uploading the Properties File

To Upload the Properties File

Removing Alert Codes

To Remove Alert Codes

Managing Alert Codes

The Manage Alert Codes tab displays the alert codes that are currently deployed. You can install new alert codes from this tab. To install new alert codes, create a properties file and then upload the file.

Figure 7 Manage Alert Codes Tab

image:Manage Alert Codes Tab

Properties File Format

Java CAPS enables you to generate custom alerts in a Java-based Collaboration. Use the custom method of the alerter node. The first argument of the custom method is the new alert code. For more information about alerts, see Oracle Java CAPS Management and Monitoring APIs.

Create a text file that includes one entry for each new alert code that you specify. The entry contains three parts

To enter a comment line, start the line with a pound sign (#). When you are done, save the file with the .properties file extension.

Here is a sample properties file:

# This file contains new alert codes.

MY-00001=alert message 1
MY-00002=alert message 2
MY-00003=alert message 3
MY-00004=alert message 4

Uploading the Properties File

After you create the properties file, upload the file to Enterprise Manager.

To Upload the Properties File

  1. Go to Enterprise Manager.
  2. Navigate to Manage Alert Codes tab.
  3. Click Browse.
  4. Select the properties file and click Open.
  5. Click Install.

    The new alert codes are displayed.

Removing Alert Codes

You can remove a set of alert codes.

To Remove Alert Codes

  1. Go to Enterprise Manager.
  2. Navigate to Manage Alert Codes tab.
  3. Click Remove next to the set of alert codes that you want to remove.
  4. When prompted to confirm the removal, click OK.