The etc/system.properties file
contains the following properties:
Table 3.2. System Properties
| Property | Description |
|---|---|
| karaf.name | The name of this Fuse ESB instance. Defaults to root |
| karaf.default.repository | The directory name of the Maven-like repository that ships with Fuse ESB. |
| org.osgi.service.http.port | The default port for the OSGi HTTP Service. For example, the web console, if installed, runs on this port. |
The etc/config.properties file contains the following
properties:
Table 3.3. Config Properties
| Property | Description |
|---|---|
| karaf.framework | The OSGi container that Fuse ESB is running. Fuse ESB uses Apache Felix by default
(set to felix). The alternative is Eclipse Equinox (set to
equinox). |
| karaf.framework.equinox | The path to the Equinox JAR on the file system. |
| karaf.framework.felix | The path to the Felix JAR on the file system. |








