SlideShare a Scribd company logo
1 of 13
Configuring a WebLogic Domain and Server
What this Setup is about
A domain is an interrelated set of WebLogic Server resources managed as a unit. A
domain includes one or more administration servers and managed servers. Various
clients use the administration server to configure the system. The managed server is used
to run actual applications.

We will use the Domain Configuration wizard to create a new domain called mydomain.

What You Should Be Able to Do
Following this setup, you should be able to configure a new domain using the
Configuration Wizard.
Instructions
1. Create a Domain
From the Start menu select Programs -> BEA WebLogic Platform 8.1 ->
Configuration Wizard. This will launch the tool.

From the first screen, select Create a new WebLogic configuration and then click Next.




From the list of Configuration Templates select Basic WebLogic Server Domain.
Select Custom for Configuration type. Click Next.
You will be prompted to enter a name for the new administration server. Enter
AdminServer and click Next.




The Configuration Wizard will then ask if you would like to have your WebLogic
configuration distributed across managed servers, clusters and physical machines. Click
Yes and Next.
You will now specify the creation of a Managed Server. Click the Add button in the top
right corner, and specify the name of the new server to be myserver. Change the Listen
Port to 7005 and then click Next.
We will not configure a Cluster at this time, so simply click Next on the Configure
Clusters screen.

Machines will not be configured at this time, so click Next on the Configure Machines
screen.

Similarly, Database Options will also be configured in a later lab, so for now simply
select No and then click Next on the Database (JDBC) Options screen.
On the Messaging (JMS) Options screen, select No and then click Next. Messaging and
JMS will be configured in a future lab.
You will then be asked to specify the administrative username and password for the new
domain. Enter weblogic for both username and password. Click Next.




You will now have the option to Configure Windows Options. Select Yes in the left
pane (so we can have a start menu shortcut) and select No in the right pane so that
WebLogic Server will not run as a service. Click Next.
The Configuration Wizard will ask you to Build Start Menu Entries. Accept the
defaults by clicking Next.
You will then be asked to Configure Server Start Mode and Java SDK. Set the
WebLogic Configuration Start Mode to be Development Mode by selecting it in the left
pane, and select the Sun SDK 1.4.1_03-ea @ C:beajdk141_03 in the right pane. Click
Next.
You will now be asked to Create the WebLogic Configuration. Here you will specify
the new domain’s name and install path. We will name the domain mydomain (by
entering it in the Configuration Name field in the bottom right corner) and choose the
default location (which should automatically be set to c:beauser_projectsdomains
mydomain). Click Create when done.

Congratulations! You have created a WebLogic Server 8.1 domain. The domain has an
administrative server called AdminServer and one managed server called myserver.
Click Done on the Creating Configuration screen to exit the Configuration Wizard.
2. Verify domain creation.
Using the file explorer, verify that the domain directory
C:beauser_projectsdomainsmydomain was created. Verify the existence of the
config.xml file and the startWebLogic.cmd file. The latter is used to launch the Admin
Server.

Start the Admin Server by selecting Start -> Programs -> BEA WebLogic Platform
8.1 -> User Projects -> mydomain -> Start Server. Wait until you see a Server
started in RUNNING mode message.

Next, we will launch the admin console. Using a Web browser, open the Administration
Console with the URL:
       http://localhost:7001/console

You should be presented with a login page. Specify username and password to be
weblogic and then click on Sign In to login. This will bring up the administration
console or adminconsole.

 In the left pane of the administration console, click on Servers to view the status of the
two servers we have created. Note that the status of AdminServer is RUNNING while
the status of myserver is UNKNOWN. This is because myserver has not been started
yet.
Next, launch the managed server myserver. Open another DOS command window.
Change to c:/bea/user_projects/domains/mydomain. Enter:
   startManagedWebLogic myserver http://localhost:7001

Note the syntax of the command:

   StartmanagedWebLogic SERVER_NAME ADMIN_SERVER_ADDRESS

MainServer server will begin to boot. Wait until you see the message “Server Started in
RUNNING mode”. In the admin console, click on Servers again to refresh the status.




