Hello,
I am using a Weblogic Server 8.1.
In this server there is one admin server and many other managed server nodes. The managed nodes are in different IP.
I have many
EJB's which will be packed in different .jar files but the entire application will be packed in a single EAR file.
The point is that later if necessary we can change the target of Individual EJB.jar files to different nodes.
In this scenario can I use local lookup between EJB which are packed in different ejb.jar files and are deployed in different nodes but are still a part of the same .ear file?
Also if two ejb.jar files are deployed in the same server, but are not packed in the same application .ear file, then can these EJB communicate using local look up?
Any help will be appreciated.
Thanks in advance.
Ashwini