SlideShare a Scribd company logo
1 of 16
Download to read offline
Weblogic Domain
Understanding Domains
What is Weblogic domain
AnOracleWebLogicServer administrationdomain isalogically relatedgroupof
OracleWebLogicServer resources. Domainsincludeaspecial OracleWebLogicServer
instancecalledtheAdministration Server, whichisthecentral pointfromwhichyou
configureandmanageall resourcesinthedomain. Usually, youconfigureadomainto
includeadditional OracleWebLogicServer instancescalledManaged Servers. You
deploy Webapplications, EJBs, Webservices, andother resourcesontotheManaged
ServersandusetheAdministrationServer for configurationandmanagementpurposes
only.
Understanding Domains
Organizing Domain
YoucanuseasingleOracleWebLogicServer installationtocreateandrunmultiple
domains, or youcanusemultipleinstallationstorunasingledomain.
Understanding Domains
Contents of Domain
● Admin Server
● Managed Server
● Managed Server
Clusters
● Resource and Services
●
Understanding Domains
Restrictions on Domain
● EachdomainrequiresitsownAdministrationServer for performingmanagement
activities. WhenyouusetheAdministrationConsoletoperformmanagementand
monitoringtasks, youcanswitchback andforthbetweendomains, butindoingso,
youareconnectingtodifferentAdministrationServers.
● All ManagedServersinacluster mustresideinthesamedomain; youcannotsplita
cluster over multipledomains.
● All ManagedServersinadomainmustrunthesameversionof theOracle
WebLogicServer software. TheAdministrationServer may runeither thesame
versionastheManagedServersinthedomain, or alater patchset.
● Eachdomainmustreferenceitsowndatabaseschema. Youcannotsharea
configuredresourceor subsystembetweendomains
Domain Configuration File
Description of Domain Configuration Files
● Central Configuraion file
DOMAIN_NAME/config/config.xml
● Security Credential
<embedded-ldap>
<credential-encrypted>{3DES}encypted-value-here</credential-encrypted>
</embedded-ldap>
Domain Directory Contents
● Domain-name
● Autodeploy
● Bin
● config
● Config/lib
● Config/node-
manager
● Config/securit
y
● Console-ext
● Pending
● Security
● servers
● Servers/server-
name
● ConfigAarchiv
e
● Lib
● init-info
● Config/cache
● Config/jdbc
● Config/jms
● Config/diagno
stics
Domain Configuration Change
Overview of Change management
● XML Document
● Read-Only MBeans
● Read-Write Mbeans
●
Domain Configuration Change
Overview of Change management
● Dynamic Change
● Non-Dynamic Change
Domain Configuration Change
Overview of Change management
● Administration Console
● Weblogic Scripting Tools
● JMX APIs
Domain Configuration Change
Change Management in Administrative
Console
TheWebLogicServer Administration
Consolecentralizestheconfiguration
changemanagementprocessinthe
ChangeCenter pane
Domain Configuration Change
Configuration Change Management
Process
1. WhentheAdministrationServer starts, itreadsthedomain'sconfigurationfiles,
includingconfig.xml fileandany subsidiary configurationfilesreferredtoby the
config.xml fileandusesthedatatoinstantiatethefollowingMBeantreesin
Memory:
● A read-only treeof ConfigurationMBeansthatcontainsthecurrentconfigurationof
resourcesthatareontheAdministrationServer.
● Aneditabletreeof all ConfigurationMBeansfor all serversinthedomain.
Domain Configuration Change
Configuration Change Management
Process
2. Toinitiateaconfigurationchange, youdothefollowing:
a. Obtainalock onthecurrentconfiguration.
b. Makeany changesyoudesire, usingthetool of your choice(theAdministration
Console, WLST, the JMX APIs, and such).
c. Saveyour changestoapendingversionof theconfig.xml file, usingthe
Save buttonintheAdministrationConsole; usingtheWLST save command;
or usingthesave operationontheConfigurationManagerMBean.
Domain Configuration Change
Configuration Change Management
Process
TheConfigurationManager servicesavesall datafromtheeditMBeantreetoaseparate
setof configurationfilesinadirectory namedpending.
Thepending directory isimmediately below thedomain'srootdirectory. Forexample, if
your domainisnamedmydomain, thenthedefaultpathnameof thependingconfig.xml fileis
mydomain/pending/config.xml.
Domain Configuration Change
Configuration Change Management
Process
4.Makeadditional changesor undochangesthatyouhavealready made.
5. Whenyouareready, activateyour changesinthedomain, usingtheActivate
Changes buttonintheAdministrationConsole'sChangeCenter; usingtheWLST
activate command; or usingtheactivate operationonthe
ConfigurationManagerMBean.
Weblogic domain

