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 |
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
What is the purpose of the serializedsystemini.dat file?
What is the function of T3 in WebLogic Server ?
When can high usage of CPU occur?
How a web logic server works?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
How do you do performance tuning of wls? What are various areas to do it
suppose you changed a admin password.in which other file you have to update after this
What are class paths?
Explain the tier architecture of a web logic server?
How to integrate apache webserver with weblogic server? What is the purpose of integrating both?