Congratulations! You have finished creating a domain complete with an administration
server and a single managed server. Now shutdown each server from the console and
close the browser.

More Related Content

What's hot

MarvelSoft email hosting guide
MarvelSoft email hosting guideMarvelSoft email hosting guide
MarvelSoft email hosting guideRanganath Shivaram
 
Rf meetup 16.3.2017 tampere share
Rf meetup 16.3.2017 tampere shareRf meetup 16.3.2017 tampere share
Rf meetup 16.3.2017 tampere shareMika Tavi
 
Joomla
JoomlaJoomla
Joomlasahil
 
How to-install-sql-server-2008
How to-install-sql-server-2008How to-install-sql-server-2008
How to-install-sql-server-2008arungnath
 
Active directory installation on windows server 2012
Active directory installation on windows server 2012Active directory installation on windows server 2012
Active directory installation on windows server 2012Ricardo Solís
 
windows azure websites - Lab Manual
windows azure websites - Lab Manualwindows azure websites - Lab Manual
windows azure websites - Lab ManualArun Kumar
 
WebsiteAlive Quick Start Guide
WebsiteAlive Quick Start GuideWebsiteAlive Quick Start Guide
WebsiteAlive Quick Start GuideWebsiteAlive
 
windows azure cloud services - Lab Manual
windows azure cloud services - Lab Manualwindows azure cloud services - Lab Manual
windows azure cloud services - Lab ManualArun Kumar
 
WebsiteAlive: Adding AliveChat to SquareSpace
WebsiteAlive: Adding AliveChat to SquareSpaceWebsiteAlive: Adding AliveChat to SquareSpace
WebsiteAlive: Adding AliveChat to SquareSpaceWebsiteAlive
 
Installing and Using Dropbox on Thecus OS6
Installing and Using Dropbox on Thecus OS6Installing and Using Dropbox on Thecus OS6
Installing and Using Dropbox on Thecus OS6Thecus Technology Corp.,
 
WebsiteAlive Customization - Adding Buttons & Links to Your Website
WebsiteAlive Customization - Adding Buttons & Links to Your WebsiteWebsiteAlive Customization - Adding Buttons & Links to Your Website
WebsiteAlive Customization - Adding Buttons & Links to Your WebsiteWebsiteAlive
 
Training Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xTraining Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xAbdelilah CHARBOUB
 
WebsiteAlive WordPress Integration
WebsiteAlive WordPress IntegrationWebsiteAlive WordPress Integration
WebsiteAlive WordPress IntegrationWebsiteAlive
 
How to Fix Google Chrome Crashes
How to Fix Google Chrome CrashesHow to Fix Google Chrome Crashes
How to Fix Google Chrome CrashesVikas Medhekar
 
How to remove alhea.com from your computer
How to remove alhea.com from your computerHow to remove alhea.com from your computer
How to remove alhea.com from your computerharoNaroum
 
WORDPRESS MANUAL INSTALL ON GODADDY
WORDPRESS MANUAL INSTALL ON GODADDYWORDPRESS MANUAL INSTALL ON GODADDY
WORDPRESS MANUAL INSTALL ON GODADDYSaurabh Pandey
 

What's hot (20)

MarvelSoft email hosting guide
MarvelSoft email hosting guideMarvelSoft email hosting guide
MarvelSoft email hosting guide
 
Mail server
Mail serverMail server
Mail server
 
Rf meetup 16.3.2017 tampere share
Rf meetup 16.3.2017 tampere shareRf meetup 16.3.2017 tampere share
Rf meetup 16.3.2017 tampere share
 
Joomla
JoomlaJoomla
Joomla
 
How to-install-sql-server-2008
How to-install-sql-server-2008How to-install-sql-server-2008
How to-install-sql-server-2008
 
Active directory installation on windows server 2012
Active directory installation on windows server 2012Active directory installation on windows server 2012
Active directory installation on windows server 2012
 
windows azure websites - Lab Manual
windows azure websites - Lab Manualwindows azure websites - Lab Manual
windows azure websites - Lab Manual
 
WebsiteAlive Quick Start Guide
WebsiteAlive Quick Start GuideWebsiteAlive Quick Start Guide
WebsiteAlive Quick Start Guide
 
