Home > Documentation > Installing and running > Initial configuration > Configuring the OSGi environment |
Geronimo provides two OSGi frameworks: Eclipse Equinox and Apache Felix. You can easily configure which OSGi framework is used at runtime by updating the etc/onfig.properties
configuration file. By default, Geronimo server uses Equinox as its default OSGi runtime. The following example show how to configure Geronimo to use Felix as its OSGi framework.
The config.properties
file is the system properties file of underlying OSGi framework of Geronimo, in which stores the initial configuration parameters to start up the framework.
config.properties
file under /etc
directory.config.properties
file.
... # # Framework selection properties # #karaf.framework=equinox karaf.framework=felix karaf.framework.felix=repository/org/apache/felix/org.apache.felix.framework/3.0.2/org.apache.felix.framework-3.0.2.jar ...
Save the file and restart the server.
Bookmark this on Delicious Digg this | Privacy Policy - Copyright © 2003-2013, The Apache Software Foundation, Licensed under ASL 2.0. |