SlideShare a Scribd company logo
WEBLOGIC-12C –GUI ISTALLATION
GUI(Graphical User Interface) MODE : Graphical-mode installation is an interactive, GUI-based method
for installing Web Logic Platform.
WL 12C Software Name:
oepe-indigo-installer-12.1.1.0.1.201203120349-12.1.1-win32
Here:
OEPE (Oracle Enterprise pack for eclips)
Indigo is the annual release of Eclipse projects on June 22 2011

Complete name of Weblogic 12c installer.
When you double click on the software (oepe-indigo-installer-12.1.1.0.1.201203120349-12.1.1-win32)
.It will show the above window. If you click on RUN Button. The installation will start, as mentioned in
below

Installation process has been started here.

This Window show the Version web logic i.e. 12C (C-Cloud)
This welcome window shows the next and previous steps to move further and earlier steps.
Click Next to proceed with the installation.
We may cancel the installation at any time by clicking Exit.

Middleware home directory is the central support directory for all Middleware products installed. The
default Middleware home directory is C:OracleMiddleware
It shows Warning Weblogic directory is not empty.proceed with installation

Here it asks the Email address and support password for security updates.
If you want to decline registration you click on NEXT option
Click Next to continue.
If you click on NO option you will get the same window as I mention below and again it asks the email
and support password.

Dialog box appears here Click Yes to continue
Dialog box appears here Click Yes to continue
Yes option …..Then I got this window, if I click on no option it will asking email address
Here I selected option which I marked in red color box

Two install types are there (Typical and Custom).

Typical: Most of the software components included in this installation

Custom: we select the software components to be installed.
Under the Typical Install type, we will install the following products and components
I.
II.
III.

Web logic server
Oracle coherences
Oracle enterprise pack for eclipse.
Here we can find product installation directories and we can change those directories through “Browse”
option
Those product directories are:

1. wlserver_version
2. coherence_version
3. oepe_version
I.
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.

1.

WebLogic server:
Core Application server
Administration Console
Configuration Wizard and Upgrade framework
Web 2.0 HTTP Pub-Sub Server
WebLogic SCA
WebLogic JDBC Drivers
Third party JDBC Drivers
WebLogic Server clients
XQuery Support
Server Examples
Evaluation Database

Core Application Server:A complete application server that implements Java Enterprise Edition
6 (JEE 6) technologies, Web services, provides highly available, scalable, and secure applications
and services.
2. Administration Console:
Using the Administration Console we can do more activities.
We can Configure, start, and stop WebLogic Server instances
3. Configuration Wizard and Upgrade Framework:
It guides to creating a domain.
The Upgrade Framework provides tools that convert a domain configuration from
previous WebLogic Server releases to the current release.
If we do not install this component, we unable to create new domains or upgrade

4. Web 2.0 HTTP Pub-Sub Server:
A channels based publish-subscribe mechanism for Web-based clients to send and
receive asynchronous messages over HTTP.
5. WebLogic SCA:
Service Component Architecture (SCA) provides a model for building enterprise applications
and systems as modular business services that can be integrated and reused. WebLogic SCA
provides support for developing and deploying SCA applications using Plain Old Java Objects
(POJOs).

6. Web Logic JDBC Drivers:
JDBC drivers are used to connect a WebLogic Server environment to an external
database.
If this component is not installed, the WebLogic JDBC drivers will not be available for
use.
7. Third-Party JDBC Drivers:
WebLogic Server works with third-party JDBC drivers that offer the following functionality:
a. These are thread-safe
b. Can implement transactions using standard JDBC statements

8. WebLogic Server Clients:
Thin-client JARs required for connecting to a WebLogic Server instance. Includes the JARs for the Web
Services, JMS, Store and Forward, WebLogic RMI, JMS .NET, and JMX clients.
If you do not install this component, there is no effect on the server run time or deployed applications.
However, if you have a thin client and need to distribute a smaller set of JARs, instead of all WebLogic
JARs, you need to choose this installation option.
9. Xquery Support
The WebLogic XQuery implementation JARs. Select this installation option if you are
using WebLogic XQuery libraries within your applications.

