Calling LiveCycle When Deployed In A Cluster

| No Comments

For IBM WebSphere 6.1, the following will work:
ConnectionProps.setProperty("DSC_DEFAULT_EJB_ENDPOINT", "corbaloc:iiop:host1.adobe.com:2811,iiop:host2.adobe.com:2811");

2811 is the BOOTSTRAP_ADDRESS of the application server instances that are members of the cluster. The port number is the same in this case since the two cluster members are running on separate hosts (host1 and host2).

More information on corbaloc from Ciaran McHale of IONA.

Leave a comment

About this Entry

This page contains a single entry by Jayan Kandathil published on November 27, 2007 2:53 PM.

The Assembler sample application was the previous entry in this blog.

& In Your XML is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.