Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 1 | ################################################################################ |
| 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 Nodet | 1a80641 | 2010-02-04 08:39:01 +0000 | [diff] [blame] | 20 | # |
| 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 Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 31 | org.ops4j.pax.logging.DefaultServiceLog.level=ERROR |
Guillaume Nodet | 1a80641 | 2010-02-04 08:39:01 +0000 | [diff] [blame] | 32 | |
| 33 | # |
| 34 | # Name of this karaf instance. |
| 35 | # |
Chris Custine | ad72828 | 2009-05-04 06:11:07 +0000 | [diff] [blame] | 36 | karaf.name=root |
Guillaume Nodet | 1a80641 | 2010-02-04 08:39:01 +0000 | [diff] [blame] | 37 | |
| 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 Nodet | a359b95 | 2009-10-07 11:05:14 +0000 | [diff] [blame] | 43 | karaf.default.repository=system |
Guillaume Nodet | 1a80641 | 2010-02-04 08:39:01 +0000 | [diff] [blame] | 44 | |
| 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 Nodet | 6f27954 | 2009-10-19 18:23:07 +0000 | [diff] [blame] | 50 | karaf.shell.init.script=${karaf.home}/etc/shell.init.script |
Guillaume Nodet | 1a80641 | 2010-02-04 08:39:01 +0000 | [diff] [blame] | 51 | |
| 52 | # |
| 53 | # Set this empty property to avoid errors when validating xml documents. |
| 54 | # |
Guillaume Nodet | 91fab3b | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 55 | xml.catalog.files= |
Guillaume Nodet | 1a80641 | 2010-02-04 08:39:01 +0000 | [diff] [blame] | 56 | |
| 57 | # |
| 58 | # Suppress the bell in the console when hitting backspace to many times |
| 59 | # for example |
| 60 | # |
Guillaume Nodet | 86acd01 | 2009-10-20 13:15:36 +0000 | [diff] [blame] | 61 | jline.nobell=true |