What is the major difference between managed server and
admin server?
Answers were Sorted based on User's Feedback
Answer / rekha
we can have only one admin server in adomain where as we
can have any no of ma naged servers in a domain.
admin server is the central point of control in a domain
Manged server contacts admin server for configuration
information
| Is This Answer Correct ? | 35 Yes | 0 No |
Answer / shrinath
One instance of WebLogic Server in each domain acts as an
administration Server. The Administration server provides a
central point for managing a weblogic server domain. All
other weblogic server instances in a domain are called
Managed Servers.
Managed servers always function without the presence a
running Administration server. When a Managed Server starts,
it contacts the Administration Server to retrieve its
configuration information.
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / raj
Admin server:1.Admin server is one of the weblogic server instance that maintains configuration data for domain.It is for domain configuration and maintainence.
2.We can deploy applications on admin server but it is not recommended.
3.In dev mode developers will deploy applications on admin server but production and UAT environments it is not recommended.
Managed Server:1.It is also one of the weblogic server instance, here we can deploy applications on managed server.
2.With out admin server managed server can start with the help of MSI mode(Managed server Independence).
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / abhishek sinha
Admin server is the central point of contact for the MS ,
it has the config.xml which has the config for the entire
domain.
AS hosts the admin console .
AS can also host business applications but MS is used for
this purpose ( in PRODUCTION env ).
in the startup script for MS we can find a line :-
Dweblogic.managedServer = admin server url.
The above line is peresen tonly in MS script .
| Is This Answer Correct ? | 3 Yes | 1 No |
Tell me how are the notifications generated when a server is added to a cluster?
How many ways take thread dumps?
In how many ways we can implementg session replication?
How do I provide user credentials for starting weblogic server?
How do I turn the auto-deployment feature off?
By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
When should I use the -nostage option?
What are Monitoring tools?
What is Weblogic ? (Weblogic Interview Questions)
What is the difference between dynamic and non-dynamic changes in the console?
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
Explain the tier architecture of a web logic server?