Ad

Friday 14 May 2010

Initial Context(JNDI) lookup from one weblogic to another weblogic

There may be scenarios where we may deploy our webapplication in one weblogic server and may use the EJB or the destination objects(Queue/Topic) deployed in other weblogic.In order to use this remote resource When we try to get the Initial context of the weblogic2 from the webapplication in weblogic1,we will not get the connection if any of the below unique requirements fails

(1) The WLS server name should be unique in both the weblogic servers.
(2) The Domain Name should be unique in both the weblogic servers.
(3) For messaging(Connection factories and topic/queue) lookup,the JMS Server Name
and the queue/topic name should be unique in both the servers

No comments:

Post a Comment