10. Server Examples:
Example applications that demonstrate key features of WebLogic Server. Selecting this component also
causes an evaluation database to be installed.
Note: Server Examples are not installed as part of the typical installation. You must select Custom
installation in order to install the Server Examples on your system.
Note: If you select this option, you cannot deselect the Evaluation Database option. The Derby
evaluation database is required by the server examples.
11. Evaluation Database:
Installs the Derby evaluation database, which is used by the Server Examples, into the
WL_HOME/common/derby directory. We can install the evaluation database without installing the
Server Examples. The evaluation database is installed by default in a Typical installation
Oracle Coherence:
a. Coherence Product Files
b. Coherence Examples
a. Coherence Product Files:Coherence provides replicated and distributed
(partitioned) data management and caching services on top of a reliable,
highly scalable peer-to-peer clustering protocol. Coherence has no single
points of failure.

b. Coherence Examples: Examples that demonstrate how to use the features of
Coherence in all supported languages (Java, .NET, and C++).
II.

Oracle Enterprise Pack for Eclipse:

It is a certified set of Eclipse plug-ins that is designed to help develop, deploy and debug applications for
Oracle WebLogic Server and Oracle Database.
Common files

JDKs
Jdk160_29:
JDK is a java development Kit. It is used to development application purpose and it includes
execution environment
Weblogic 12c Graphical Mode installation steps in Windows
After installation, the QuickStart application is launched automatically by default.
Quick Start is used to help first-time users evaluate, learn, and use WebLogic Server.
For example, the QuickStart application for WebLogic Server provides quick access to the following
tasks:
Getting started with WebLogic Server
Upgrading WebLogic domains to the current version
Accessing documentation online

Domain Creation Through QuickStart:

Through Quick start we can create a Domain.
When I selected the option: “Getting started with Weblogic Server 12.1.1”
It shows the below window for creating domain.

Welcome window shows 2 options.
1. Create a new WebLogic domain.
2. Extend an existing Weblogic domain
Here selected the option for” Create a new WebLogic domain”
Here it shows the Domain source

Here we can mention the Weblogic Domain name and location .we can change domain location also.
Default name for Domain is:base_domain.

We must give domain name.
We must give the location for Domain.

Here I have mention domain name as weblogic_domain
Domain_Name: we can use alphanumeric characters for Domain name, hyphen (-) and underscore
(_)characters. The maximum length of “Domain name” is 100 characters. Do not use spaces in between
the “domain name” it will not accept.
Here we can find default Administration user name is weblogic
And we have to give password and confirm the password.

Here I have given password and confirm the password .It showing error about the password.
The password does not match here.
Note: The confirm password should match the entered password.
Here it showing error: The given pass word must be at least 8 alphanumeric characters with at least one
number or any special character.

I have given pass word according to password properties.
This shows the Weblogic Domain startup Mode, modes are two types
1.Development Mode
2. Production Mode
Here I selected the mode for domain is Development Mode
The available JDK for development is sun JDk.
Here we can select the options to configure Administration Server, Managed sevrers, clusters, Machines
and RDBMS security Store.

Here I selected the option to configure Admin server.
The default name for Admin server is “AdminServer”
Default Listen Address is “All Local Addresses”
Default Listen port is “7001”
7001 is the default listen port. We can change it as per
our requirement with in the range of (1 to 65535)

Here Listen port and SSL listen port are same. It does not accept the same port.
In weblogic names and port should be unique. (Should not match each other)
Default Oracle WebLogic Server SSL Listen Port for Administration Server 7002
As our requirement we can change it with in the range of (7002-9000)

Here I disabled the SSL listen port.
Secure Sockets Layer (SSL) provides secure connections by allowing two applications connecting over a
network to authenticate each other's identity and by encrypting the data exchanged between the
applications.
Here it shows the domain path: i.e. D:Oracleweblogicuser_projectsdomains
Domain name is: WebLogic_domain

This process shows the domain creation in progress.
Domain creation is completed.
If we want start Admin server from here we can select the option:”Start Admin Server”
Domain Creation through Configuration Wizard:

