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 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
 
Cis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comCis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comRobinson067
 
( 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 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
 
Cis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / snaptutorial.comCis 246 Success Begins / snaptutorial.com
Cis 246 Success Begins / 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

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
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
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
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
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
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
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Recently uploaded (20)

Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
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
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
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
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
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...
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

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.