<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Markus&#039; Blog - ibm tag</title>
  <link>http://www.tower-net.de:80/blog/tags/ibm/</link>
  <description>Frenzied programming..., tech..., climbing..., sports..., mountain..., nature... and futile notes</description>
  <language>en</language>
  <copyright>Markus Kolb</copyright>
  <lastBuildDate>Wed, 20 Jul 2011 18:43:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://www.tower-net.de/blog/favicon.ico</url>
    <title>Markus&#039; Blog</title>
    <link>http://www.tower-net.de:80/blog/</link>
  </image>
  
  
  <item>
    <title>Thanks for the memory</title>
    <link>http://www.tower-net.de:80/blog/2010/02/11/1265884800000.html</link>
    
      
        <description>
          &lt;strong&gt;Summary:&lt;/strong&gt;&amp;nbsp; Running out of Java&amp;trade; heap isn&#039;t the only cause of a &lt;code&gt;java.lang.OutOfMemoryError&lt;/code&gt;. If &lt;em&gt;native memory&lt;/em&gt; runs out, &lt;code&gt;OutOfMemoryError&lt;/code&gt;s that your normal debugging techniques won&#039;t be able     to solve can occur. This article explains what native memory is, how the Java runtime     uses it, what running out of it looks like, and how to debug a native &lt;code&gt;OutOfMemoryError&lt;/code&gt; on AIX&amp;reg;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&#034;http://www.ibm.com/developerworks/aix/library/j-nativememory-aix/index.html&#034;&gt;http://www.ibm.com/developerworks/aix/library/j-nativememory-aix/index.html&lt;/a&gt;
        </description>
      
      
    
    
    
    <category>os_unix</category>
    
    <category>was</category>
    
    <comments>http://www.tower-net.de:80/blog/2010/02/11/1265884800000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2010/02/11/1265884800000.html</guid>
    <pubDate>Thu, 11 Feb 2010 10:40:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Yipiiih - first successful deployment</title>
    <link>http://www.tower-net.de:80/blog/2009/11/06/1257528660000.html</link>
    
      
        <description>
          An hour ago I&#039;ve got our new Latte2 build environment to successful deploy the first application.&lt;br /&gt;
This has been a long way and there is still some work to be done next week.&lt;br /&gt;
But now I think it&#039;ll become a full success.
        </description>
      
      
    
    
    
    <category>programming</category>
    
    <category>was</category>
    
    <comments>http://www.tower-net.de:80/blog/2009/11/06/1257528660000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2009/11/06/1257528660000.html</guid>
    <pubDate>Fri, 06 Nov 2009 17:31:00 GMT</pubDate>
  </item>
  
  <item>
    <title>enable the automatic synchronisation of the nodes</title>
    <link>http://www.tower-net.de:80/blog/2009/10/13/1255430160000.html</link>
    
      
        <description>
          To enable:&lt;br /&gt;
&lt;br /&gt;
for node in (&amp;quot;node1&amp;quot;,&amp;quot;node2&amp;quot;):&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; sb = AdminControl.completeObjectName(&amp;quot;type=NodeSync,node=%s,*&amp;quot; % node)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; AdminControl.setAttribute(sb, &amp;quot;autoSyncEnabled&amp;quot;, &amp;quot;true&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
To disable set the boolean string to &amp;quot;false&amp;quot;!
        </description>
      
      
    
    
    
    <category>was</category>
    
    <comments>http://www.tower-net.de:80/blog/2009/10/13/1255430160000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2009/10/13/1255430160000.html</guid>
    <pubDate>Tue, 13 Oct 2009 10:36:00 GMT</pubDate>
  </item>
  
  <item>
    <title>WAS Jython scripting 20091013</title>
    <link>http://www.tower-net.de:80/blog/2009/10/13/1255429258101.html</link>
    
      
      
        <description>
          At WebSphere Hacks there is a nice, old entry about modular Jython scripting for the AppServer: http://webspherehacks.com/blog/?p=6&lt;br /&gt;
&lt;br /&gt;
There are two ways to provide the Admin* objects in modules.&lt;p&gt;&lt;a href=&#034;http://www.tower-net.de:80/blog/2009/10/13/1255429258101.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <category>was</category>
    
    <comments>http://www.tower-net.de:80/blog/2009/10/13/1255429258101.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2009/10/13/1255429258101.html</guid>
    <pubDate>Tue, 13 Oct 2009 10:20:58 GMT</pubDate>
  </item>
  
  <item>
    <title>Lotus Notes&#039; mail marking</title>
    <link>http://www.tower-net.de:80/blog/2009/10/13/1255387860000.html</link>
    
      
      
        <description>
          My colleague didn&#039;t know this shortcut today.&lt;br /&gt;
So it could be a novelty for some more users...&lt;br /&gt;
Since some time Notes has a real cool (maybe for other mail readers not noteworthy ;-)) feature:&lt;br /&gt;
The start-end multiselection (select mail to start with, hold shift key and select the last mail) to select a couple of mails to move around, delete or check the read mark on them.&lt;br /&gt;
For the last thing, the read mark, there is key shortcut: In German version Einf&amp;uuml;gen/Insert...&lt;p&gt;&lt;a href=&#034;http://www.tower-net.de:80/blog/2009/10/13/1255387860000.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <category>notesapp</category>
    
    <comments>http://www.tower-net.de:80/blog/2009/10/13/1255387860000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2009/10/13/1255387860000.html</guid>
    <pubDate>Mon, 12 Oct 2009 22:51:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Lotus Notes email search</title>
    <link>http://www.tower-net.de:80/blog/2009/10/13/1255387451977.html</link>
    
      
        <description>
          Last evening it has been the 2nd time I have &amp;quot;lost&amp;quot; important mail in the nirvana of Lotus Notes mailboxes. &lt;br /&gt;
The most annoying part of the search is... that it is so bad that you can not trust it.&lt;br /&gt;
You&#039;ll never be assured that there is no mail anymore (of course delete by yourself) or you use the wrong search term to find the mail.&lt;br /&gt;
So email search in Notes is an endless game of life ;-)&lt;br /&gt;
Hopefully my employer will soon get its promised desktop-mail-intranet-search-system in place.
        </description>
      
      
    
    
    
    <category>notesapp</category>
    
    <comments>http://www.tower-net.de:80/blog/2009/10/13/1255387451977.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2009/10/13/1255387451977.html</guid>
    <pubDate>Mon, 12 Oct 2009 22:44:11 GMT</pubDate>
  </item>
  
  </channel>
</rss>

