What is Domain? how many domains are possible in a single
instance?
Answers were Sorted based on User's Feedback
domain is a basic administration unit for weblogic server
instance. each domain configuration is stored in seperated
config.xml file.
creation of multiple domains is not possible in asingle
instance, we can create only one domain using a single instance.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / os reddy(wissen infotech)
Domain Is a logical group of weblogic serer
instaance.that u can manage from a single set of
configuration artifacts.
*Each domain has one Adminstration Server
*and can have multiple managed servers and clusters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sameer
A domain contains 1 admin and many managed server. A
managed server can be a part of only one domain.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / koti
Domain is nothing but a collection of resources like managed
servers,clusters,machines,jms,jdbc which we use through
admin console.we can create so many domains.
| Is This Answer Correct ? | 1 Yes | 8 No |
How does a server find out server unavailability?
How do I identify the document type of an xml document? : BEA Weblogic
In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?
In a web logic server what is the domain?
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What are pending messages in the console? : BEA Weblogic
when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or more than 2 managed severs in our unix env.how can we start all our managed servers. I know we have to copy startManagedWebLogic with server name.then wht to modify in the script to start ecah of the managed servers?
What is the Basic Components of Weblogic Server ?
What is meant by unicast?
Difference between Weblogic server and websphere server?
How do I start wls and configure jms? : BEA Weblogic
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic