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 |
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
How to create a connection pool ?
What causes java.io exceptions in the log file? : BEA Weblogic
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
How do I look up an ora sqlexception? : BEA Weblogic
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
What is config.xml.booted file.
When should I use the external_stage option?
Do ejbs have to be homogeneously deployed across a cluster?
Do you know what type of object is returned by resultset.getobject()?
Tell me what are the steps involved in configuring the jms?
How to know weblogic version?