Each instance of weblogic server is physical or logical.
Can sever instance be shared over multiple machines?
Answers were Sorted based on User's Feedback
Answer / sriram
weblogic server instance is logical because it is nothing but
a JVM running in a machine(computer). Once machine can host
any number of weblogic server instances depending on system
hardware capacity.
server instance can not be shared over multiple machines.
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / sudhakar
hi SRIRAM,
EACH INSTANCE OF A WEBLOGIC SERVER IS A LOGICAL INSTANCE.
IN WEBLOGIC APPLICATION SERVER ,WE CAN CREATE MULTIPLE
MACHINES IN A SINGLE DOMAIN ,AND WE CAN SHARE THE WEBLOGIC
SERVER INSTANCES TO THE MULTIPLE MACHINES
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / nushrath
Hi Sudhakar
A machine can have multiple instances and those instances
can be from multiple domain.
statement you gave "WE CAN CREATE MULTIPLE
MACHINES IN A SINGLE DOMAIN" is not correct
| Is This Answer Correct ? | 0 Yes | 0 No |
What can happen when stub can’t to connect to web-logic server instances?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
Name the various message severity levels in web logic?
Managed servers are running. What happens if admin server down?
What is wlst?
Hey! Is there any difference between WebLogic Server admin & WebLogic Portal? If I want to learn Course which is the suitable to Development? Both are comes under one course or different courses , pls clarify me? am Planning to Join Weblogic, Which is the best pls suggest me?
How do stubs work in a WebLogic Server cluster ?
How should you type cast a remote object?
Can someone please tell me the basic differences between weblogic 8,9 and 10 versions
Tell me what can happen when stub can't to connect to web-logic server instances?
When we can update the application? Is server up time or downtime?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic