In the Welcome page, select Extend an existing WebLogic domain and click Next.

2-8 Administrators Guide for Oracle Application Development Framework 9. On the both hosts, start the Managed Servers. For example, cd ORACLE_HOMEuser_projectsdomainsbase_domainbin .startManagedWebLogic.sh ManagedServer_2 http:adminServerHost:7001

2.2.3 How to Create a JDBC Data Source for Oracle WebLogic Server

Use the Oracle WebLogic Server Administration Console to set up a JDBC data source in the WebLogic Server instance for your applications. To configure Oracle WebLogic Server for a JDBC data source: 1. Start Oracle WebLogic Server if not already started by choosing Oracle Fusion Middleware User Projects Domain Start Admin Server for WebLogic Server Domain from the Windows Start menu. For Linux, log in as the root user and navigate to: ORACLE_HOMEuser_projectsdomainsMYSOADomainbin Run the following command: .startWebLogic.sh Or, from the Application Server Navigator, right-click an Oracle WebLogic Server instance and choose Launch Admin Console.

2. Start the Oracle WebLogic Server Administration Console by choosing Oracle

Fusion Middleware User Projects Domain Admin Server Console from the Windows Start menu. 3. Log in to the Oracle WebLogic Server Administration Console.

4. In the WebLogic Server Administration Console page, select JDBC Data

Sources .

5. Click New.

6. In the JDBC Data Source Properties page: ■ In the Name field, enter the name of the JDBC data source. ■ In the JNDI field, enter the name of the connection in the form jdbcconnection DS. ■ For the Database Type, select Oracle. ■ For the Database Driver, select Oracle Driver thin, and click Next. 7. In the Transactions Options page, accept the default options and click Next. 8. In the Connection Properties page: ■ For Database Name, enter the Oracle SID. For example, orcl. ■ For Host Name, enter the machine name of the database. ■ Enter the port number used to access the database. ■ Enter the user name and password for the database and click Next. 9. In the Test Database Connection page, click Test Configuration to test the connection.