What is the major difference between managed server and
admin server?
Answer Posted / 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 |
Post New Answer View All Answers
How do you troubleshoot a crash?
How do stubs function inside weblogic server cluster at the time of failure?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is silent mode?
What is the name of default jvm that is made used for weblogic?
How can default JVM be changed to other?
What are deployment descriptors?
Is an xslt processor bundled in weblogic server?
What are logics in reference to web logic servers?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
Tell the issues faced in weblogic?
What is meant by domain?
Define the list of pre-configured queues?
What is actually weblogic cache?
What are the differences between a web logic server and a web server?