Repository: karaf Updated Branches: refs/heads/karaf-2.3.x 21df040fe -> d0f99a8ce
[KARAF-3790] Add comment describing karaf.lock.dir property in etc/system.properties Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/d0f99a8c Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/d0f99a8c Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/d0f99a8c Branch: refs/heads/karaf-2.3.x Commit: d0f99a8ce445b0cd59ac1c7eb209f049d22d1f3f Parents: 21df040 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jun 18 17:26:34 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jun 18 17:26:34 2015 +0200 ---------------------------------------------------------------------- .../src/main/distribution/text/etc/system.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/d0f99a8c/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties ---------------------------------------------------------------------- diff --git a/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties b/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties index c008713..4d6ed58 100644 --- a/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties +++ b/assemblies/apache-karaf/src/main/distribution/text/etc/system.properties @@ -94,3 +94,16 @@ org.apache.servicemix.specs.timeout=0 org.apache.aries.proxy.weaving.enabled=none # Classes not to weave - Aries default + Xerces which is known to have issues. org.apache.aries.proxy.weaving.disabled=org.objectweb.asm.*,org.slf4j.*,org.apache.log4j.*,javax.*,org.apache.xerces.* + +# +# HA/Lock configuration +# +# Karaf uses a lock mechanism to know which instance is the master (HA) +# The lock can be on the filesystem (default) or on a database. +# +# See http://karaf.apache.org/manual/latest/users-guide/failover.html for details. +# +# Even using a single instance, Karaf creates the lock file +# You can specify the location of the lock file using the +# karaf.lock.dir=/path/to/the/directory/containing/the/lock +#
