cancel
Showing results for 
Search instead for 
Did you mean: 

Using Local EJB obect in web container that installed in on the same Web AS

Former Member
0 Kudos

we can use the local ejb object in the application that runs in same JVM.

The Web Container and EJB Container run in the same JVM when Web AS installed as Minimum Cluster Installation(one cluster node).

But, what happened if we install the Web AS as Large Cluster Installation? Can we still use the local ejb objects in the Web Container?

Best regards,

Raja

Message was edited by: Raja Nasrallah

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Raja,

Yes you can. When you use local EJB objects there's no remote communication and the web container will find them in the EJB container of the local cluster node. For the application providers this is transparent - they shouldn't care about the configuration of the cluster.

Best regards,

Vladimir

PS: Please consider <a href="https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm#lostme">rewarding points</a> for helpful answers.

Answers (1)

Answers (1)

viliana
Advisor
Advisor
0 Kudos

Hi,

Yes, the Web Container and the EJB Container exist in every J2EE instance and the applications deployed on them are synchronized within the cluster.

Best regards,

Viliana