Hi Johnny, Am 22.02.2013 um 07:11 schrieb Johnny Miller <[email protected]>:
> Hi, > > I have two apps running on the same host. Same model. Same db. > > So I have this in both app's properties file: > > ## (Optional) the JGroups group name to use (defaults to > WOApplication.application.name) > er.extensions.jgroupsSynchronizer.groupName=MyGroup > > My question is do I need to set these two properties to different > addresses/ports or is it ok if they communicate on the same one? Short answer: no. As both of your two apps are using the same EOModel they should talk to each other. Setting different addresses/ports would separate them making synchronization impossible. jw > > ## (Optional) the multicast address to use (defaults to 230.0.0.1, and only > necessary if you are using multicast) > #er.extensions.jgroupsSynchronizer.multicastAddress=230.0.0.1 > > ## (Optional) the multicast port to use (defaults to 9753, and only necessary > if you are using multicast) > #er.extensions.jgroupsSynchronizer.multicastPort=9753 > > Thanks in advance, > > Johnny _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
