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
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is a trace in relation to web logic server?
Explain what are the transaction isolation levels supported by weblogic jdriver?
What causes java.io exceptions in the log file? : BEA Weblogic
Ho do you troubleshoot server hang?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
How many weblogic servers can I have on a multi-cpu machine?
What is the difference between multicast and unicast?
how can we sync the nodes with administration server in weblogic.
What are the various causes for out of memory?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
What is meant by domain, adminserver, managedserver?
Explain the different groups under web logic security?
In what ways can a web logic servers performance be improved upon?