<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comdots</title>
    <link>http://lekkimworld.com/tags/dots/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comdots</title>
      <url>http://lekkimworld.com/tags/dots/</url>
    </image>
    <item>
      <title>DOTS and automatic startup of bundles</title>
      <link>http://lekkimworld.com/2011/07/08/dots_and_automatic_startup_of_bundles.html</link>
      <content:encoded>&lt;p&gt;
Domino OSGi Tasklet Container (or DOTS for short) is an uber-cool OpenNTF project that allows you to write addins for the Domino server in Java. The project used to be called JAVADDIN which kind of gives the purpose away.
&lt;/p&gt;
&lt;p&gt;
At UKLUG I was asked if there was a way to specify which bundles to automatically start at server startup. I didn't know the answer so I wrote an e-mail to David Taieb who's the author of the project and he quickly responded that this is indeed possible. Below is Davids answer:
&lt;pre&gt;
&lt;i&gt;Yes, you can create a file called config.ini in 
{data}/domino/workspace directory and add the following line 
domino.osgi.bundles.start=pluginid1,pluginId2,pluginId3 

Restart http task and verify that the plugins specified are 
active 
&amp;gt;tell http osgi diag pluginId1 
&amp;gt;tell http osgi diag pluginId2 
&amp;gt;tell http osgi diag pluginId3

Best Regards 
-david&lt;/i&gt;
&lt;/pre&gt;
The above is for Domino 8.5.3 - for Domino 8.5.2 the config.ini file is in the workspace\.config directory.
&lt;/p&gt;
&lt;p&gt;
There is a caveat though. The automatic startup isn't performed until an XPage request is made. An extension point to make bundles automatically startup when the server is started will be added for Domino 8.5.4. 
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/domino/">domino</category>
      <category domain="http://lekkimworld.com/tags/dots/">dots</category>
      <category domain="http://lekkimworld.com/tags/lotus/">lotus</category>
      <category domain="http://lekkimworld.com/tags/osgi/">osgi</category>
      <pubDate>Fri, 08 Jul 2011 09:47:08 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2011-07-08:default/1310118428891</guid>
      <dc:date>2011-07-08T09:47:08Z</dc:date>
    </item>
  </channel>
</rss>