Domain Creation:
D:OracleMiddlewarewlserver_12.1commonbin:
Config.cmd for Windows
Config.sh for Linux
Middleware Home directory in Oracle.

Before Domain installation…

After Domain installation…User_projects added.
Middleware Home Directory
By default, Weblogic 12c choose C:OracleMiddleware directory for installation on Windows.
OracleMiddleware Directory

Functions of the Home Directory
The directories in the Middleware home directory vary depending on the installer that you are using and
the products you selected for installation.
For example, the WebLogic Server installer creates the directories and files listed in the following table if
you have selected all the components for installation.
Directory or file

Description

jdkversion

This directory contains the software for the Sun JDK if it is installed with your
software. The JDK provides the Java run-time environment (JRE) and tools for
compiling and debugging Java applications.

logs

This directory contains a history file, which has information about installation and
uninstallation for the Middleware home directory.

modules

This directory contains the modules installed in the home directory.

utils

This directory contains utilities that are used to support the installation of all
products installed in this home directory. For more information on installing
patches and patch sets.

wlserver_version

The WebLogic Server home directory.

coherence_version The Coherence home directory.
.home

This file contains the information about the Middleware home directory.

ocm.rsp

This response file contains information about the Oracle Configuration Manager
(OCM) installation.

registry.xml

This registry file contains a persistent record of all WebLogic products installed on
the target system. This registry contains product-related information, such as
version number, patch set level, patch level, and location of the product installation
directories. It also contains the name of the installed JDK(s) and the Java home.
Note: Do not edit this file manually. Doing so may cause operating problems for the
currently installed WebLogic products, or result in installation problems when
future products or maintenance upgrades are installed.

registry.dat

This is an encrypted version of the registry.xml file.

domainregistry.xml

This registry file contains the location of all domains currently registered with this
WebLogic Server installation. Whenever you add a new domain, it is registered in
this file.
WebLogic Server Domain Directory

Directory
autodeploy

Bin
Config
Console-ext.
Init-info

Lib

Pending

Security
Servers

Content
In a development environment, the server will
automatically deploy any applications or modules you
place here. You must run the server in development
mode for it to take advantage of the automatic
deployment feature
Contains the start and stop scripts
Contains the key domain configuration file, config.xml
Contains any Administration Console extensions
you’ve created
This directory contains files that are used for
WebLogic domain provisioning. You should not
modify any files in this directory
You can place JAR files in this directory so they can be
available to all applications running on the domain’s
server instances
This directory contains domain configuration files
representing configuration changes that have been
requested, but not yet activated. Once the
configuration changes have been activated, the
configuration files are deleted from this directory
Holds security-related files such as
SerializedSystemIni.dat
This is an important directory that contains a separate
subdirectory for each of the servers in your domain,
including both Admin and Managed Servers
Tmp

This directory stores temporary files used in the
change management process. You should not modify
any files in this directory.

edit.lok

This lock ensures that only one user is editing the
configurations at any point of time. No 2 operations
are performed at a same time
File containing ACLs, users, and groups that can be
used for the default security realm when
Compatibility security is used
Scripts used to start the Administration Server on
Windows
Scripts used to start the Administration Server on
Windows UNIX systems

fileRealm

startWeblogic.cmd
startWebLogic.sh

More Related Content

What's hot (20)

PDF
J2EE Introduction
Patroklos Papapetrou (Pat)
 
PPT
Less06 networking
Amit Bhalla
 
PDF
Managing ESXi - Tools and Techniques
Christopher Janoch
 
PDF
RNUG - Dirty Secrets of the Notes Client
Christoph Adler
 
PPTX
Weblogic
sudeeporcl
 
PDF
Learn Oracle WebLogic Server 12c Administration
Revelation Technologies
 
PPT
DB2UDB_the_Basics
Pranav Prakash
 
PDF
Installation instruction of Testlink
usha kannappan
 
PDF
DevOps Meetup ansible
sriram_rajan
 
PDF
VMware Horizon (view) 7 Lab Manual
Sanjeev Kumar
 
PDF
MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11
Kenny Gryp
 
PPTX
Apache web server
zrstoppe
 
PDF
MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...
Edureka!
 
