mi-core-common.2.0.9.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-core-common Show documentation
Show all versions of cmi-core-common Show documentation
Core of CMI client and server.
# 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 1985 2008-08-03 15:53:37Z loris $
# --------------------------------------------------------------------------
######################################################################
# Bootstrap Configuration for CMI
######################################################################
# CMI InitialContextFactory is preferred when CMI is enabled
cmi.context.factory=org.ow2.cmi.jndi.context.CMIInitialContextFactory
############# CMI embedded only #################################
#enable/disable cmi for iiop protocol
#cmi.jrmp.enable=false
#enable/disable cmi for iiop protocol
#cmi.iiop.enable=false
#enable/disable cmi for iiop protocol
#cmi.irmi.enable=false
# Setter class for CMI
cmi.setter.class=org.ow2.cmi.config.CentralizedConfig
# Must take a Properties object in parameter
cmi.setter.methodProperties=setProperties
# Must take a Domain name and a server name in parameter
cmi.setter.methodMBean=setMBean
# Enable or disable registering of clustered objects
cmi.server.start.replication=true
############# CMI Server only #################################
# Class name of the implementation of the CMI Server.
cmi.server.impl.class=org.ow2.cmi.controller.server.impl.jgroups.JGroupsClusterViewManager
# Directory where to deploy bundles.
#cmi.server.deploy.directory=
############# CMI Client only #################################
# List of provider URLs in order to allow servers having replication disabled to retrieve the cluster view
cmi.server.provider.urls=
© 2015 - 2025 Weber Informatics LLC | Privacy Policy