Hi,How to do cluster rmi applications IAS6.0sp3 environment?

Hi,How to do cluster rmi applications IAS6.0sp3 environment?
[14 byte] By [sivaprasadmasina] at [2007-11-25 4:58:06]
# 1

"Clustering" in iAS terminology means the ability to share HttpSession information between applications. Which RMI applications, by definition, do not use. Additionally, you cluster iAS servers, not iAS applications. (You only indicate in the ias-web.xml whether you will utilize the underlying cluster.)

I know I'm nitpicking a little, but I want to make sure that you understand what I mean when I say that your question doesn't really make sense from an iAS standpoint.

If you are asking "How do I make my application data highly available?", you should take a look at the docs about Stateful Session Bean failover. It's essentially just a flag in the descriptor, but there are some architecture considerations you will want to evaluate.

If you are asking "How can I make access to my application highly available?", you can just create multiple CXS bridges. Each one will be able to receive incoming RMI requests.

708857 at 2007-6-29 9:13:25 > top of Java-index,Application & Integration Servers,Application Servers...