More Related Content

What's hot

Writing simple web services in java using eclipse editor
Writing simple web services in java using eclipse editorWriting simple web services in java using eclipse editor
Writing simple web services in java using eclipse editorSantosh Kumar Kar
 
JSF 2.3: Integration with Front-End Frameworks
JSF 2.3: Integration with Front-End FrameworksJSF 2.3: Integration with Front-End Frameworks
JSF 2.3: Integration with Front-End FrameworksIan Hlavats
 
Weblogic OnlineTraining | Weblogic Training Online | weblogic online training
Weblogic OnlineTraining | Weblogic Training Online | weblogic online trainingWeblogic OnlineTraining | Weblogic Training Online | weblogic online training
Weblogic OnlineTraining | Weblogic Training Online | weblogic online trainingEvanta Technologies
 
JavaOne 2014 - Supporting Multi-tenancy Applications with Java EE
JavaOne 2014 - Supporting Multi-tenancy Applications with Java EEJavaOne 2014 - Supporting Multi-tenancy Applications with Java EE
JavaOne 2014 - Supporting Multi-tenancy Applications with Java EERodrigo Cândido da Silva
 
WebLogic in Practice: SSL Configuration
WebLogic in Practice: SSL ConfigurationWebLogic in Practice: SSL Configuration
WebLogic in Practice: SSL ConfigurationSimon Haslam
 
Weblogic Server Overview Weblogic Scripting Tool
Weblogic Server Overview Weblogic Scripting ToolWeblogic Server Overview Weblogic Scripting Tool
Weblogic Server Overview Weblogic Scripting ToolGokhan Fazli Celik
 
Weblogic server administration
Weblogic server administrationWeblogic server administration
Weblogic server administrationbispsolutions
 
Building WebLogic Domains With WLST
Building WebLogic Domains With WLSTBuilding WebLogic Domains With WLST
Building WebLogic Domains With WLSTC2B2 Consulting
 
Suportando Aplicações Multi-tenancy com Java EE
Suportando Aplicações Multi-tenancy com Java EESuportando Aplicações Multi-tenancy com Java EE
Suportando Aplicações Multi-tenancy com Java EERodrigo Cândido da Silva
 
A Designer's Intro to Oracle JET
A Designer's Intro to Oracle JETA Designer's Intro to Oracle JET
A Designer's Intro to Oracle JETLauren Beatty
 
Harish Aspnet Deployment
Harish Aspnet DeploymentHarish Aspnet Deployment
Harish Aspnet Deploymentrsnarayanan
 

What's hot (19)

WLST
WLSTWLST
WLST
 
WSS And Share Point For Developers
WSS And Share Point For DevelopersWSS And Share Point For Developers
WSS And Share Point For Developers
 
Writing simple web services in java using eclipse editor
Writing simple web services in java using eclipse editorWriting simple web services in java using eclipse editor
Writing simple web services in java using eclipse editor
 
Azure Websites
Azure WebsitesAzure Websites
Azure Websites
 
Weblogic application server
Weblogic application serverWeblogic application server
Weblogic application server
 
Krishnakumar Rajendran (1)
Krishnakumar Rajendran (1)Krishnakumar Rajendran (1)
Krishnakumar Rajendran (1)
 
Automated Testing ADF with Selenium
Automated Testing ADF with SeleniumAutomated Testing ADF with Selenium
Automated Testing ADF with Selenium
 
JSF 2.3: Integration with Front-End Frameworks
JSF 2.3: Integration with Front-End FrameworksJSF 2.3: Integration with Front-End Frameworks
JSF 2.3: Integration with Front-End Frameworks
 
Weblogic OnlineTraining | Weblogic Training Online | weblogic online training
Weblogic OnlineTraining | Weblogic Training Online | weblogic online trainingWeblogic OnlineTraining | Weblogic Training Online | weblogic online training
Weblogic OnlineTraining | Weblogic Training Online | weblogic online training
 
JavaOne 2014 - Supporting Multi-tenancy Applications with Java EE
JavaOne 2014 - Supporting Multi-tenancy Applications with Java EEJavaOne 2014 - Supporting Multi-tenancy Applications with Java EE
JavaOne 2014 - Supporting Multi-tenancy Applications with Java EE
 
WebLogic in Practice: SSL Configuration
WebLogic in Practice: SSL ConfigurationWebLogic in Practice: SSL Configuration
WebLogic in Practice: SSL Configuration
 
Weblogic Server Overview Weblogic Scripting Tool
Weblogic Server Overview Weblogic Scripting ToolWeblogic Server Overview Weblogic Scripting Tool
Weblogic Server Overview Weblogic Scripting Tool
 
Weblogic server administration
Weblogic server administrationWeblogic server administration
Weblogic server administration
 
Websphere - Introduction to logs and configuration
Websphere -  Introduction to logs and configurationWebsphere -  Introduction to logs and configuration
Websphere - Introduction to logs and configuration
 
Building WebLogic Domains With WLST
Building WebLogic Domains With WLSTBuilding WebLogic Domains With WLST
Building WebLogic Domains With WLST
 
Suportando Aplicações Multi-tenancy com Java EE
Suportando Aplicações Multi-tenancy com Java EESuportando Aplicações Multi-tenancy com Java EE
Suportando Aplicações Multi-tenancy com Java EE
 
AMIS Oracle ADF 12c Launch event 06 Steven Davelaar future REST features
AMIS Oracle ADF 12c Launch event 06 Steven Davelaar future REST features AMIS Oracle ADF 12c Launch event 06 Steven Davelaar future REST features
AMIS Oracle ADF 12c Launch event 06 Steven Davelaar future REST features
 
A Designer's Intro to Oracle JET
A Designer's Intro to Oracle JETA Designer's Intro to Oracle JET
A Designer's Intro to Oracle JET
 
Harish Aspnet Deployment
Harish Aspnet DeploymentHarish Aspnet Deployment
Harish Aspnet Deployment
 

Viewers also liked

The way to Tax Multinational Corporations?
The way to Tax Multinational Corporations?The way to Tax Multinational Corporations?
The way to Tax Multinational Corporations?Howie Thomas
 
다모아카지노 ''SX797.COM'' 실시간바둑
다모아카지노 ''SX797.COM'' 실시간바둑다모아카지노 ''SX797.COM'' 실시간바둑
다모아카지노 ''SX797.COM'' 실시간바둑hdlkfjgldf
 
생중계바카라『OX600。СOM 』온라인바카라 사이트
생중계바카라『OX600。СOM 』온라인바카라 사이트생중계바카라『OX600。СOM 』온라인바카라 사이트
생중계바카라『OX600。СOM 』온라인바카라 사이트hedrfgherj
 
모바일카지노『OPT』.『ASIA』인터넷바카라 싸이트
모바일카지노『OPT』.『ASIA』인터넷바카라 싸이트모바일카지노『OPT』.『ASIA』인터넷바카라 싸이트
모바일카지노『OPT』.『ASIA』인터넷바카라 싸이트hedrfgherj
 
