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 |
Explain where are the files placed while deploying the resource adapter in web logic server?
How many weblogic servers can I have on a multi-cpu machine?
What is t3 protocol?
how can we sync the nodes with administration server in weblogic.
When we will take thread dump? Please give us some examples?
What is non-stage deployment?
What is the difference between stage and no stage deployment?
What are stubs and how do they function in a web logic cluster?
How do you troubleshoot a crash?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
In what ways can a web logic servers performance be improved upon?
What command will you use to recursively search for a particular string across multiple files in your currentdirectory?