<!--
This is the configuration file for Mozart Console web application. It is read
at web application startup time. Entries in this file are processed in the
order they exist in this file. The entry name and attribute name are case
sensitive.

     Version 1.0

   MODIFIED    (MM/DD/YY)
      ajere     07/27/05 - Move Filer, Storage, Host and  Execute Host 
                           Cmd integrations to emcore_intg.xml
      ajere     06/08/05 - Remove Network Shell integration 
      dkulvete  05/18/05 - remove AS integrator entries (Portal, SSO, Reports 
                           and ProcessConnect) 
      kmckeen   01/28/05 - Add Execute Host Command 
      ajere     08/12/04 - Add Network Shell Integration 
      sreddy    07/14/04 - enable filer integration 
      rmenon    06/28/04 - adding storage UI integration class
      rmenon    05/03/04 - adding host integration class
      lyang     04/26/04 - split emomsintg.xml 
      xshen     04/05/04 - Add changemgr integration class
      jabramso  03/17/04 - Add emip integration class 
      tjaiswal  11/06/03 - Remove euser integration 
      ajere     10/08/03 - Comment out filer integration for 4.1 release
      vjraghav  08/28/03 - Removing the Analyze Integration entry 
      dkulvete  09/04/03 - add missing integrator entries 
      bali      08/25/03 - to fix ship_it 
      bali      08/25/03 - Calendar Group custom UI 
      bali      08/20/03 - adding calendar component 
      vjraghav  08/06/03 - 
      ajere     08/04/03 - Add filer integration 
      vagarwal  08/01/03 - add slb module
      gmulchan  07/30/03 - Add ocs components
      rdabbott  07/18/03 - add jobs integration
      sbadrina  07/01/03 - add em2go integration
      jstone    02/27/03 - adds feature usage
      ysun      02/24/03 - add RAC integration
      skini     02/20/03 - skini_2771051_2_4.0.1_main
      rpatti    01/15/03 - comment out netapp & slb
      ysun      11/06/02 - remove rac integration for 4.0 release 
      izhang    09/17/02 - add ssl admin integration
      ychan     09/03/02 - Change DB Intg location
      ychan     08/14/02 - Add dbconfig intg
      dkapoor   07/18/02 - change package
      dkapoor   07/17/02 - add net
      lyang     07/11/02 - add ecm integration
      rpatti    07/05/02 - add bigip integration class
      pshivasw  06/28/02 - add filer intg
      ysun      06/27/02 - add rac intg
      lyang     06/23/02 - add db intg
      lyang     06/21/02 - add new integration classes
      lyang     06/20/02 - add classes
      lyang     06/20/02 - add EuserIntg
      lyang     06/14/02 - lyang_add_configuration_manager

-->

<consoleConfig>
<!--
==============================================================================
  Add integration classes.
==============================================================================
  An integration class is the bootstrap class for all integrations.
  Attributes:
    name: the name of the integrated component.
    class: the Java class name of the integration class. It should be a
           subclass of oracle.sysman.emSDK.intg.Integration.
  <integration
      name="myIntegration"
      class="myPackage.MyClassName"/>
-->

<!--
==============================================================================
  Register the customized target homepage.
==============================================================================
  This will override the default homepage in Console. Console append the target
  name and target type to the specified URL as the URL's query string.
  Attributes:
    targetType: the type of the target whose homepage is overridden.
    url: the URL of the new homepage. This can be a relative URL or an
         absolute URL.
    encodeCharacter: whether the target name and target type should be encoded.
         The default is true.
  <targetHomePageURL
      targetType="the_target_type"
      url="theURL"
      encodeCharacter="false"/>
-->

<!--
==============================================================================
  Add "Related Links" to a page.
==============================================================================
  This tag adds a related link to the page. The related links are displayed
  in the page. It is linked to the specified URL. Once the link is clicked,
  a new browser window will be brought up by default and the page specified by
  "url" will be displayed.
  <relatedLink
      pageType="theTypeOfThePage"
      text="My Link"
      url="myPageURL"
      newWindow="false"
      encodeCharacter="false"/>
-->

<!--
==============================================================================
  Add a tab to the target's homepage.
==============================================================================
  This tag adds a tab to the target's homepage. The tag is displayed with a
  link in the target's homepage. Once it is clicked, the content of the "url"
  will be embedded in the target homepage.
  <targetHomePageTab
      targetType="the_target_type"
      text="My Tab"
      url="myPageURL"
      encodeCharacter="false"/>
-->
</consoleConfig>
