Configuring Sun Master Indexes

ProcedureTo Configure the Audit Log Page

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click midm.xml.

    The file opens in the NetBeans XML editor.

  2. Scroll to the audit-log element (located in the gui-definition element).

  3. Make any of the following changes:

    • To specify that records be written to the audit log, change the value of the allow-insert element to true.

    • To specify that records not be written to the audit log, change the value of the allow-insert element to false.

    • To change the name of the Audit Log tab on the MIDM, change the value of the tab-name element.

    • To change the order in which the Audit Log appears on the MIDM, change the value of the display-order parameter to a different integer.


      Note –

      If you change the order of one tab, make sure to change the order of the remaining tabs so no tabs have an identical display order value.


    • To change the number of Audit Log search results that appear on one page, change the value of the item-per-page element.

    • To change the maximum number of audit log records that can be returned for a search, change the value of the max-result-size element.

  4. Save and close the file.