IBM BPM, V8.0.1, All platforms > Administer the IT infrastructure > Manage IBM Process Servers > Modify the Process Admin Console settings and behavior

Remove functions from the Process Admin Console

You can remove pages that are, by default, part of the Process Admin Console.

If the IBM BPM Process Admin Console is open in a browser window or tab, close the window or tab.


Procedure

To remove default pages from the Process Admin Console...

  1. Open the INSTALL_ROOT\BPM\Lombardi\process-server\config\console.xml file.
  2. Locate the item that corresponds to the page that you want to remove.

    For example, you might want only your database administrators to perform cleanup of data generated by Process Server in the task table and so you decide to remove the Task Cleanup functionality from the Process Admin Console. In this case, you need to find the following item: <item name="Task Cleanup" link="cs_cleanup.lsw" codeType="JSP"><constraint type="role" value="tw_admins"/></item>

  3. Comment out the item so that the corresponding page is not displayed in the Process Admin Console. Use the following syntax for comments: <!-- -->
  4. Save the console.xml file.
  5. Verify the page is no longer available by logging in to the Process Admin Console.

    For example, if you commented out the Task Cleanup item, the Task Cleanup page is no longer available.

Modify the Process Admin Console settings and behavior