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 do you understand by JDBC connection pool? What are the steps to create a connection pool in WebLogic?
What are the Unix vi commands?
What are the different modules of wlst?
What causes the condition OUT OF MEMORY?
in which file/script we need to change the heap size?.What is the variable name to search to change the heap size
How do you differentiate between a server hang and server crash issue?
what happen if we deploy our component in weblogic server
In how many ways we can implementg session replication?
What is the major difference between managed server and admin server?
How will a single machine run multiple web logic server instances?
Ho do you troubleshoot server hang?
When we will take thread dump? Please give us some examples?