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

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 

Recently uploaded (20)

Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 

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.