Class 13 fall 2016 slides
Class 13 fall 2016 slidesClass 13 fall 2016 slides
Class 13 fall 2016 slidesbmitchslides
 
온라인북 『OX600』。『COM』실제바둑 싸이트
온라인북  『OX600』。『COM』실제바둑 싸이트온라인북  『OX600』。『COM』실제바둑 싸이트
온라인북 『OX600』。『COM』실제바둑 싸이트hedrfgherj
 
카지노사이트[[SX797。CΟM]]인터넷바카라 사이트
카지노사이트[[SX797。CΟM]]인터넷바카라 사이트카지노사이트[[SX797。CΟM]]인터넷바카라 사이트
카지노사이트[[SX797。CΟM]]인터넷바카라 사이트hedrfgherj
 
블랙카지노 ''SX797.COM'' 개경주속임수
블랙카지노 ''SX797.COM'' 개경주속임수블랙카지노 ''SX797.COM'' 개경주속임수
블랙카지노 ''SX797.COM'' 개경주속임수hdlkfjgldf
 
Bestech Catalogue
Bestech CatalogueBestech Catalogue
Bestech CatalogueGina Tsao
 
School Uniforms
School UniformsSchool Uniforms
School Uniformsvanal1ka
 

Viewers also liked (12)

The way to Tax Multinational Corporations?
The way to Tax Multinational Corporations?The way to Tax Multinational Corporations?
The way to Tax Multinational Corporations?
 
다모아카지노 ''SX797.COM'' 실시간바둑
다모아카지노 ''SX797.COM'' 실시간바둑다모아카지노 ''SX797.COM'' 실시간바둑
다모아카지노 ''SX797.COM'' 실시간바둑
 
Weblogic plug in
Weblogic plug inWeblogic plug in
Weblogic plug in
 
생중계바카라『OX600。СOM 』온라인바카라 사이트
생중계바카라『OX600。СOM 』온라인바카라 사이트생중계바카라『OX600。СOM 』온라인바카라 사이트
생중계바카라『OX600。СOM 』온라인바카라 사이트
 
Tareq CV
Tareq CVTareq CV
Tareq CV
 
모바일카지노『OPT』.『ASIA』인터넷바카라 싸이트
모바일카지노『OPT』.『ASIA』인터넷바카라 싸이트모바일카지노『OPT』.『ASIA』인터넷바카라 싸이트
모바일카지노『OPT』.『ASIA』인터넷바카라 싸이트
 
Class 13 fall 2016 slides
Class 13 fall 2016 slidesClass 13 fall 2016 slides
Class 13 fall 2016 slides
 
온라인북 『OX600』。『COM』실제바둑 싸이트
온라인북  『OX600』。『COM』실제바둑 싸이트온라인북  『OX600』。『COM』실제바둑 싸이트
온라인북 『OX600』。『COM』실제바둑 싸이트
 
카지노사이트[[SX797。CΟM]]인터넷바카라 사이트
카지노사이트[[SX797。CΟM]]인터넷바카라 사이트카지노사이트[[SX797。CΟM]]인터넷바카라 사이트
카지노사이트[[SX797。CΟM]]인터넷바카라 사이트
 
블랙카지노 ''SX797.COM'' 개경주속임수
블랙카지노 ''SX797.COM'' 개경주속임수블랙카지노 ''SX797.COM'' 개경주속임수
블랙카지노 ''SX797.COM'' 개경주속임수
 
Bestech Catalogue
Bestech CatalogueBestech Catalogue
Bestech Catalogue
 
School Uniforms
School UniformsSchool Uniforms
School Uniforms
 

Similar to Weblogic domain

Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dbaOsama Mustafa
 
F428435966 odtug web-logic for developers
F428435966 odtug   web-logic for developersF428435966 odtug   web-logic for developers
F428435966 odtug web-logic for developersMeng He
 
Weblogic server administration
Weblogic server administrationWeblogic server administration
Weblogic server administrationAmit Sharma
 
