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 |
Why the node manager is required?
what is the difference between sun JDK1.5 and BEA Jrokit 1.5
Tell me what are the ways in which weblogic servers can run on multiple machines?
How many weblogic servers can I have on a multi-cpu machine?
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
What is the format of the log message out to standard out?
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
What Is The Advantage Of Clustering ?
What is t3 protocol?
What happen when your database and proxy server are down and your weblogic server is up
What is the purpose of t3 in weblogic server?
How do I use unicode codesets with the weblogic jdriver for oracle driver? : BEA Weblogic