What is the major difference between managed server and
admin server?
Answer Posted / 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 |
Post New Answer View All Answers
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Explain what is the purpose of stub in web-logic server cluster?
How do I provide user credentials for starting the weblogic server?
How do stubs work in a WebLogic Server cluster ?
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
What is thread stack size?
Define the functions of t3 in the web logic server?
What are the special design care that must be taken when you work with local interfaces?
How do I provide user credentials for starting a server?
What is the purpose of stub in web-logic server cluster?
What is an administration server?
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
How is a domain template created?