What is Domain? how many domains are possible in a single
instance?
Answers were Sorted based on User's Feedback
Answer / akshay
Domain is logical grouping of resources and services and
consist of Administration Server, Managed Server and
cluster. There can only be one administration Server in
domain and zero to N Managed Server.
Multiple domains cannot be shared by single instance but
more than one instance is possible in a single domain.
| Is This Answer Correct ? | 14 Yes | 4 No |
Answer / rajesh
Domain is a logical group of resources of weblogic instances
. domain is also called as a environment.Group of weblogic
isntances consists admin server and managed servers.
Creation of multiple domains is not possible in a single
instance. We can create only one domain using single instance.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / vru
A Domain is logically related group of wls instance resource that you mamage as a unit.
we can create only one domain using single instance
| Is This Answer Correct ? | 2 Yes | 1 No |
how will u check process id?
What is the list of pre-configured queues?
Why will the manage server goes to ADMIN Mode and Unknow Status?
What is the linux command is used to know the version of weblogic server?
How could you retrieve password for I-Planet console if you have forgotten?
How can default JVM be changed to other?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
What is config.xml.booted file.
How to migrate the weblogic domains Existing physical box to New box ? Assume:I have 2 Domains and 5 ms servers and i have deploy the application in managed servers in cluster Envirolment how to migrated? any budy give me steps ?
What are the special design care that must be taken when you work with local interfaces?
Weblogic admin don't know the admin credentials of weblogic 8.1 UI..how can he get the credentials?
Write a program to bind string values in a preparedstatement?