windows azure cloud services - Lab Manual
windows azure cloud services - Lab Manualwindows azure cloud services - Lab Manual
windows azure cloud services - Lab Manual
 
WebsiteAlive: Adding AliveChat to SquareSpace
WebsiteAlive: Adding AliveChat to SquareSpaceWebsiteAlive: Adding AliveChat to SquareSpace
WebsiteAlive: Adding AliveChat to SquareSpace
 
Installing and Using Dropbox on Thecus OS6
Installing and Using Dropbox on Thecus OS6Installing and Using Dropbox on Thecus OS6
Installing and Using Dropbox on Thecus OS6
 
WebsiteAlive Customization - Adding Buttons & Links to Your Website
WebsiteAlive Customization - Adding Buttons & Links to Your WebsiteWebsiteAlive Customization - Adding Buttons & Links to Your Website
WebsiteAlive Customization - Adding Buttons & Links to Your Website
 
Training Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xTraining Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183x
 
V mware view 4
V mware view 4V mware view 4
V mware view 4
 
WebsiteAlive WordPress Integration
WebsiteAlive WordPress IntegrationWebsiteAlive WordPress Integration
WebsiteAlive WordPress Integration
 
How to Fix Google Chrome Crashes
How to Fix Google Chrome CrashesHow to Fix Google Chrome Crashes
How to Fix Google Chrome Crashes
 
Todos specification
Todos specificationTodos specification
Todos specification
 
Operator How-To
Operator How-ToOperator How-To
Operator How-To
 
How to remove alhea.com from your computer
How to remove alhea.com from your computerHow to remove alhea.com from your computer
How to remove alhea.com from your computer
 
WORDPRESS MANUAL INSTALL ON GODADDY
WORDPRESS MANUAL INSTALL ON GODADDYWORDPRESS MANUAL INSTALL ON GODADDY
WORDPRESS MANUAL INSTALL ON GODADDY
 

Similar to Configuring a web logic domain and server

Oracle SOA 12.2.1 Installation
Oracle SOA 12.2.1 InstallationOracle SOA 12.2.1 Installation
Oracle SOA 12.2.1 InstallationVijay Reddy
 
Hyperion 9.X Installation
Hyperion 9.X InstallationHyperion 9.X Installation
Hyperion 9.X InstallationSandeep Chekuri
 
CIS 246 Massive Success--snaptutorial.com
CIS 246  Massive Success--snaptutorial.comCIS 246  Massive Success--snaptutorial.com
CIS 246 Massive Success--snaptutorial.comsantricksapiens62
 
Cis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comCis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comRobinson067
 
Cis 246 Enthusiastic Study / snaptutorial.com
Cis 246 Enthusiastic Study / snaptutorial.comCis 246 Enthusiastic Study / snaptutorial.com
Cis 246 Enthusiastic Study / snaptutorial.comGeorgeDixon96
 
CIS 246 Technology levels--snaptutorial.com
CIS 246 Technology levels--snaptutorial.comCIS 246 Technology levels--snaptutorial.com
CIS 246 Technology levels--snaptutorial.comsholingarjosh55
 
( 2 ) Office 2007 Create A Portal
( 2 ) Office 2007   Create A Portal( 2 ) Office 2007   Create A Portal
( 2 ) Office 2007 Create A PortalLiquidHub
 
Weblogic installation in linux
Weblogic installation in linuxWeblogic installation in linux
Weblogic installation in linuxRavi Kumar Lanke
 
Ibm connections docs 2 install guide
Ibm connections docs 2 install guideIbm connections docs 2 install guide
Ibm connections docs 2 install guideRoberto Boccadoro
 
Adding a windows server 2012 domain controller to an existing windows server ...
Adding a windows server 2012 domain controller to an existing windows server ...Adding a windows server 2012 domain controller to an existing windows server ...
Adding a windows server 2012 domain controller to an existing windows server ...Ravi Kumar Lanke
 
