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 |
What is meant by jdbc and configuration details?
which protocol it user to connect manage server to admin ? where it is defined ?
What are the steps required to setup the oracle instance for os authentication?
hey how can i give words instead of url in orkut?? eg:"click here" instead of a url..when i clik that word it should direct to another page..please help me....
How Work Manager works in wls 9.2 and above versions?
How many admin consoles possible in a single domain?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
how to deploy the application
Open the find box and editing the text in text box then what is name for this dialog box??
Ho do you troubleshoot server hang?
what will happen if a managed server will go down at the time of performing the request
how to integrate the webservices and jsp