DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block |
|---|
m_felix = new Felix();
m_felix.start(
new MutablePropertyResolverImpl(configMap),
null);
|
The last step is to steps create the framework instance and start it. The configuration property map is converted to an instance of a PropertyResolver before being passed into the Felix.start() method.
...
After executing this command, a cache/ directory is created that contains the installed bundles, which were read installed from the bundle/ directory.
...