Menu

what's felix

iedu ui
x x x
2012-06-20
2012-06-26
  • x x x

    x x x - 2012-06-20

    Sets the initial start level of the framework upon startup.

    org.osgi.framework.startlevel.beginning=90

    Sets the start level of newly installed bundles.

    felix.startlevel.bundle=90

     
  • x x x

    x x x - 2012-06-20

    Set the logging levels for OSGI framework 0=None / 1(default)=Error / 2=Warning / 3=Information / 4=Debug

    felix.log.level=3

     
  • x x x

    x x x - 2012-06-25

    Apache_Felix_Framework启动和内嵌

     
  • x x x

    x x x - 2012-06-25

    osgi

     
  • x x x

    x x x - 2012-06-26

    http://felix.apache.org/site/apache-felix-framework-configuration-properties.html

    •org.osgi.framework.startlevel.beginning - The initial start level of the framework once it starts execution; the default value is 1.
    •felix.startlevel.bundle - The default start level for newly installed bundles; the default value is 1.

     

    Last edit: x x x 2012-06-26
  • x x x

    x x x - 2012-06-26

    felix.auto.start.<n> - Space-delimited list of bundle URLs to automatically install and start when Felix is started, where <n> is the start level into which the bundle will be installed (e.g., felix.auto.start.2).</n></n>

     
  • x x x

    x x x - 2012-06-26

    We already mentioned that Jitsi is merely a collection of OSGi bundles. When a user executes the application, they actually start Felix with a list of bundles that it needs to load. You can find that list in our lib directory, inside a file called felix.client.run.properties. Felix starts bundles in the order defined by start levels: All those within a particular level are guaranteed to complete before bundles in subsequent levels start loading

     
  • x x x

    x x x - 2012-06-26

    在Eclipse中搭建Apache Felix环境
    http://zqc-0101.iteye.com/blog/1153291

     
  • x x x

    x x x - 2012-06-26

    Anonymous access

    The Felix trunk can be checked out anonymously with the following command:

    $ svn checkout http://svn.apache.org/repos/asf/felix/trunk felix-trunk

    If you are a Felix committer, you should use https as the protocol in the above URL.

    The source for individual subprojects can be checked out by simply adding their directory name in the repository to the end of the above trunk URL. Use the "web access" link above to determine the precise portion of the repository you wish to check out.

     

Log in to post a comment.