Coherence Configuration For Multiple HA SOA Domains

Posted by [email protected] on Oracle Blogs See other posts from Oracle Blogs or by [email protected]
Published on Wed, 14 Apr 2010 13:58:41 +0000 Indexed on 2010/04/14 14:23 UTC
Read the original article Hit count: 632

Filed under:
|

The HA document does not require the specificaiton of wka port and localport for coherence, but if you would like to create multiple SOA HA domains, You have to use different coherence settings for these domains,

For SOA Domain 1 , set the following properties in the weblogic server startup argument.

-Dtangosol.coherence.wka1=apphost1vhn1 -Dtangosol.coherence.wka1.port=<port1>
-Dtangosol.coherence.wka2=apphost2vhn1  -Dtangosol.coherence.wka2.port=<port1>
-Dtangosol.coherence.localhost=apphost1vhn1 -Dtangosol.coherence.localport=<port1>

For SOA Domain 2 , set the following properties in the weblogic server startup argument.

-Dtangosol.coherence.wka1=apphost1vhn1 -Dtangosol.coherence.wka1.port=<port2>
-Dtangosol.coherence.wka2=apphost2vhn1  -Dtangosol.coherence.wka2.port=<port2>
-Dtangosol.coherence.localhost=apphost1vhn1 -Dtangosol.coherence.localport=<port2>

<port1> and <port2> must be different.

 

© Oracle Blogs or respective owner

Related posts about SOA11

Related posts about SOA HA