What is a domain in weblogic?
Answer / ajay
Domain is a collection of logically related group of services, resources and functionalities together in one place is nothing but a Domain.
for example : resources like Server instances, machines, clusters and
services like JDBC data sources, JMS servers, security providers and there will One Administration Server, which is the central point from which you configure and manage all resources in the domain and it contains other additional WebLogic Server instances called Managed Servers with clustered environment where we deploy applications like Web, Java and EJBs to process the requests and these total domain information is stored in Config.xml
| Is This Answer Correct ? | 0 Yes | 0 No |
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
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
What is the function of t3 in weblogic server? : BEA Weblogic
What are the steps required to modify config.xml file of web logic server?
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
How to delete connection pool?
What are the recommend parameters to improve the prformance from data-source point of view.
What is silent mode?
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
What is a domain template?
Explain the tier architecture of a web logic server?
What is the difference between development mode and production mode of weblogic server?