BusinessEvents Monitoring and Management Configuration : Importing the emonitor Project for CDD Editing

Importing the emonitor Project for CDD Editing
Various features of MM are configured using settings in the MM.cdd file. In order to edit the CDD file you must first import the project that contains it (the emonitor project) into your workspace. You don’t have to copy the files to your workspace when importing.
Whenever you change the MM.cdd file you must restart the BEMM server so that it uses the updated values.
In the MM.cdd file, only change the settings for the mm-class agent, and only edit the file using the Cluster Deployment Descriptor editor in BusinessEvents Studio.
Advanced users may also want to make changes in the emonitor project itself to customize some aspect of the project, but these activities are not documented.
The mm-class is defined using a special kind of agent class (Monitoring & Management) used only in the MM.cdd file. It references the inference and query agents used in the project, and it has a number of settings used to configure alerts, health metric rules, and actions.
To Import the emonitor Project into your Workspace
1.
Choose File > Import and select General > Existing Project into Workspace. Click Next.
2.
   BE_HOME/mm/
3.
Select the emonitor project.
4.
5.
Click Finish.
6.
If Studio Explorer Shows Errors
If you have installed into a non-default location, you may see errors in the Studio Explorer tree after importing the emonitor project into your workspace. To fix the problem, you may need to correct some path issues.
1.
Right-click the project name emonitor and select Properties. In the Properties dialog, select Build Path and select the Custom Functions tab.
2.
Delete the incorrect entry for be-mm.jar, and then add the correct entry: Browse to and select the be-mm.jar file in the BE_HOME/mm/lib directory.
3.
Click Rebuild Project.