We're retiring Oracle Learning Library by the end of 2025.
Explore tutorials and labs on docs.oracle.com/learn or access free learning content on the Oracle Learning YouTube channel.For product documentation, visit Oracle Help Center.
This is a series of WebLogic Server 12c tutorials that introduce a new administrator to the basic tasks in a WebLogic Server domain.
Release Date: 28-MAR-2012
This demonstration shows how to create a GridLink data source for WebLogic Server 12c by using the administration console. The GridLink data source is used to access an Oracle RAC database. This GridLink data source uses a Single Client Access Name (SCAN) configuration.
Duration: 7.5 minutes
This self-study covers the fundamental concepts and activities associated with Oracle WebLogic Server’s clustering capabilities.
Duration: 60 minutes
This self-study course covers the fundamental concepts and tools associated with deploying and managing Java EE applications and services on Oracle WebLogic Server.
Duration: 90 minutes
In this self-study you will learn the basic concepts and terminologies associated with WebLogic Server and also the process of installing and configuring Oracle WebLogic Server 12c. Links to OBE's are provided for additional hands-on experience.
Duration: 180 minutes
This self-study course introduces you to the Oracle WebLogic Server administration console and scripting environment.
The WebLogic Server 12c Administration interactive quick reference is a multimedia tool for various terms and concepts used in WebLogic Server architecture. Built as a multimedia web page, this tool provides descriptions of WebLogic Server Architectural components, as well as references to relevant documentation and training. Use this helpful cheat sheet for configuring your WebLogic Server applications.
This essential reference includes:
Download Information
You can download and unzip the poster from the online poster to run the poster locally. Open the poster.html file located in the OUTPUT_poster folder.
Additional Information
This tutorial covers installing Oracle WebLogic Server 12c (12.1.1) on a Linux system by using the Linux binary installer. After WebLogic Server is installed, the tutorial shows how to use the Configuration Wizard to create a new WebLogic Server domain.
In a WebLogic Server domain there is always one administration server. This special instance of WebLogic Server is responsible for the configuration of the entire domain. Other servers in the domain are called managed servers. These are typically the servers on which you run your applications. A domain can contain any number of managed servers.
This tutorial covers configuring Oracle WebLogic Server 12c (12.1.1) managed servers by using the WebLogic Server administration console. It also shows how to create a new managed server using the administration console.
Before starting this tutorial you should complete Oracle WebLogic Server 12c: Installing WebLogic Server and Creating a Domain.
Duration: 30 minutes
A Java web application, like any Java Enterprise Edition application, can be deployed to an application server as an archive file. Web application archives use the file extension .war.
This tutorial covers using the Oracle WebLogic Server 12c (12.1.1) administration console to deploy a simple Java Enterprise Edition web application. The tutorial shows how to start and run the application. The tutorial then shows how to redeploy an updated version of the application. Finally, the tutorial shows how to undeploy the application.
Before starting this tutorial you should complete Oracle WebLogic Server 12c: Installing WebLogic Server and Creating a Domain and Oracle WebLogic Server 12c: Configuring Managed Servers.
Duration: 20 minutes
A data source is an object that enables a Java Database Connectivity (JDBC) client to obtain a database connection. The data source has a collection of database connections called a connection pool. An application can request a connection from the data source, use the connection to access the database, and then close the connection. Rather than actually close the connection, however, the data source places it back in the connection pool to be used again. Data sources can be created as part of the configuration of an instance of WebLogic Server. When that server comes up, (or the data source is deployed), the server creates database connections to fill the connection pool of its data source.
This tutorial covers using the Oracle WebLogic Server 12c (12.1.1) administration console to create a data source and its connection pool. The connections are to an Oracle Database.
This tutorial covers using the Oracle WebLogic Server 12c (12.1.1) administration console to create a basic cluster and add servers to it. Additional tutorials extend this cluster's capabilities to support load balancing and failover of Java Enterprise Edition applications.
This tutorial introduces you to the Oracle WebLogic Scripting Tool. It gives you a chance to practice some basic commands and to change some server properties via the command line.
Duration: 15 minutes
This tutorial covers creating and configuring machines by using the Oracle WebLogic Server 12c (12.1.1) administration console. It assumes that your domain will be distributed across two physical computers.
This tutorial covers creating and configuring a JMS server, a queue, and a topic. It then shows how to use the provided web application to post messages to the queue and topic. It also shows how to monitor the queue and topic by using the Oracle WebLogic Server 12c (12.1.1) administration console.
The weblogic.PlanGenerator utility is a Java-based command-line tool for developers who want to export portions of a WebLogic Server deployment configuration into a deployment plan file. This utility can generate a brand new plan, or can append to an existing one. This tutorial covers using that utility to generate a deployment plan. It then covers redeploying the web application with that plan by using the Oracle WebLogic Server 12c (12.1.1) administration console.
This tutorial covers configuring and starting the Java-based Node Manager and using it to control Oracle WebLogic Server 12c (12.1.1) managed servers.
Before starting this tutorial you should complete Oracle WebLogic Server 12c: Installing WebLogic Server and Creating a Domain, Oracle WebLogic Server 12c: Configuring Managed Servers and Oracle WebLogic Server 12c: Creating and Configuring Machines.
This tutorial shows you how to install an instance of Oracle Web Tier and then configure it as a proxy for an Oracle WebLogic Server 12c cluster.
Before starting this tutorial you should complete Oracle WebLogic Server 12c: Installing WebLogic Server and Creating a Domain, Oracle WebLogic Server 12c: Configuring Managed Servers and Oracle WebLogic Server 12c: Creating a Basic Cluster.
This tutorial shows you how to configure and test the HTTP session replication features of an Oracle WebLogic Server 12c cluster. You test both in-memory and JDBC (database) replication. An active JDBC data source is necessary to use JDBC replication.
Before starting this tutorial you should complete Oracle WebLogic Server 12c: Installing WebLogic Server and Creating a Domain, Oracle WebLogic Server 12c: Configuring Managed Servers, Oracle WebLogic Server 12c: Configuring a JDBC Data Source, Oracle WebLogic Server 12c: Creating a Basic Cluster and Oracle WebLogic Server 12c: Installing and Configuring a Cluster Proxy.
Duration: 45 minutes
By creating and using a customized domain template, you can create domains for multiple development, test, and production environments. Templates are created by using the Domain Template Builder.
This tutorial covers creating and configuring an Oracle WebLogic Server 12c (12.1.1) domain template by using the Domain Template Builder tool. It then shows how to use that template to create a new WebLogic Server domain.
This tutorial shows how to use the Oracle WebLogic Server 12c production redeployment feature to have two versions of the same application deployed simultaneously.
This tutorial shows how to create a boot identity file to make it easier to start an instance of Oracle WebLogic Server 12c (12.1.1).
Release Date: 01-JAN-11