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 is administration server?
What causes the condition OUT OF MEMORY?
What are tuning jvm parameters?
Do you know what is the purpose of t3 in weblogic server?
Explain what are the databases that are available to be used with the web logic j2ee connector architecture?
How many weblogic servers can I have on a multi-cpu machine?
JNDI Usage for weblogic?
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
how ITIL process occurs in weblogic?
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
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is weblogic?