12 Things About WebLogic 12.1.3 #oow2014 #otnla15
12 Things About WebLogic 12.1.3 #oow2014 #otnla1512 Things About WebLogic 12.1.3 #oow2014 #otnla15
12 Things About WebLogic 12.1.3 #oow2014 #otnla15Frank Munz
 
WebLogic JMX for DevOps
WebLogic JMX for DevOpsWebLogic JMX for DevOps
WebLogic JMX for DevOpsFrank Munz
 
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideOracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideSreenivasa Setty
 
12 Things about Oracle WebLogic Server 12c
12 Things	 about Oracle WebLogic Server 12c12 Things	 about Oracle WebLogic Server 12c
12 Things about Oracle WebLogic Server 12cGuatemala User Group
 
Weblogic Domain Activity
Weblogic Domain ActivityWeblogic Domain Activity
Weblogic Domain Activitysubash prakash
 
WebLogic Scripting Tool Overview
WebLogic Scripting Tool OverviewWebLogic Scripting Tool Overview
WebLogic Scripting Tool OverviewJames Bayer
 
WebLogic for DBAs 1.0h
WebLogic for DBAs 1.0hWebLogic for DBAs 1.0h
WebLogic for DBAs 1.0hSimon Haslam
 
WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014Joelith
 
Presentation about servers
Presentation about serversPresentation about servers
Presentation about serversSasin Prabu
 
Weblogic application server
Weblogic application serverWeblogic application server
Weblogic application serverAnuj Tomar
 
WEBLOGIC ADMINISTRATION 11g NEW BATCH STARTS FROM 16 DEC
WEBLOGIC ADMINISTRATION 11g NEW BATCH STARTS FROM 16 DECWEBLOGIC ADMINISTRATION 11g NEW BATCH STARTS FROM 16 DEC
WEBLOGIC ADMINISTRATION 11g NEW BATCH STARTS FROM 16 DECncodeit123
 

Similar to Weblogic domain (20)

Weblogic
WeblogicWeblogic
Weblogic
 
Weblogic 101 for dba
Weblogic  101 for dbaWeblogic  101 for dba
Weblogic 101 for dba
 
F428435966 odtug web-logic for developers
F428435966 odtug   web-logic for developersF428435966 odtug   web-logic for developers
F428435966 odtug web-logic for developers
 
WebLogic FAQs
WebLogic FAQsWebLogic FAQs
WebLogic FAQs
 
WLS
WLSWLS
WLS
 
Introduction to weblogic
Introduction to weblogicIntroduction to weblogic
Introduction to weblogic
 
Weblogic server administration
Weblogic server administrationWeblogic server administration
Weblogic server administration
 
12 Things About WebLogic 12.1.3 #oow2014 #otnla15
12 Things About WebLogic 12.1.3 #oow2014 #otnla1512 Things About WebLogic 12.1.3 #oow2014 #otnla15
12 Things About WebLogic 12.1.3 #oow2014 #otnla15
 
WebLogic JMX for DevOps
WebLogic JMX for DevOpsWebLogic JMX for DevOps
WebLogic JMX for DevOps
 
Oracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start GuideOracle Enterprise Repository 11g - Quick Start Guide
Oracle Enterprise Repository 11g - Quick Start Guide
 
12 Things about Oracle WebLogic Server 12c
12 Things	 about Oracle WebLogic Server 12c12 Things	 about Oracle WebLogic Server 12c
12 Things about Oracle WebLogic Server 12c
 
Weblogic Oracle server aplication - Neos
Weblogic Oracle server aplication - NeosWeblogic Oracle server aplication - Neos
Weblogic Oracle server aplication - Neos
 
Weblogic Domain Activity
Weblogic Domain ActivityWeblogic Domain Activity
Weblogic Domain Activity
 
WebLogic Scripting Tool Overview
WebLogic Scripting Tool OverviewWebLogic Scripting Tool Overview
WebLogic Scripting Tool Overview
 
WebLogic for DBAs 1.0h
WebLogic for DBAs 1.0hWebLogic for DBAs 1.0h
WebLogic for DBAs 1.0h
 
WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014WebLogic 12c - OMF Canberra June 2014
WebLogic 12c - OMF Canberra June 2014
 
Presentation about servers
Presentation about serversPresentation about servers
Presentation about servers
 
Weblogic application server
Weblogic application serverWeblogic application server
Weblogic application server
 
WEBLOGIC ADMINISTRATION 11g NEW BATCH STARTS FROM 16 DEC
WEBLOGIC ADMINISTRATION 11g NEW BATCH STARTS FROM 16 DECWEBLOGIC ADMINISTRATION 11g NEW BATCH STARTS FROM 16 DEC
WEBLOGIC ADMINISTRATION 11g NEW BATCH STARTS FROM 16 DEC
 
Migrating EnterpriseOne to WebLogic Server
Migrating EnterpriseOne to WebLogic ServerMigrating EnterpriseOne to WebLogic Server
Migrating EnterpriseOne to WebLogic Server
 

More from Aditya Bhuyan

Weblogic performance tuning2
Weblogic performance tuning2Weblogic performance tuning2
Weblogic performance tuning2Aditya Bhuyan
 
Weblogic performance tuning1
Weblogic performance tuning1Weblogic performance tuning1
Weblogic performance tuning1Aditya Bhuyan
 
Weblogic introduction
Weblogic introductionWeblogic introduction
Weblogic introductionAditya Bhuyan
 
Weblogic installation
Weblogic installationWeblogic installation
Weblogic installationAditya Bhuyan
 
Weblogic command line
Weblogic command lineWeblogic command line
Weblogic command lineAditya Bhuyan
 
Design patterns through java
Design patterns through javaDesign patterns through java
Design patterns through javaAditya Bhuyan
 
September 2013 Lok Kalyan Setu
September 2013  Lok Kalyan SetuSeptember 2013  Lok Kalyan Setu
September 2013 Lok Kalyan SetuAditya Bhuyan
 
October 2013 Lok Kalyan Setu
October 2013 Lok Kalyan SetuOctober 2013 Lok Kalyan Setu
October 2013 Lok Kalyan SetuAditya Bhuyan
 
November 2013 Lok Kalyan Setu
November 2013 Lok Kalyan SetuNovember 2013 Lok Kalyan Setu
November 2013 Lok Kalyan SetuAditya Bhuyan
 
May 2014 Lok Kalyan Setu
May 2014 Lok Kalyan SetuMay 2014 Lok Kalyan Setu
May 2014 Lok Kalyan SetuAditya Bhuyan
 
March 2014 Lok Kalyan Setu
March 2014 Lok Kalyan SetuMarch 2014 Lok Kalyan Setu
March 2014 Lok Kalyan SetuAditya Bhuyan
 
June 2104 Lok Kalyan Setu
June 2104  Lok Kalyan SetuJune 2104  Lok Kalyan Setu
June 2104 Lok Kalyan SetuAditya Bhuyan
 
July 2014 Lok Kalyan Setu
July 2014 Lok Kalyan SetuJuly 2014 Lok Kalyan Setu
July 2014 Lok Kalyan SetuAditya Bhuyan
 
January 2014 Lok Kalyan Setu
January 2014 Lok Kalyan SetuJanuary 2014 Lok Kalyan Setu
January 2014 Lok Kalyan SetuAditya Bhuyan
 
February 2014 Lok Kalyan Setu
February 2014 Lok Kalyan SetuFebruary 2014 Lok Kalyan Setu
February 2014 Lok Kalyan SetuAditya Bhuyan
 
December 2013 Lok Kalyan Setu
December 2013 Lok Kalyan SetuDecember 2013 Lok Kalyan Setu
December 2013 Lok Kalyan SetuAditya Bhuyan
 

More from Aditya Bhuyan (20)

Weblogic snmp
Weblogic snmpWeblogic snmp
Weblogic snmp
 