Windows Server 2012 Installation and Configurtion Superiorgrw
Windows Server 2012 Installation and Configurtion SuperiorgrwWindows Server 2012 Installation and Configurtion Superiorgrw
Windows Server 2012 Installation and Configurtion SuperiorgrwAwais Amjad
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Mumbai B.Sc.IT Study
 
Windows server 2012 - installing active directory domain server
Windows server 2012 - installing active directory domain serverWindows server 2012 - installing active directory domain server
Windows server 2012 - installing active directory domain serverahmadbahaj
 
Understanding Windows Azure’s Active Directory (AD) and PowerShell Tools
Understanding Windows Azure’s Active Directory (AD) and PowerShell ToolsUnderstanding Windows Azure’s Active Directory (AD) and PowerShell Tools
Understanding Windows Azure’s Active Directory (AD) and PowerShell ToolsEPC Group
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server BuildRobert Jones
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationparallelminder
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationparallelminder
 

Similar to Configuring a web logic domain and server (20)

Oracle SOA 12.2.1 Installation
Oracle SOA 12.2.1 InstallationOracle SOA 12.2.1 Installation
Oracle SOA 12.2.1 Installation
 
Hyperion 9.X Installation
Hyperion 9.X InstallationHyperion 9.X Installation
Hyperion 9.X Installation
 
CIS 246 Massive Success--snaptutorial.com
CIS 246  Massive Success--snaptutorial.comCIS 246  Massive Success--snaptutorial.com
CIS 246 Massive Success--snaptutorial.com
 
Cis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comCis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.com
 
Cis 246 Enthusiastic Study / snaptutorial.com
Cis 246 Enthusiastic Study / snaptutorial.comCis 246 Enthusiastic Study / snaptutorial.com
Cis 246 Enthusiastic Study / snaptutorial.com
 
CIS 246 Technology levels--snaptutorial.com
CIS 246 Technology levels--snaptutorial.comCIS 246 Technology levels--snaptutorial.com
CIS 246 Technology levels--snaptutorial.com
 
( 2 ) Office 2007 Create A Portal
( 2 ) Office 2007   Create A Portal( 2 ) Office 2007   Create A Portal
( 2 ) Office 2007 Create A Portal
 
Oracle OSB Tutorial 1
Oracle OSB Tutorial 1Oracle OSB Tutorial 1
Oracle OSB Tutorial 1
 
Weblogic installation in linux
Weblogic installation in linuxWeblogic installation in linux
Weblogic installation in linux
 
Ibm connections docs 2 install guide
Ibm connections docs 2 install guideIbm connections docs 2 install guide
Ibm connections docs 2 install guide
 
02 setting up domain controller
02   setting up domain controller02   setting up domain controller
02 setting up domain controller
 
Start stop-weblogic
Start stop-weblogicStart stop-weblogic
Start stop-weblogic
 
Adding a windows server 2012 domain controller to an existing windows server ...
Adding a windows server 2012 domain controller to an existing windows server ...Adding a windows server 2012 domain controller to an existing windows server ...
Adding a windows server 2012 domain controller to an existing windows server ...
 
