This is next post in series “Learn Oracle WebLogic with Us“. Next Step after Oracle WebLogic Installation is to create Domain.
Before creating domains let us understand Domain, Administration Server, Managed Server and Cluster in Oracle WebLogic.
In next post We’ll learn how to create basic Domain (Administration Server only) and Domain with Managed Server Cluster (one Administration Server and two Managed Server in cluster) using Configuration Manager.
What is domain in WebLogic ?
Domain is logical grouping of resources and services and consist of Administration Server, Managed Server and cluster. There can only be one administration Server in domain and zero to N Managed Server.
.
.
What is Administration Server ?
Administration Server is WebLogic Server instance that maintains configuration data for a domain. You can deploy your application on administration Server but it is recommended to create managed Server and deploy your application in managed server and leave Administration domain for configuration and maintenance.
—There will always be atleast one Administration Server in a domain.
.
.
What is Managed Server ?
Any WebLogic Server instance apart from Administration Server is called as Managed Servers. This is weblogic server where you deploy your application (Though you can deploy your application in Administration server as well but it is not recommended in production/UAT instance)
.
.
What is Cluster in WebLogic ?
Group of WebLogic Managed Server Instances that work together to provide high availability and scalability for applications is called cluster. WebLogic Servers with in cluster can run on same machine or different machines. These are also called as managed Server cluster.
.
.
Things you should know before creating domain in WebLogic Server ?
– You use configuration wizard to create or extend domain but this can be used only in offline mode (when weblogic server is not running)
– You can also use WLST (WebLogic Scripting Tool), command line tool to create and extend domains in WebLogic Server.
– You can also use unpack command to create new domain. This command can’t be used to extend domain.
– Extending a domain means, you already created domain and now wish to extend it (use more application, add managed server, create cluster…)
– Configuration wizard can be run in Graphical Mode (interactive GUI) or Console Mode (interactive text based)
– For silent mode use WLST (WebLogic Scripting Tool)
– While creating domain you specify Startup Mode (Development or Production). In development mode, you get autodeploy option and security is low. In production mode you need username/password to deploy applications.
– When you create domain, it creates following directories
i) autodeploy ii) bin iii) config (config.xml for domain sits here) iv) console-ext v) lib vi) security vii) servers
–You use config.cmd (windows) or config.sh (unix) from $BEA_HOME/ wlserver_<ver>/ common/ bin to start configuration manager to create domain
Below Flowchart (image from Oracle Documentation) displays steps to create domain.
Step by Step Weblogic Domain creation (with Managed Server Cluster) coming soon …
Related Posts for Learn WebLogic with Us
- Oracle WebLogic Installation Steps
- Domain , Administration & Managed Server, Cluster in Oracle WebLogic
- Create Domain in Oracle WebLogic
- Oracle WebLogic Server - Startup/Shutdown
- Oracle WebLogic Server 10g R3 10.3 is out now
- Deploy Application on Oracle WebLogic Server
- Cluster Architecture : Oracle WebLogic Server
- Start WebLogic Server on Linux on port 80, 443 <= 1024
- JDBC (Java DataBase Connectivity ) in Oracle WebLogic - Overview
- WebLogic Server JDBC for Database connection : Step by Step
- Security in Oracle WebLogic : Realm, Security Provider, Authentication, Authorization, Users
- Deploy ADF application to Oracle WebLogic Server
- Node Manager in Oracle WebLogic Server
- Configure Oracle HTTP Server infront of Oracle WebLogic Server mod_wl_ohs
- How to install weblogic server on 64 bit O.S. (Linux /Solaris) ?
- Oracle WebLogic Login Issue : Password is not correct (Password Lock Policy)
- Oracle WebLogic Server : Node Manager in nutshell
- Certification : 1Z0-108 Oracle WebLogic Server 10g System Administrator Certified Expert
- How to integrate WebLogic with Oracle Internet Directory for Login : Authentication
- opatch, adpatch and now “smart update” (BSU) to apply weblogic patches
- Disater Recovery documentation for Oracle WebLogic Server 11g (Fusion Middleware)
Popularity: 18% [?]







Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
15 users commented in " Domain , Administration & Managed Server, Cluster in Oracle WebLogic "
Follow-up comment rss or Leave a Trackbackyour blog always motivates me to write/discuss into my blog also..thanks for sharing such a useful info on weblogic.
Wish you to get much more free time so that you can spend same amount of time as always!!..
thank you again!..
Great information and summary! I am new to weblogic, and this is one of the few sites that summarizes consisely the basic information I needed to get started. Thanks!
Hi Atul,
I had created new domain,server is listening on port 7780,i had not created managed server during installation,now i want to change my listen port from port 7780 to 80,I was following post to configure my weblogic to port 80.
i have created new machine and created new managed server and mapped with machine listening to port 80.
my question is
1.how i can start new managed server.
i have installed my WL server as oracle:dba user and group.
after following your configuration,i have to always start from WL server as root user?.
how it will switch from root user to non root user.
Thanks
Sharath
To start Managed server in Oracle WebLogic
http://onlineappsdba.com/index.php/2008/08/03/oracle-weblogic-server-startupshutdown/
hi All
i am totally new to Application Server field
this is my first step and i wanna know that if i want to deploy my WAR file as i am working on java j2ee profile
can u tell me what r the necessary step to be take plz
help me
thanks in advance
Atul,
I have created a domain and it not fetching dats for this domain.Could you please let me know what might be the issues in the weblogics?
thanks
Hi Atul
I need to create a new managed server on an existing domain, how? I already have 2 and I’ve added one on the console but its not reflecting on the actual machine domain.
Regards
[…] Oracle Fusion Middleware - SOA Suite 11g R1 installation Posted in July 8th, 2009 byAtul Kumar in fusion, soa, weblogic Print This Post This post covers installation of SOA Suite component of Oracle Fusion MiddleWare (FMW) 11g R1 (11.1.1.1). Oracle Fusion Middleware 11g components (SOA, Webcenter, Identity Management….) uses Oracle WebLogic Server 11g R1 (10.3.1) as underlying Application Server. If you are new to WebLogic Server then my recommendation is to know more about Domain, Administration and Managed Server in WebLogic here […]
[…] To know more about Domain in Oracle WebLogic click here […]
[…] 2. You can install 11g OID (component in FMW Identity Management) with or without WebLogic domain. For all other 11g IdM (Identity Management) components like OVD/OIF you need WebLogic Domain. For more information on WebLogic Domain click here […]
[…] OWSM is tool to secure Web Services (+ more) and provides centralized management of policies (using OWSM Policy Manager). OWSM agents are already embedded in WebLogic Server (application server in Fusion Middleware 11g - More information on WebLogic click here) […]
[…] This post covers high level Installation steps for Oracle Service Bus (OSB) 10.3.1 . Oracle Service Bus 10.3.1 uses Oracle WebLogic Server so make sure you understand WebLogic concepts “Domain, Administration and Managed Server” more information here […]
I have one doubt regarding domains. is it necessary to have all the managed servers with in one domain for deploying an application requiring different services. for example, Oracle Webcenter application requiring webcenter, identity,Soa managed servers services, do they need to be on same domain?
@ Indra , No Ypu can deploy applications in different domains like one domain for SOA second for webcenter…
This is again a good quality post on weblogic server basics
Leave A Reply