Changing the size of the result set page

You can specify the page size of the result set that is returned by a query.
The default setting of the property WEB_RESULT_SET_PAGE_SIZE is 25 rows.

To change the page size of the result set:

  1. Open the file pl.properties.
    Option Description
    On Windows systems C:\Program Files\Common\rwp\webapps\cqweb\WEB-INF\classes\pl.properties
    On the UNIX system and Linux /opt/rational/common/rwp/webapps/cqweb/WEB-INF/classes/pl.properties
  2. Change the value of WEB_RESULT_SET_PAGE_SIZE.
The change does not take effect until you restart the Rational® ClearQuest® server and any Rational ClearQuest Web application sessions that were running when the change was made.


Feedback