bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Guide

 Previous Next Contents Index View as PDF  

Configuring Liquid Data Server Settings

This topic describes how to configure server settings for BEA Liquid Data for WebLogicTM. It includes the following sections:

In a standalone (single server) domain, server settings apply to a single instance of Liquid Data server. In a clustered domain, to all Managed servers in the domain. Server settings include the repository directory, threads for application views and Web services data sources, the security mode, whether to cache results for stored queries, the swap files directory for stored queries, and the classpath for custom functions.

Note: To change Liquid Data server settings, you must log in to the Administration Console with a username that belongs to the LDAdmin group.

 


Configuring Server Settings

You can set configuration options on the Liquid Data server that apply to all processing on the selected server for any type of data source.

To configure Liquid Data server settings:

  1. In the left pane of the Administration Console, click the Liquid Data node.

  2. In the right pane, click the Configuration tab.

  3. Click the General tab.

  4. If you have logged into the Administration Console with a username that belongs to the LDAdmin group, then fill in the fields described in the following table.

    Table 5-1 Liquid Data Server Configuration Settings

    Field

    Description

    Repository Directory

    Full or relative path to the root directory of the Liquid Data repository that contains the data sources configured for this Liquid Data server. For relative paths, the path is relative to the current domain directory. For more information, see Server Repository Location.

    In a clustered environment, all managed Liquid Data servers must mount (on Unix) or be mapped to (on Windows), the volume containing the directory specified here.

    If the specified directory does not exist, Liquid Data will create it automatically.

    Custom Functions
    Classpath

    Classpath for libraries used by custom functions that do not reside in the custom_lib folder in the server repository.

    Use semicolons to separate paths. File pathnames or URLs can be used. For example:

    c:/path/cf1.jar;c:/path2/cf2.jar

    For information on how to configure custom function descriptions, see Configuring Access to Custom Functions and Server Repository File System Hierarchy.

    Maximum Threads

    Maximum number of threads in the Liquid Data server pool used to handle query requests for application view, web service, and custom function data sources.

    The default setting is 20. The minimum setting is 1. If the specified value is invalid, then the server will use the default value of 20.

    Note: The maximum threads value that you specify here does not affect the WebLogic Server server thread pool. The value specified here applies only to the thread pool created and used by the Liquid Data query engine for processing requests on application view, web service, or custom function data sources.

    Security Mode

    Enables or disables (default) the Liquid Data security mode.

    • To enable Liquid Data security, select (check) this check box. Once security is enabled, you must configure secure access to Liquid Data resources.

    • To disable Liquid Data security, clear (uncheck) this check box.

    For more information, see Enabling Liquid Data Secure Mode.

    Cache Results

    Enables or disables (default) the caching of query results for stored queries.

    • To enable results caching, enable (check) this check box.

    • To disable results caching, clear (uncheck) this check box.

    For more information about caching, see Enabling the Results Cache.

    Swap Files Directory

    Path of location of swap files that Liquid Data uses to manage large amounts of intermediate results data returned from a stored or ad hoc query.

    If the Large Results flag is selected for the query, then Liquid Data uses swap files to temporarily store intermediate results on disk.

    Default is temp. This location is a subdirectory of the BEA_HOME/user_projects/domain_name directory.

    If the specified directory does not exist, Liquid Data will create it automatically.

    Note: If you change this setting, you must reboot the Liquid Data server in order for the change to take effect.


     

  5. If you have logged into the Administration Console with a username that belongs to the LDAdmin group, then click Apply to apply any changes.

  6. If you changed the swap files directory, reboot the Liquid Data server for the change to take effect.

 


Modifying Server Settings

To modify server settings:

  1. In the left pane, click the Liquid Data node.

  2. In the right pane, click the Configuration tab.

  3. Click the General tab.

  4. Modify the fields, described in Table  5-1, as needed.

  5. Click Apply.

 

Back to Top Previous Next