Weblogic Admin Server vs Managed Servers -


what difference between managed server , admin server in weblogic parlance? responsibility of both in standard production environment?

p.s: understood docs admin servers' responsibility manage resources in domain(a logical grouping of few managed servers , 1 admin server) not clear few examples of kind of resources responsible managing?

weblogic defines roles of admin/managed server follows:

  • admin server
    • can only 1 domain, works central configuration/monitoring controller entire domain
    • runs console, can create new managed servers, define datasources (db connections), jms queues, deploy apps managed servers, etc.
  • managed server
    • additional weblogic server instances
    • you deploy web applications, ejbs, , other resources onto managed servers , use administration server configuration , management purposes only. this run apps.
    • managed servers can grouped clusters.
    • one of examples of managed server server running soa applications, osb or bpel.

see e.g. understanding weblogic server domains.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -