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

Administration Guide

 Previous Next Contents Index View as PDF  

Deploying Liquid Data Components

This topic describes how to deploy BEA Liquid Data for WebLogicTM components using the Deploy tab on the Liquid Data node in the Administration Console. It contains the following sections:

Administrators can use the Deploy tab to shut down applications (in the form of JAR, WAR, or EAR files) on a WebLogic Server without interrupting other running applications. Administrators can also upgrade an application by undeploying it, substituting an updated JAR, WAR, or EAR file, and then redeploying the updated application on target servers.

Note: This topic describes how to deploy core Liquid Data software components only. There are additional tasks required to deploy other Liquid Data components—such as the distributing the Liquid Data Server repository, distributing Liquid Data configuration settings, and so on. For a summary of all deployment tasks, see Deployment Tasks in Deploying Liquid Data.

 


Liquid Data Components to Deploy

The LDS.ear file contains the following deployable components:

Table 12-1 Contents of the LDS.ear File  

Component

Description

ejb_query.jar

EJB that contains all query-related classes, including the Query Processor and stateless session bean. For more information, see the Liquid Data Javadoc.

ejb_qbc.jar

EJB for Data View Builder to obtain configuration information from the Liquid Data Server.

XMediator.war

Initializes the Liquid Data Server.

ldconsole.war

Liquid Data configuration tabs that appear in the WebLogic Server Administration Console.

cacheEjb.jar

EJB that manages results caching for stored queries that are configured for results caching. For more information, see Configuring the Query Results Cache.

ldcacheListener.war

Listener application that listens to notifications from the MBean for changes to the global cache status (enabled or disabled), changes to a stored query that is cached, and changes to the cache policy for a stored query.


 

 


Navigating to the Deploy Tab

To navigate to the Deploy tab:

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

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

    The Administration Console displays the Liquid Data Deploy tab.

  3. Click on the link to go to Deployments > Applications > LDS.ear.

    The Administration Console displays the WebLogic Server Deploy tab showing the deployment status of the Liquid Data enterprise archive file (LDS.ear) as deployed in WebLogic Server.

  4. Select target servers and deploy or undeploy as needed. For instructions, see Deployment Tasks in Deploying Liquid Data.

 

Back to Top Previous Next