Weblogic performance tuning2
Weblogic performance tuning2Weblogic performance tuning2
Weblogic performance tuning2
 
Weblogic performance tuning1
Weblogic performance tuning1Weblogic performance tuning1
Weblogic performance tuning1
 
Weblogic monitoring
Weblogic monitoringWeblogic monitoring
Weblogic monitoring
 
Weblogic introduction
Weblogic introductionWeblogic introduction
Weblogic introduction
 
Weblogic installation
Weblogic installationWeblogic installation
Weblogic installation
 
Weblogic console
Weblogic consoleWeblogic console
Weblogic console
 
Weblogic command line
Weblogic command lineWeblogic command line
Weblogic command line
 
Weblogic cluster
Weblogic clusterWeblogic cluster
Weblogic cluster
 
Design patterns through java
Design patterns through javaDesign patterns through java
Design patterns through java
 
September 2013 Lok Kalyan Setu
September 2013  Lok Kalyan SetuSeptember 2013  Lok Kalyan Setu
September 2013 Lok Kalyan Setu
 
October 2013 Lok Kalyan Setu
October 2013 Lok Kalyan SetuOctober 2013 Lok Kalyan Setu
October 2013 Lok Kalyan Setu
 
November 2013 Lok Kalyan Setu
November 2013 Lok Kalyan SetuNovember 2013 Lok Kalyan Setu
November 2013 Lok Kalyan Setu
 
May 2014 Lok Kalyan Setu
May 2014 Lok Kalyan SetuMay 2014 Lok Kalyan Setu
May 2014 Lok Kalyan Setu
 
March 2014 Lok Kalyan Setu
March 2014 Lok Kalyan SetuMarch 2014 Lok Kalyan Setu
March 2014 Lok Kalyan Setu
 
June 2104 Lok Kalyan Setu
June 2104  Lok Kalyan SetuJune 2104  Lok Kalyan Setu
June 2104 Lok Kalyan Setu
 
July 2014 Lok Kalyan Setu
July 2014 Lok Kalyan SetuJuly 2014 Lok Kalyan Setu
July 2014 Lok Kalyan Setu
 
January 2014 Lok Kalyan Setu
January 2014 Lok Kalyan SetuJanuary 2014 Lok Kalyan Setu
January 2014 Lok Kalyan Setu
 
February 2014 Lok Kalyan Setu
February 2014 Lok Kalyan SetuFebruary 2014 Lok Kalyan Setu
February 2014 Lok Kalyan Setu
 
December 2013 Lok Kalyan Setu
December 2013 Lok Kalyan SetuDecember 2013 Lok Kalyan Setu
December 2013 Lok Kalyan Setu
 

Recently uploaded

Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesŁukasz Chruściel
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...Technogeeks
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noidabntitsolutionsrishis
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odishasmiwainfosol
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 

Recently uploaded (20)

Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
Unveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New FeaturesUnveiling the Future: Sylius 2.0 New Features
Unveiling the Future: Sylius 2.0 New Features
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...What is Advanced Excel and what are some best practices for designing and cre...
What is Advanced Excel and what are some best practices for designing and cre...
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company OdishaBalasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
Balasore Best It Company|| Top 10 IT Company || Balasore Software company Odisha
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva2.pdf Ejercicios de programación competitiva
2.pdf Ejercicios de programación competitiva
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 

