Oracle9iAS Discoverer Configuration Guide Version 9.0.2 Part Number A95458-02 |
|
This appendix provides reference information about Discoverer configuration files, and contains the following topics:
To configure and maintain Oracle9iAS Discoverer, you will use a number of different files that are referred to throughout this guide. The table below shows the locations of these files on both UNIX and Windows platforms.
Note: For more information about customization settings in ui_config.xml, see Section 10.1, "Customizing Discoverer Viewer".
Setting | Description |
---|---|
/disco:configuration/@locale |
Specifies the default locale. The locale that Discoverer Viewer uses to display its UI is determined by the language setting in the end user's browser. If this setting has not been defined, Viewer will default to the system locale set on the middle tier. If Viewer is unable to determine the system locale, it will default on the locale set here. |
/disco:configuration/@rmi |
Specifies whether the servlet should listen for RMI requests from the Plus applet. Setting this to false prevents Discoverer Plus from working but frees up a small amount of resources on the middle tier. |
/disco:configuration/@webcache |
Specifies whether Oracle9iAS Web Cache is being used to cache the pages generated by the Discoverer servlet. |
/disco:configuration/portlet/@maximumSessions |
|
/disco:configuration/portlet/xsl_translator/* |
Same as above but for the Discoverer Portlet Provider rather than the Discoverer Servlet. |
/disco:configuration/server/@session |
Specifies the name of the instance of the Discoverer Server for both Discoverer Plus and Discoverer Viewer. |
/disco:configuration/servlet/@charting |
Specifies whether to display charts that have been saved with workbooks: |
/disco:configuration/servlet/@exportRefreshPeriod |
Specifies the delay in seconds before a browser is redirected to the original URL. Use this argument to prevent the browser timing out during export operations. Note: This setting only applies when a valid value has also been specified for the fm argument. |
/disco:configuration/servlet/@queryRefreshPeriod |
Specifies the delay in seconds before a query progress page is displayed (or re-displayed). You might use this argument to avoid writing code to handle query progress pages when using the Discoverer servlet to return data to an application you have written. |
/disco:configuration/servlet/@userDefinedConnections |
Specifies whether users are allowed to create private Connections. If set to false, users are still able to use public connections (and if they know how to create their own URLs, they will be able to create temporary connections). |
/disco:configuration/servlet/xsl_translator/@cache |
Specifies whether the servlet caches the xsl or not. |
/disco:configuration/servlet/xsl_translator/@path |
Specifies the path to the discoverer.xsl file. |
/disco:configuration/servlet/xsl_translator/@processor |
Enables you to choose a different XSL Processor. |
/disco:configuration/servlet/xsl_translator/stylesheet_pool |
Enables you to configure how stylesheets are pooled for maximum performance (for more information, see Section 12.5.4, "How to enhance Discoverer Viewer scalability using XSL stylesheet pooling"). |
maximumSessions |
This setting specifies the maximum number of sessions the Portlet Provider can spawn at any given time. The Discoverer Portlet Provider runs Discoverer Sessions in order to refresh the portlet content in the background. It also uses Discoverer Sessions when a user is publishing or customizing a portlet. If the maximum number of sessions is reached, the Portlet Provider defers the background refresh until the number of sessions is below the maximum. If a user tries to customize or publish a portlet when the maximum number of sessions is reached, they are asked to retry later. The default value for this setting is 20. |
query_progress_delay |
Specifies the delay in seconds before a query progress page is displayed (or re-displayed). You can use this parameter to improve accessibility if you use a JAWS screen reader (for more information, see "Documentation Accessibility"). Note: You can also set this parameter on a per-user basis using the URL parameter qpd (for more information, see Section 8.7, "Discoverer Viewer URL arguments"). |
|
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|