PDF
The Complete MariaDB Server tutorial
Colin Charles
 
PPTX
Virtualization Uses - Server Consolidation
Rubal Sagwal
 
PPTX
Weblogic application server
Anuj Tomar
 
PDF
Ejercicios GPOs Windows 2012
DanielMeneses49
 
PDF
Introduction to weblogic
Vishal Srivastava
 
PDF
Planning and executing a DB2 11 for z/OS Migration by Ian Cook
Surekha Parekh
 
PPT
Virtualization VMWare technology
sanjoysanyal
 
J2EE Introduction
Patroklos Papapetrou (Pat)
 
Less06 networking
Amit Bhalla
 
Managing ESXi - Tools and Techniques
Christopher Janoch
 
RNUG - Dirty Secrets of the Notes Client
Christoph Adler
 
Weblogic
sudeeporcl
 
Learn Oracle WebLogic Server 12c Administration
Revelation Technologies
 
DB2UDB_the_Basics
Pranav Prakash
 
Installation instruction of Testlink
usha kannappan
 
DevOps Meetup ansible
sriram_rajan
 
VMware Horizon (view) 7 Lab Manual
Sanjeev Kumar
 
MySQL Database Architectures - MySQL InnoDB ClusterSet 2021-11
Kenny Gryp
 
Apache web server
zrstoppe
 
MySQL Workbench Tutorial | Introduction To MySQL Workbench | MySQL DBA Traini...
Edureka!
 
The Complete MariaDB Server tutorial
Colin Charles
 
Virtualization Uses - Server Consolidation
Rubal Sagwal
 
Weblogic application server
Anuj Tomar
 
Ejercicios GPOs Windows 2012
DanielMeneses49
 
Introduction to weblogic
Vishal Srivastava
 
Planning and executing a DB2 11 for z/OS Migration by Ian Cook
Surekha Parekh
 
Virtualization VMWare technology
sanjoysanyal
 

Similar to Weblogic 12c Graphical Mode installation steps in Windows (20)

PPTX
ATG - Installing WebLogic Server
Keyur Shah
 
PDF
Weblogic installation in linux
Ravi Kumar Lanke
 
PDF
Weblogic server administration
Amit Sharma
 
PDF
Weblogic server administration
bispsolutions
 
PDF
WebLogic for DBAs
Simon Haslam
 
PDF
Oracle WebLogic Server 11g for IT OPS
Rakesh Gujjarlapudi
 
PPT
Oracle Weblogic for EBS and obiee (R12.2)
Berry Clemens
 
PPT
Ugf9796 weblogic for ebs and obiee
Berry Clemens
 
PPTX
Weblogic 101 for dba
Osama Mustafa
 
PDF
Installing Oracle Endeca Information Discovery 3.0
Ravi Kumar Lanke
 
PDF
Installation and c onfiguration
bispsolutions
 
PDF
WebLogic FAQs
Amit Sharma
 
PDF
Changes in WebLogic 12.1.3 Every Administrator Must Know
Bruno Borges
 
PDF
Changes in weblogic12c_every_administrator_must_know-140812141929
Demodx Demodxz
 
PDF
Oracle Weblogic 11g admin guide 2
Ram Kumar
 
PPTX
Weblogic12 c installation guide
Chinni Rajavardhan Reddy
 
PPTX
How WebLogic 12c Can Boost Your Productivity
Bruno Borges
 
DOCX
Oracle WebLogic
Anar Godjaev
 
PDF
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
panagenda
 
PDF
Connections install in 45 mins
Sharon James
 
ATG - Installing WebLogic Server
Keyur Shah
 
Weblogic installation in linux
Ravi Kumar Lanke
 
Weblogic server administration
Amit Sharma
 
Weblogic server administration
bispsolutions
 
WebLogic for DBAs
Simon Haslam
 
Oracle WebLogic Server 11g for IT OPS
Rakesh Gujjarlapudi
 
Oracle Weblogic for EBS and obiee (R12.2)
Berry Clemens
 
Ugf9796 weblogic for ebs and obiee
Berry Clemens
 
Weblogic 101 for dba
Osama Mustafa
 
