What Types of Applications Can You Deploy?

Deploying Applications 10-5 For information creating and managing JDBC data sources with Fusion Middleware Control, see the following topics: ■ Creating a JDBC Data Source Using Fusion Middleware Control ■ Editing a JDBC Data Source Using Fusion Middleware Control ■ Monitoring a JDBC Data Source Using Fusion Middleware Control ■ Controlling a JDBC Data Source Using Fusion Middleware Control

10.2.1.1 Creating a JDBC Data Source Using Fusion Middleware Control

To create a JDBC data source using Fusion Middleware Control: 1. From the navigation pane, expand the farm, then WebLogic Domain. 2. Select the domain to display the Domain home page. 3. From the WebLogic Domain menu, choose JDBC Data Sources. The JDBC Data Sources page is displayed, as shown in the following figure: 4. Click Create to open the Creating New JDBC Data Source wizard. 5. Follow the instructions in the wizard to set the properties of the data source and to target the data source for one or more of the Managed Servers in the domain. For help on individual fields and properties, use your mouse to give focus to a field. Fusion Middleware Control displays a popup definition of the field. Note that the data source properties you define in Fusion Middleware Control are similar to those you define when creating data sources in the Oracle WebLogic Server Administration Console. As a result, you can also refer to Creating a JDBC Data Source in Oracle Fusion Middleware Configuring and Managing JDBC for Oracle WebLogic Server for more information about the data source properties. See Also: ■ Oracle Fusion Middleware Configuring and Managing JDBC for Oracle WebLogic Server for information about creating and managing a data source using the Oracle WebLogic Server Administration Console or WLST ■ Oracle Fusion Middleware Configuring and Managing JDBC for Oracle WebLogic Server for more information about configuring multiple data sources 10-6 Oracle Fusion Middleware Administrators Guide

10.2.1.2 Editing a JDBC Data Source Using Fusion Middleware Control

To edit an existing JDBC data source using Fusion Middleware Control: 1. From the navigation pane, expand the farm, then WebLogic Domain. 2. Select the domain to display the Domain home page. 3. From the WebLogic Domain menu, choose JDBC Data Sources. The JDBC Data Sources page is displayed. 4. Select the data source that you want to edit. 5. Click Edit to display the Edit JDBC Data Source page. 6. Use the tabs on this page to modify the properties of the selected data source. For help on individual fields and properties, use your mouse to give focus to a field. Fusion Middleware Control displays a popup definition of the field. Note that the data source properties you edit in Fusion Middleware Control are similar to those you edit when editing data sources in the Oracle WebLogic Server Administration Console. As a result, you can also refer to Creating a JDBC Data Source in Oracle Fusion Middleware Configuring and Managing JDBC for Oracle WebLogic Server for more information about the data source properties.

10.2.1.3 Monitoring a JDBC Data Source Using Fusion Middleware Control

To monitor a JDBC data source using Fusion Middleware Control: 1. From the navigation pane, expand the farm, then WebLogic Domain. 2. Select the domain to display the Domain home page. 3. From the WebLogic Domain menu, choose JDBC Data Sources. The JDBC Data Sources page is displayed. 4. Select the data source that you want to monitor. 5. Click Monitoring to display the Monitor JDBC Data Source page. This page shows the current instances of the selected data source. Note that only data sources that are targeted to a running Managed Server are shown on this page. If a specific data source is not listed on the monitoring page, then edit the data source to be sure it is targeted to a running Managed Server. 6. For each data source instance, review the performance metrics. For information on how to get help on individual performance metrics, see Viewing Performance Metrics Using Fusion Middleware Control in the Oracle Fusion Middleware Performance and Tuning Guide.

10.2.1.4 Controlling a JDBC Data Source Using Fusion Middleware Control

To start, stop, suspend, resume, or clear the statement cache for a JDBC data source using Fusion Middleware Control: 1. From the navigation pane, expand the farm, then WebLogic Domain. 2. Select the domain to display the Domain home page. 3. From the WebLogic Domain menu, choose JDBC Data Sources. The JDBC Data Sources page is displayed. 4. Select the data source that you want to edit. Deploying Applications 10-7 5. Click Control to display the Control JDBC Data Source page. Note that only data sources that are targeted to a running Managed Server are shown on this page. If a specific data source is not listed on the control page, edit the data source to be sure that it is targeted to a running Managed Server. 6. Click Start, Stop, Force Stop, Resume, Suspend, Force Suspend, Shrink, Reset, or Clear Statement Cache to control or change the state of the selected JDBC data source. Note that the commands you select on this page are similar to those available when you are managing data sources in the Oracle WebLogic Server Administration Console. Refer to Managing WebLogic JDBC Resources in Oracle Fusion Middleware Configuring and Managing JDBC for Oracle WebLogic Server for more information about the JDBC data source control options.

10.3 Deploying, Undeploying, and Redeploying Java EE Applications

You can use Fusion Middleware Control, Oracle WebLogic Server Administration Console, Oracle JDeveloper, or the command line to deploy, undeploy, or redeploy a Java EE application. The following topics describe using Fusion Middleware Control and the command line to accomplish these tasks: ■ Deploying Java EE Applications ■ Undeploying Java EE Applications ■ Redeploying Java EE Applications

10.3.1 Deploying Java EE Applications

You can deploy an application to a WebLogic Server Managed Server instance or a cluster. This section describes how to deploy an application to a Managed Server.

10.3.1.1 Deploying Java EE Applications Using Fusion Middleware Control

To deploy a Java EE application to a Managed Server using Fusion Middleware Control: 1. From the navigation pane, expand the farm, then WebLogic Domain, and then the domain. 2. Select the server in which you want to deploy the application. The server home page is displayed. 3. From the WebLogic Server menu, choose Application Deployment, then Deploy. The Deployment Wizard, Select Archive page is displayed, as shown in the following figure: See Also: Oracle Fusion Middleware Deploying Applications to Oracle WebLogic Server for information about deploying using Oracle WebLogic Server Administration Console and for more information about using the WLST command line