mi-config.2.0-RC7.source-code.cmi.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cmi-config Show documentation
Show all versions of cmi-config Show documentation
Provides utilities to configure CMI.
The newest version!
# Copyright (C) 2007,2008 Bull S.A.S.
#
# CMI: Cluster Method Invocation
#
# This library is developed inside the OW2 Consortium,
# http://www.ow2.org
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
#
# --------------------------------------------------------------------------
# $Id: cmi.properties 1795 2008-05-16 16:02:58Z eyindanga $
# --------------------------------------------------------------------------
######################################################################
# Configuration for servers using CMI
######################################################################
# If the server mode is enabled (carol.server.mode=true), CMI can be configured by Carol.
# The following properties are dedicated to it.
# CMI InitialContextFactory is preferred when CMI is enabled
cmi.context.factory=org.ow2.cmi.jndi.context.CMIInitialContextFactory
# Global property for enabling the use of CMI in Carol
carol.start.cmi=false
# Setter class for CMI
carol.cmi.setter.class=org.ow2.cmi.config.CentralizedConfig
# Must take a Properties object in parameter
carol.cmi.setter.methodProperties=setProperties
# Must take a Domain name and a server name in parameter
carol.cmi.setter.methodMBean=setMBean
# Time to refresh the client view.
cmi.client.refresh.time=50000
# Class name of the implementation of the ServerClusterViewManager.
cmi.server.impl.class=org.ow2.cmi.controller.server.impl.jgroups.JGroupsClusterViewManager
# Filename of the jgroups conf file
cmi.server.impl.jgroups.conf=jgroups-cmi.xml
# Groupname for JGroups
cmi.server.impl.jgroups.groupname=G1
# Timeout to wait a reconnection
cmi.server.impl.jgroups.reconnection.timeout=30000
# Name of name for MBeans (used only in standalone mode)
cmi.server.admin.domain=CMI
# Name of CMIAdmin MBean
cmi.server.admin.mbean=CMI
# Protocols of the connectors
cmi.server.admin.connector.protocol=jrmp
# Enable or disable bind of a provider
cmi.server.provider.bind=true
# Enable or disable bind of a registry
cmi.server.registry.bind=true
# Load factor for the server configured with this file
cmi.server.load=100
# Enable or disable registering of clustered objects
cmi.server.start.replication=true
# List of provider URLs in order to allow servers having replication disabled to retrieve the cluster view
cmi.server.provider.urls=
#This class is delegated the load of policies/strategies archive that was broadcast.
#cmi.server.policy-strategy.loader.class=
#Manager for Load balancing policies/strategies
#cmi.server.policy-strategy.manager.class=
# Directory where to deploy bundles.
#cmi.server.deploy.directory=
© 2015 - 2025 Weber Informatics LLC | Privacy Policy