blob: 8c624a5c2d7b34747836677123ab368f1c325eb9 [file] [log] [blame]
Guillaume Nodet91fab3b2009-04-27 10:01:58 +00001################################################################################
2#
3# Licensed to the Apache Software Foundation (ASF) under one or more
4# contributor license agreements. See the NOTICE file distributed with
5# this work for additional information regarding copyright ownership.
6# The ASF licenses this file to You under the Apache License, Version 2.0
7# (the "License"); you may not use this file except in compliance with
8# the License. You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17#
18################################################################################
19
Guillaume Nodet1a806412010-02-04 08:39:01 +000020#
21# The properties defined in this file will be made available through system
22# properties at the very beginning of the Karaf's boot process.
23#
24
25
26# Log level when the pax-logging service is not available
27# This level will only be used while the pax-logging service bundle
28# is not fully available.
29# To change log levels, please refer to the org.ops4j.pax.logging.cfg file
30# instead.
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000031org.ops4j.pax.logging.DefaultServiceLog.level=ERROR
Guillaume Nodet1a806412010-02-04 08:39:01 +000032
33#
34# Name of this karaf instance.
35#
Chris Custinead728282009-05-04 06:11:07 +000036karaf.name=root
Guillaume Nodet1a806412010-02-04 08:39:01 +000037
38#
39# Default repository where bundles will be loaded from before using
40# other maven repositories. For the full maven configuration, see
41# the org.ops4j.pax.url.mvn.cfg file.
42#
Guillaume Nodeta359b952009-10-07 11:05:14 +000043karaf.default.repository=system
Guillaume Nodet1a806412010-02-04 08:39:01 +000044
45#
46# Location of a shell script that will be run when starting a shell
47# session. This script can be used to create aliases and define
48# additional commands.
49#
Guillaume Nodet6f279542009-10-19 18:23:07 +000050karaf.shell.init.script=${karaf.home}/etc/shell.init.script
Guillaume Nodet1a806412010-02-04 08:39:01 +000051
52#
53# Set this empty property to avoid errors when validating xml documents.
54#
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000055xml.catalog.files=
Guillaume Nodet1a806412010-02-04 08:39:01 +000056
57#
58# Suppress the bell in the console when hitting backspace to many times
59# for example
60#
Guillaume Nodet86acd012009-10-20 13:15:36 +000061jline.nobell=true