Windows Server 2012 Installation and Configurtion Superiorgrw
Windows Server 2012 Installation and Configurtion SuperiorgrwWindows Server 2012 Installation and Configurtion Superiorgrw
Windows Server 2012 Installation and Configurtion Superiorgrw
 
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
Data Warehousing (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2015 Ma...
 
Windows server 2012 - installing active directory domain server
Windows server 2012 - installing active directory domain serverWindows server 2012 - installing active directory domain server
Windows server 2012 - installing active directory domain server
 
Understanding Windows Azure’s Active Directory (AD) and PowerShell Tools
Understanding Windows Azure’s Active Directory (AD) and PowerShell ToolsUnderstanding Windows Azure’s Active Directory (AD) and PowerShell Tools
Understanding Windows Azure’s Active Directory (AD) and PowerShell Tools
 
SOP - 2013 Server Build
SOP - 2013 Server BuildSOP - 2013 Server Build
SOP - 2013 Server Build
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installation
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installation
 

Recently uploaded

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 

Recently uploaded (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 

Configuring a web logic domain and server

  • 1. Configuring a WebLogic Domain and Server What this Setup is about A domain is an interrelated set of WebLogic Server resources managed as a unit. A domain includes one or more administration servers and managed servers. Various clients use the administration server to configure the system. The managed server is used to run actual applications. We will use the Domain Configuration wizard to create a new domain called mydomain. What You Should Be Able to Do Following this setup, you should be able to configure a new domain using the Configuration Wizard.
  • 2. Instructions 1. Create a Domain From the Start menu select Programs -> BEA WebLogic Platform 8.1 -> Configuration Wizard. This will launch the tool. From the first screen, select Create a new WebLogic configuration and then click Next. From the list of Configuration Templates select Basic WebLogic Server Domain.
  • 3. Select Custom for Configuration type. Click Next.
  • 4. You will be prompted to enter a name for the new administration server. Enter AdminServer and click Next. The Configuration Wizard will then ask if you would like to have your WebLogic configuration distributed across managed servers, clusters and physical machines. Click Yes and Next.
  • 5. You will now specify the creation of a Managed Server. Click the Add button in the top right corner, and specify the name of the new server to be myserver. Change the Listen Port to 7005 and then click Next.
  • 6. We will not configure a Cluster at this time, so simply click Next on the Configure Clusters screen. Machines will not be configured at this time, so click Next on the Configure Machines screen. Similarly, Database Options will also be configured in a later lab, so for now simply select No and then click Next on the Database (JDBC) Options screen.
  • 7. On the Messaging (JMS) Options screen, select No and then click Next. Messaging and JMS will be configured in a future lab.
  • 8. You will then be asked to specify the administrative username and password for the new domain. Enter weblogic for both username and password. Click Next. You will now have the option to Configure Windows Options. Select Yes in the left pane (so we can have a start menu shortcut) and select No in the right pane so that WebLogic Server will not run as a service. Click Next.
  • 9. The Configuration Wizard will ask you to Build Start Menu Entries. Accept the defaults by clicking Next.
  • 10. You will then be asked to Configure Server Start Mode and Java SDK. Set the WebLogic Configuration Start Mode to be Development Mode by selecting it in the left pane, and select the Sun SDK 1.4.1_03-ea @ C:beajdk141_03 in the right pane. Click Next.
  • 11. You will now be asked to Create the WebLogic Configuration. Here you will specify the new domain’s name and install path. We will name the domain mydomain (by entering it in the Configuration Name field in the bottom right corner) and choose the default location (which should automatically be set to c:beauser_projectsdomains mydomain). Click Create when done. Congratulations! You have created a WebLogic Server 8.1 domain. The domain has an administrative server called AdminServer and one managed server called myserver. Click Done on the Creating Configuration screen to exit the Configuration Wizard.
  • 12. 2. Verify domain creation. Using the file explorer, verify that the domain directory C:beauser_projectsdomainsmydomain was created. Verify the existence of the config.xml file and the startWebLogic.cmd file. The latter is used to launch the Admin Server. Start the Admin Server by selecting Start -> Programs -> BEA WebLogic Platform 8.1 -> User Projects -> mydomain -> Start Server. Wait until you see a Server started in RUNNING mode message. Next, we will launch the admin console. Using a Web browser, open the Administration Console with the URL: http://localhost:7001/console You should be presented with a login page. Specify username and password to be weblogic and then click on Sign In to login. This will bring up the administration console or adminconsole. In the left pane of the administration console, click on Servers to view the status of the two servers we have created. Note that the status of AdminServer is RUNNING while the status of myserver is UNKNOWN. This is because myserver has not been started yet.
  • 13. Next, launch the managed server myserver. Open another DOS command window. Change to c:/bea/user_projects/domains/mydomain. Enter: startManagedWebLogic myserver http://localhost:7001 Note the syntax of the command: StartmanagedWebLogic SERVER_NAME ADMIN_SERVER_ADDRESS MainServer server will begin to boot. Wait until you see the message “Server Started in RUNNING mode”. In the admin console, click on Servers again to refresh the status. Congratulations! You have finished creating a domain complete with an administration server and a single managed server. Now shutdown each server from the console and close the browser.