Installing Oracle Endeca Information Discovery 3.0
Ravi Kumar Lanke
 
Installation and c onfiguration
bispsolutions
 
WebLogic FAQs
Amit Sharma
 
Changes in WebLogic 12.1.3 Every Administrator Must Know
Bruno Borges
 
Changes in weblogic12c_every_administrator_must_know-140812141929
Demodx Demodxz
 
Oracle Weblogic 11g admin guide 2
Ram Kumar
 
Weblogic12 c installation guide
Chinni Rajavardhan Reddy
 
How WebLogic 12c Can Boost Your Productivity
Bruno Borges
 
Oracle WebLogic
Anar Godjaev
 
1049: Best and Worst Practices for Deploying IBM Connections - IBM Connect 2016
panagenda
 
Connections install in 45 mins
Sharon James
 
Ad

Recently uploaded (20)

PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
July Patch Tuesday
Ivanti
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Advancing WebDriver BiDi support in WebKit
Igalia
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
July Patch Tuesday
Ivanti
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Advancing WebDriver BiDi support in WebKit
Igalia
 
Ad

Weblogic 12c Graphical Mode installation steps in Windows

  • 1. WEBLOGIC-12C –GUI ISTALLATION GUI(Graphical User Interface) MODE : Graphical-mode installation is an interactive, GUI-based method for installing Web Logic Platform. WL 12C Software Name: oepe-indigo-installer-12.1.1.0.1.201203120349-12.1.1-win32 Here: OEPE (Oracle Enterprise pack for eclips) Indigo is the annual release of Eclipse projects on June 22 2011 Complete name of Weblogic 12c installer.
  • 2. When you double click on the software (oepe-indigo-installer-12.1.1.0.1.201203120349-12.1.1-win32) .It will show the above window. If you click on RUN Button. The installation will start, as mentioned in below Installation process has been started here. This Window show the Version web logic i.e. 12C (C-Cloud)
  • 3. This welcome window shows the next and previous steps to move further and earlier steps. Click Next to proceed with the installation. We may cancel the installation at any time by clicking Exit. Middleware home directory is the central support directory for all Middleware products installed. The default Middleware home directory is C:OracleMiddleware
  • 4. It shows Warning Weblogic directory is not empty.proceed with installation Here it asks the Email address and support password for security updates. If you want to decline registration you click on NEXT option Click Next to continue.
  • 5. If you click on NO option you will get the same window as I mention below and again it asks the email and support password. Dialog box appears here Click Yes to continue
  • 6. Dialog box appears here Click Yes to continue Yes option …..Then I got this window, if I click on no option it will asking email address
  • 7. Here I selected option which I marked in red color box Two install types are there (Typical and Custom).  Typical: Most of the software components included in this installation  Custom: we select the software components to be installed. Under the Typical Install type, we will install the following products and components I. II. III. Web logic server Oracle coherences Oracle enterprise pack for eclipse.
  • 8. Here we can find product installation directories and we can change those directories through “Browse” option Those product directories are: 1. wlserver_version 2. coherence_version 3. oepe_version
  • 9. I. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 1. WebLogic server: Core Application server Administration Console Configuration Wizard and Upgrade framework Web 2.0 HTTP Pub-Sub Server WebLogic SCA WebLogic JDBC Drivers Third party JDBC Drivers WebLogic Server clients XQuery Support Server Examples Evaluation Database Core Application Server:A complete application server that implements Java Enterprise Edition 6 (JEE 6) technologies, Web services, provides highly available, scalable, and secure applications and services.
  • 10. 2. Administration Console: Using the Administration Console we can do more activities. We can Configure, start, and stop WebLogic Server instances
  • 11. 3. Configuration Wizard and Upgrade Framework: It guides to creating a domain. The Upgrade Framework provides tools that convert a domain configuration from previous WebLogic Server releases to the current release. If we do not install this component, we unable to create new domains or upgrade 4. Web 2.0 HTTP Pub-Sub Server: A channels based publish-subscribe mechanism for Web-based clients to send and receive asynchronous messages over HTTP.
  • 12. 5. WebLogic SCA: Service Component Architecture (SCA) provides a model for building enterprise applications and systems as modular business services that can be integrated and reused. WebLogic SCA provides support for developing and deploying SCA applications using Plain Old Java Objects (POJOs). 6. Web Logic JDBC Drivers: JDBC drivers are used to connect a WebLogic Server environment to an external database. If this component is not installed, the WebLogic JDBC drivers will not be available for use.
  • 13. 7. Third-Party JDBC Drivers: WebLogic Server works with third-party JDBC drivers that offer the following functionality: a. These are thread-safe b. Can implement transactions using standard JDBC statements 8. WebLogic Server Clients: Thin-client JARs required for connecting to a WebLogic Server instance. Includes the JARs for the Web Services, JMS, Store and Forward, WebLogic RMI, JMS .NET, and JMX clients. If you do not install this component, there is no effect on the server run time or deployed applications. However, if you have a thin client and need to distribute a smaller set of JARs, instead of all WebLogic JARs, you need to choose this installation option.
  • 14. 9. Xquery Support The WebLogic XQuery implementation JARs. Select this installation option if you are using WebLogic XQuery libraries within your applications. 10. Server Examples: Example applications that demonstrate key features of WebLogic Server. Selecting this component also causes an evaluation database to be installed. Note: Server Examples are not installed as part of the typical installation. You must select Custom installation in order to install the Server Examples on your system. Note: If you select this option, you cannot deselect the Evaluation Database option. The Derby evaluation database is required by the server examples.
  • 15. 11. Evaluation Database: Installs the Derby evaluation database, which is used by the Server Examples, into the WL_HOME/common/derby directory. We can install the evaluation database without installing the Server Examples. The evaluation database is installed by default in a Typical installation Oracle Coherence: a. Coherence Product Files b. Coherence Examples
  • 16. a. Coherence Product Files:Coherence provides replicated and distributed (partitioned) data management and caching services on top of a reliable, highly scalable peer-to-peer clustering protocol. Coherence has no single points of failure. b. Coherence Examples: Examples that demonstrate how to use the features of Coherence in all supported languages (Java, .NET, and C++).
  • 17. II. Oracle Enterprise Pack for Eclipse: It is a certified set of Eclipse plug-ins that is designed to help develop, deploy and debug applications for Oracle WebLogic Server and Oracle Database. Common files JDKs Jdk160_29: JDK is a java development Kit. It is used to development application purpose and it includes execution environment
  • 19. After installation, the QuickStart application is launched automatically by default. Quick Start is used to help first-time users evaluate, learn, and use WebLogic Server. For example, the QuickStart application for WebLogic Server provides quick access to the following tasks:
  • 20. Getting started with WebLogic Server Upgrading WebLogic domains to the current version Accessing documentation online Domain Creation Through QuickStart: Through Quick start we can create a Domain.
  • 21. When I selected the option: “Getting started with Weblogic Server 12.1.1” It shows the below window for creating domain. Welcome window shows 2 options. 1. Create a new WebLogic domain. 2. Extend an existing Weblogic domain Here selected the option for” Create a new WebLogic domain”
  • 22. Here it shows the Domain source Here we can mention the Weblogic Domain name and location .we can change domain location also. Default name for Domain is:base_domain. We must give domain name.
  • 23. We must give the location for Domain. Here I have mention domain name as weblogic_domain Domain_Name: we can use alphanumeric characters for Domain name, hyphen (-) and underscore (_)characters. The maximum length of “Domain name” is 100 characters. Do not use spaces in between the “domain name” it will not accept.
  • 24. Here we can find default Administration user name is weblogic And we have to give password and confirm the password. Here I have given password and confirm the password .It showing error about the password. The password does not match here. Note: The confirm password should match the entered password.
  • 25. Here it showing error: The given pass word must be at least 8 alphanumeric characters with at least one number or any special character. I have given pass word according to password properties.
  • 26. This shows the Weblogic Domain startup Mode, modes are two types 1.Development Mode 2. Production Mode Here I selected the mode for domain is Development Mode The available JDK for development is sun JDk.
  • 27. Here we can select the options to configure Administration Server, Managed sevrers, clusters, Machines and RDBMS security Store. Here I selected the option to configure Admin server.
  • 28. The default name for Admin server is “AdminServer” Default Listen Address is “All Local Addresses” Default Listen port is “7001” 7001 is the default listen port. We can change it as per our requirement with in the range of (1 to 65535) Here Listen port and SSL listen port are same. It does not accept the same port. In weblogic names and port should be unique. (Should not match each other)
  • 29. Default Oracle WebLogic Server SSL Listen Port for Administration Server 7002 As our requirement we can change it with in the range of (7002-9000) Here I disabled the SSL listen port. Secure Sockets Layer (SSL) provides secure connections by allowing two applications connecting over a network to authenticate each other's identity and by encrypting the data exchanged between the applications.
  • 30. Here it shows the domain path: i.e. D:Oracleweblogicuser_projectsdomains Domain name is: WebLogic_domain This process shows the domain creation in progress.
  • 31. Domain creation is completed. If we want start Admin server from here we can select the option:”Start Admin Server” Domain Creation through Configuration Wizard: Domain Creation: D:OracleMiddlewarewlserver_12.1commonbin: Config.cmd for Windows Config.sh for Linux
  • 32. Middleware Home directory in Oracle. Before Domain installation… After Domain installation…User_projects added.
  • 33. Middleware Home Directory By default, Weblogic 12c choose C:OracleMiddleware directory for installation on Windows. OracleMiddleware Directory Functions of the Home Directory The directories in the Middleware home directory vary depending on the installer that you are using and the products you selected for installation. For example, the WebLogic Server installer creates the directories and files listed in the following table if you have selected all the components for installation.
  • 34. Directory or file Description jdkversion This directory contains the software for the Sun JDK if it is installed with your software. The JDK provides the Java run-time environment (JRE) and tools for compiling and debugging Java applications. logs This directory contains a history file, which has information about installation and uninstallation for the Middleware home directory. modules This directory contains the modules installed in the home directory. utils This directory contains utilities that are used to support the installation of all products installed in this home directory. For more information on installing patches and patch sets. wlserver_version The WebLogic Server home directory. coherence_version The Coherence home directory. .home This file contains the information about the Middleware home directory. ocm.rsp This response file contains information about the Oracle Configuration Manager (OCM) installation. registry.xml This registry file contains a persistent record of all WebLogic products installed on the target system. This registry contains product-related information, such as version number, patch set level, patch level, and location of the product installation directories. It also contains the name of the installed JDK(s) and the Java home. Note: Do not edit this file manually. Doing so may cause operating problems for the currently installed WebLogic products, or result in installation problems when future products or maintenance upgrades are installed. registry.dat This is an encrypted version of the registry.xml file. domainregistry.xml This registry file contains the location of all domains currently registered with this WebLogic Server installation. Whenever you add a new domain, it is registered in this file.
  • 35. WebLogic Server Domain Directory Directory autodeploy Bin Config Console-ext. Init-info Lib Pending Security Servers Content In a development environment, the server will automatically deploy any applications or modules you place here. You must run the server in development mode for it to take advantage of the automatic deployment feature Contains the start and stop scripts Contains the key domain configuration file, config.xml Contains any Administration Console extensions you’ve created This directory contains files that are used for WebLogic domain provisioning. You should not modify any files in this directory You can place JAR files in this directory so they can be available to all applications running on the domain’s server instances This directory contains domain configuration files representing configuration changes that have been requested, but not yet activated. Once the configuration changes have been activated, the configuration files are deleted from this directory Holds security-related files such as SerializedSystemIni.dat This is an important directory that contains a separate subdirectory for each of the servers in your domain, including both Admin and Managed Servers
  • 36. Tmp This directory stores temporary files used in the change management process. You should not modify any files in this directory. edit.lok This lock ensures that only one user is editing the configurations at any point of time. No 2 operations are performed at a same time File containing ACLs, users, and groups that can be used for the default security realm when Compatibility security is used Scripts used to start the Administration Server on Windows Scripts used to start the Administration Server on Windows UNIX systems fileRealm startWeblogic.cmd startWebLogic.sh