Setting the default template category
To select a custom template, select a different category from the Category drop‑down list. You can configure Report Studio so that the Report Template dialog displays a different template category as the default category.
How to set the default template category
1 Open web.xml for editing. This file is in the following location:
<context root>\WEB-INF
2 Change the value of the DEFAULT_REPORT_TEMPLATE_CATEGORY_NAME parameter from Standard to the name of the category whose templates you want the Report Template dialog to display by default. The following example shows the Expense Reports category set as the default template category:
<param-name>DEFAULT_REPORT_TEMPLATE_CATEGORY_NAME
</param-name>
<param-value>Expense Reports</param-value>
3 Log out of Actuate Java Components and log in again for the change to take effect.