| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Monitoring: Properties File Format |
|
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
Managing the Existing Management Applications
Deploying New Management Applications
To Deploy a New Management Application
Monitoring Java CAPS Business Processes
Alert Codes for Java CAPS Adapters
Alert Codes and Error Messages for Sun Master Index (Repository)
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 detailed instructions, see the document at the following URL http://dlc.sun.com/pdf/820-0952/820-0952.pdf.
Create a text file that includes one entry for each new alert code that you specify. The entry contains three parts
The alert code
An equal sign (=)
The alert message
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