Weblogic domain

  • 2. Understanding Domains What is Weblogic domain AnOracleWebLogicServer administrationdomain isalogically relatedgroupof OracleWebLogicServer resources. Domainsincludeaspecial OracleWebLogicServer instancecalledtheAdministration Server, whichisthecentral pointfromwhichyou configureandmanageall resourcesinthedomain. Usually, youconfigureadomainto includeadditional OracleWebLogicServer instancescalledManaged Servers. You deploy Webapplications, EJBs, Webservices, andother resourcesontotheManaged ServersandusetheAdministrationServer for configurationandmanagementpurposes only.
  • 3. Understanding Domains Organizing Domain YoucanuseasingleOracleWebLogicServer installationtocreateandrunmultiple domains, or youcanusemultipleinstallationstorunasingledomain.
  • 4. Understanding Domains Contents of Domain ● Admin Server ● Managed Server ● Managed Server Clusters ● Resource and Services ●
  • 5. Understanding Domains Restrictions on Domain ● EachdomainrequiresitsownAdministrationServer for performingmanagement activities. WhenyouusetheAdministrationConsoletoperformmanagementand monitoringtasks, youcanswitchback andforthbetweendomains, butindoingso, youareconnectingtodifferentAdministrationServers. ● All ManagedServersinacluster mustresideinthesamedomain; youcannotsplita cluster over multipledomains. ● All ManagedServersinadomainmustrunthesameversionof theOracle WebLogicServer software. TheAdministrationServer may runeither thesame versionastheManagedServersinthedomain, or alater patchset. ● Eachdomainmustreferenceitsowndatabaseschema. Youcannotsharea configuredresourceor subsystembetweendomains
  • 6. Domain Configuration File Description of Domain Configuration Files ● Central Configuraion file DOMAIN_NAME/config/config.xml ● Security Credential <embedded-ldap> <credential-encrypted>{3DES}encypted-value-here</credential-encrypted> </embedded-ldap>
  • 7. Domain Directory Contents ● Domain-name ● Autodeploy ● Bin ● config ● Config/lib ● Config/node- manager ● Config/securit y ● Console-ext ● Pending ● Security ● servers ● Servers/server- name ● ConfigAarchiv e ● Lib ● init-info ● Config/cache ● Config/jdbc ● Config/jms ● Config/diagno stics
  • 8. Domain Configuration Change Overview of Change management ● XML Document ● Read-Only MBeans ● Read-Write Mbeans ●
  • 9. Domain Configuration Change Overview of Change management ● Dynamic Change ● Non-Dynamic Change
  • 10. Domain Configuration Change Overview of Change management ● Administration Console ● Weblogic Scripting Tools ● JMX APIs
  • 11. Domain Configuration Change Change Management in Administrative Console TheWebLogicServer Administration Consolecentralizestheconfiguration changemanagementprocessinthe ChangeCenter pane
  • 12. Domain Configuration Change Configuration Change Management Process 1. WhentheAdministrationServer starts, itreadsthedomain'sconfigurationfiles, includingconfig.xml fileandany subsidiary configurationfilesreferredtoby the config.xml fileandusesthedatatoinstantiatethefollowingMBeantreesin Memory: ● A read-only treeof ConfigurationMBeansthatcontainsthecurrentconfigurationof resourcesthatareontheAdministrationServer. ● Aneditabletreeof all ConfigurationMBeansfor all serversinthedomain.
  • 13. Domain Configuration Change Configuration Change Management Process 2. Toinitiateaconfigurationchange, youdothefollowing: a. Obtainalock onthecurrentconfiguration. b. Makeany changesyoudesire, usingthetool of your choice(theAdministration Console, WLST, the JMX APIs, and such). c. Saveyour changestoapendingversionof theconfig.xml file, usingthe Save buttonintheAdministrationConsole; usingtheWLST save command; or usingthesave operationontheConfigurationManagerMBean.
  • 14. Domain Configuration Change Configuration Change Management Process TheConfigurationManager servicesavesall datafromtheeditMBeantreetoaseparate setof configurationfilesinadirectory namedpending. Thepending directory isimmediately below thedomain'srootdirectory. Forexample, if your domainisnamedmydomain, thenthedefaultpathnameof thependingconfig.xml fileis mydomain/pending/config.xml.
  • 15. Domain Configuration Change Configuration Change Management Process 4.Makeadditional changesor undochangesthatyouhavealready made. 5. Whenyouareready, activateyour changesinthedomain, usingtheActivate Changes buttonintheAdministrationConsole'sChangeCenter; usingtheWLST activate command; or usingtheactivate operationonthe ConfigurationManagerMBean.