File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes Local interfaces in Cluster Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Local interfaces in Cluster" Watch "Local interfaces in Cluster" New topic
Author

Local interfaces in Cluster

Srinivas Aluri
Greenhorn

Joined: Jun 12, 2007
Posts: 6
Can we use EJB Local interfaces when we are going to deploy in cluster? If local interfaces are used, how it will call the EJB on the other server if the current server is down?
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3652

What server software are you running?


My Blog: Down Home Country Coding with Scott Selikoff
Srinivas Aluri
Greenhorn

Joined: Jun 12, 2007
Posts: 6
Weblogic 8.1
Edvins Reisons
Ranch Hand

Joined: Dec 11, 2006
Posts: 364
If the local server is down, no one's going to call a local interface
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Local interfaces in Cluster
 
Similar Threads
custering and co-located web and server tier
Local Objects
clustering local interfaces
In a clustered environment, can a Web cluster access a EJB cluster through the local interfaces?
Clustering question