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 |
How to integrate apache webserver with weblogic server? What is the purpose of integrating both?
What are the two important tcp socket classes?
What is the managed server?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
How do stubs function in a web logic cluster?
how to change the weblogic server password?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
What are the advantages and disadvantages of node manager?
dIFFERNCE BETWEEN VERSIONS 8.X,9.X,10.X
What are the special design care that must be taken when you work with local interfaces?
Do ejbs have to be homogeneously deployed across a cluster?
How to debug my ant script?