<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Fernando Karnagi's Weblog</title>
	<atom:link href="http://fernandokarnagi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernandokarnagi.wordpress.com</link>
	<description>Fernando Karnagi's Weblog</description>
	<lastBuildDate>Sat, 25 Jun 2011 14:41:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fernandokarnagi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Fernando Karnagi's Weblog</title>
		<link>http://fernandokarnagi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fernandokarnagi.wordpress.com/osd.xml" title="Fernando Karnagi&#039;s Weblog" />
	<atom:link rel='hub' href='http://fernandokarnagi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to Compile Titanium Appcelerator Source Code in Linux Ubuntu 11</title>
		<link>http://fernandokarnagi.wordpress.com/2011/06/25/how-to-compile-titanium-appcelerator-source-code-in-linux-ubuntu-11/</link>
		<comments>http://fernandokarnagi.wordpress.com/2011/06/25/how-to-compile-titanium-appcelerator-source-code-in-linux-ubuntu-11/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 13:40:57 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Titanium Appcelerator]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=206</guid>
		<description><![CDATA[This document explains the steps to compile Titanium Appcelerator in Ubuntu 11 1. Install Phyton Follow these steps wget http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tgz tar -xvzf Python-2.5.5.tgz cd Python-2.5.5 ./configure &#8211;prefix=/usr/local/python2.5 make make test sudo make install sudo ln -s /usr/local/python2.5/bin/python /usr/bin/python2.5 2. Install Scons Visit the www.scons.org website and select the “Tarball”, because we are going to build <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=206&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This document explains the steps to compile Titanium Appcelerator in Ubuntu 11</p>
<p>1. Install Phyton</p>
<p>Follow these steps wget http://www.python.org/ftp/python/2.5.5/Python-2.5.5.tgz tar -xvzf Python-2.5.5.tgz cd Python-2.5.5 ./configure &#8211;prefix=/usr/local/python2.5 make make test sudo make install sudo ln -s /usr/local/python2.5/bin/python /usr/bin/python2.5</p>
<p>2. Install Scons</p>
<p>Visit the www.scons.org website and select the “Tarball”, because we are going to build the scons manually</p>
<p>3. Download the Appcelerator source code from GitHub</p>
<p>4. Make sure that you extract the sourcecode files into the folder which contains NO space, otherwise it will not be able to compile later on</p>
<p>5. Set the JAVA_HOME</p>
<p>Type: JAVA_HOME= Type: export JAVA_HOME</p>
<p>6. Set the PATH</p>
<p>Type: PATH=$JAVA_HOME/bin:$PATH Type: export PATH</p>
<p>7. In Linux, you can only build android codes, so you need to add the Android SDK into your scons parameter as follow</p>
<p>scons android_sdk=</p>
<p>for example: scons android_sdk=/apps/android/androidSDK11/android-sdk-linux_x86/</p>
<p>8. Compiling and make sure that you see the BUILD SUCCESSFUL</p>
<p>Google API</p>
<p>Possible Errors: 1. package com.google.android.maps does not exist</p>
<p>Make sure that you have installed the Google API in the Android SDK. How to do this? Use the Android SDK and AVD Manager to install Google API from the Available Packages, then select Google Inc, and select the latest Google API.</p>
<p>Google API</p>
<p>You might need to add the maps.jar into the ANT build classpath. Edit the common.xml, and Find the path id=&#8221;android&#8221;, to add the maps.jar</p>
<p>Google API</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=206&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2011/06/25/how-to-compile-titanium-appcelerator-source-code-in-linux-ubuntu-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone JailBreak Novice Guide</title>
		<link>http://fernandokarnagi.wordpress.com/2010/02/20/iphone-jailbreak-novice-guide/</link>
		<comments>http://fernandokarnagi.wordpress.com/2010/02/20/iphone-jailbreak-novice-guide/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 12:04:11 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=189</guid>
		<description><![CDATA[Hi Guys, after spending the whole weekend, I finally managed to jailbreak my first iPhone 3.1.3. This article will explain detailed step by step how to jailbreak iPhone 3.1.3 for beginners. These are the steps: If you do not have iTunes, make sure that you download the latest iTunes. This program is used to upgrade, <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=189&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Guys, after spending the whole weekend, I finally managed to jailbreak my first iPhone 3.1.3. This article will explain detailed step by step how to jailbreak iPhone 3.1.3 for beginners.</p>
<p><span id="more-189"></span>These are the steps:</p>
<ol>
<li>If you do not have iTunes, make sure that you download the latest <a title="iTunes" href="http://www.apple.com/itunes/download/">iTunes</a>. This program is used to upgrade, downgrade, and restore the iPhone OS.</li>
<li>Install this iTunes and make sure that you are able to do the SYNCH between your PC (Mac or Windows) with your iPhone</li>
<li>Since there is no proven JailBreaker that is able to completely jailbreak iPhone 3.1.3, so what I did was to downgrade to 3.1.2. You can download from anywhere, for example: <a href="http://www.redmondpie.com/download-the-new-iphone-os-firmware-3.1.2-aga809/">Redmond</a>. Make sure that you download the iPhone OS Firmware 3.1.2</li>
<li>Before you downgrade to 3.1.2, make sure that you backup all your iPhone data to your iTunes on you PC</li>
<li>Click CTRL + Restore on the iTunes.  It will ask you the location of the OS 3.1.2 .psw file.</li>
<li>Select that file, and then let it start the restoration, I mean downgrading.</li>
<li>In the meantime, you can download the <a href="http://blackra1n.com/">blackrain</a>. This is the core program to enable you to jailbreak your iPhone, in other words, to enable your iPhone to install applications (games, themes, ringtones, or other widgets) from other repositories, not the default iTunes AppsStore.</li>
<li>I believe, you will not be able to complete the restoration, as the iTunes will throw the error: 1005. DO NOT worry about it. That&#8217;s normal.</li>
<li>Now, click the BlackRain executable and let it start the &#8216;rain&#8217;.</li>
<li>Let it finish the whole set of tasks, and at the end, your iPhone is now already in 3.1.2 OS.</li>
<li>Now, click the BlackRain again, to do the actual Jailbreaking.</li>
<li>WOW, I believe now you should be able to see this image on your iPhone upon rebooting</li>
<li><a href="http://fernandokarnagi.files.wordpress.com/2010/02/123.png"><img class="alignnone size-full wp-image-190" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/123.png?w=128&#038;h=194" alt="" width="128" height="194" /></a></li>
<li>Then, DONE</li>
</ol>
<p>Now, start the downloading</p>
<ol>
<li>Click the blackra1n icon on your iPhone</li>
<li>Let it start installing the installers.</li>
<li>You can start with  Cydia and Rock. These are just repositories utilities  which allow you to browse through the free apps and commercial apps</li>
</ol>
<p>Now, enjoy your new JAILBROKEN iPhone.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=189&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2010/02/20/iphone-jailbreak-novice-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/123.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>
	</item>
		<item>
		<title>Lotus Quickr &#8211; How to Add Group Membership</title>
		<link>http://fernandokarnagi.wordpress.com/2010/02/20/lotus-quickr-how-to-add-group-membership/</link>
		<comments>http://fernandokarnagi.wordpress.com/2010/02/20/lotus-quickr-how-to-add-group-membership/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 09:26:39 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=167</guid>
		<description><![CDATA[This is the first article of the complete four useful tricks on Lotus Quickr 8.1.1 WebSphere Portal version. This article will talk about how to add the group membership in the Quickr. The first thing you need to understand is the Places Services REST API. The Quickr REST Places services are accessible through this URL: <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=167&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is the first article of the complete four useful tricks on Lotus Quickr 8.1.1 WebSphere Portal version. This article will talk about how to add the group membership in the Quickr.</p>
<p><span id="more-167"></span>The first thing you need to understand is the Places Services REST API.</p>
<p>The Quickr REST Places services are accessible through this URL: &lt;hostURL&gt;/myqcs/rest/places/feed, i.e. <a href="http://uportaldev05:10038/myqcs/rest/places/feed">http://localhost:10038/myqcs/rest/places/feed</a></p>
<p>Once you hit that URL, if you provide the correct username and password, you will see this</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/14.png"><img class="alignnone size-medium wp-image-169" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/14.png?w=300&#038;h=271" alt="" width="300" height="271" /></a></p>
<p>If you view the sources, you will see this</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/15.png"><img class="alignnone size-medium wp-image-170" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/15.png?w=300&#038;h=164" alt="" width="300" height="164" /></a></p>
<p>Scroll to the very bottom…</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/16.png"><img class="alignnone size-medium wp-image-171" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/16.png?w=300&#038;h=117" alt="" width="300" height="117" /></a></p>
<p>For each of the Place entry, there are other REST URLs for the entry, roles, and members, even the document libraries.</p>
<p>Now, we look at the entry feed</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/17.png"><img class="alignnone size-medium wp-image-172" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/17.png?w=300&#038;h=181" alt="" width="300" height="181" /></a></p>
<p>You see bunch of place parameters which you can change, using the POST REST call</p>
<p>For our case, we will focus on the roles entry</p>
<p>Now, open the roles URL, then you will see this</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/18.png"><img class="alignnone size-medium wp-image-173" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/18.png?w=300&#038;h=193" alt="" width="300" height="193" /></a></p>
<p>Depends on which Role you want to edit the members, the URL will be different.  For example, let’s say we want to add member for the “Contributor” role, then we should use the “related” URL of the “Contributor” role (see below)</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/19.png"><img class="alignnone size-medium wp-image-174" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/19.png?w=300&#038;h=35" alt="" width="300" height="35" /></a></p>
<p>Take note on this URL, since we are going to use this one in our code</p>
<p>Now, how does Quickr handle this REST Call?</p>
<p>Basically Quickr 8.1.1 handles the REST Call through the “rest.placeservices” Enterprise Application</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/110.png"><img class="alignnone size-full wp-image-175" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/110.png?w=430&#038;h=303" alt="" width="430" height="303" /></a></p>
<p>The code is all there, so in the next section, we will change some of the codes (extend the Java Classes) to meet our requirement</p>
<p>This EAR is basically a Web Application, supported by Struts and Abdera framework  (see below)</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/111.png"><img class="alignnone size-full wp-image-176" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/111.png?w=455&#038;h=321" alt="" width="455" height="321" /></a></p>
<p>This is the Struts.xml file content</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/112.png"><img class="alignnone size-full wp-image-177" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/112.png?w=510&#038;h=284" alt="" width="510" height="284" /></a></p>
<p>The above shows the section of the struts-config.xml of this Web application.</p>
<p>Well, just take note on those action mappings, as we just need to extend those action mappings</p>
<p>So, where is the modification?</p>
<p>The above section mentions to change the action mappings. Well, this is the struts mapping after changes</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/113.png"><img class="alignnone size-full wp-image-178" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/113.png?w=510&#038;h=107" alt="" width="510" height="107" /></a></p>
<p>Notice on the “/places/feed” and “/places/*/roles/*/members”. The first one is NOT used in this use case, but the second one is.</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/114.png"><img class="alignnone size-full wp-image-179" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/114.png?w=510&#038;h=357" alt="" width="510" height="357" /></a></p>
<p>The files above contain the new Java classes used for this modification</p>
<p>This is the change of the “NTUCStrutsPlaceMembersForRole”</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/115.png"><img class="alignnone size-full wp-image-180" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/115.png?w=510&#038;h=332" alt="" width="510" height="332" /></a></p>
<p>Force it to call the “NTUCPlaceServiceImpl” instead of the “PlaceServiceImpl” class</p>
<p>This is the “addMemberToApplication” function implementation.</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/116.png"><img class="alignnone size-full wp-image-181" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/116.png?w=510&#038;h=111" alt="" width="510" height="111" /></a></p>
<p>&#8230;</p>
<p>&#8230;</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/117.png"><img class="alignnone size-full wp-image-182" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/117.png?w=510&#038;h=255" alt="" width="510" height="255" /></a></p>
<p>Take note on this section</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/118.png"><img class="alignnone size-full wp-image-183" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/118.png?w=288&#038;h=74" alt="" width="288" height="74" /></a></p>
<p>It splits the memberInfo by ‘|’, that means that now the REST API client must follow this pattern: <strong>&lt;memberDN&gt;|&lt;memberType&gt;</strong></p>
<p>Okay fine.., so how do we deploy this code then?</p>
<p>Two things to deploy, first one is the “struts-config.xml” file</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/119.png"><img class="alignnone size-full wp-image-184" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/119.png?w=510&#038;h=358" alt="" width="510" height="358" /></a></p>
<p>Just replace it to the location as shown above</p>
<p>Secondly is the classes files, just deploy to the location as shown below</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/120.png"><img class="alignnone size-full wp-image-185" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/120.png?w=510&#038;h=358" alt="" width="510" height="358" /></a></p>
<p>So, how are we testing it?</p>
<p>We create one simple Java Program (“TestAddMember.java”)</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/121.png"><img class="alignnone size-full wp-image-186" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/121.png?w=510&#038;h=293" alt="" width="510" height="293" /></a></p>
<p>After added, then we see the result</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/122.png"><img class="alignnone size-full wp-image-187" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/122.png?w=510&#038;h=223" alt="" width="510" height="223" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=167&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2010/02/20/lotus-quickr-how-to-add-group-membership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/14.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/15.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/16.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/17.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/18.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/19.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/110.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/111.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/112.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/113.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/114.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/115.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/116.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/117.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/118.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/119.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/120.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/121.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/122.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Change the WAS on AIX TimeZone Setting</title>
		<link>http://fernandokarnagi.wordpress.com/2010/02/19/how-to-change-the-was-on-aix-timezone-setting/</link>
		<comments>http://fernandokarnagi.wordpress.com/2010/02/19/how-to-change-the-was-on-aix-timezone-setting/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:42:05 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Lotus Connections]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=164</guid>
		<description><![CDATA[Actually, the basic way to change the WAS on AIX TimeZone setting is to change the AIX server date/time &#38; timezone using SMITTY tool. But if you cannot, then follow the rest of this article to get it done. You can try this link, to set the WebSphere Variable http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.express.doc/info/exp/ae/trun_svr_timezones.html Another option is to modify <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=164&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Actually, the basic way to change the WAS on AIX TimeZone setting is to change the AIX server date/time &amp; timezone using SMITTY tool. But if you cannot, then follow the rest of this article to get it done.</p>
<p><span id="more-164"></span></p>
<p>You can try this link, to set the WebSphere Variable</p>
<p><a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.express.doc/info/exp/ae/trun_svr_timezones.html" target="_blank">http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/topic/com.ibm.websphere.express.doc/info/exp/ae/trun_svr_timezones.html</a></p>
<p>Another option is to modify the WebSphere Application Server command line arguments to use a specific timezone. Please do the following steps:</p>
<p>1. Go to: Application servers &gt; WebSphere_Portal &gt; Process Definition &gt; Java Virtual Machine</p>
<p>2. In Generic JVM agrument box. Add the following at the end of the command</p>
<p>-Duser.timezone=&lt;id&gt;</p>
<p>Example:<br />
-Duser.timezone=Asia/Singapore</p>
<p>3. Stop and restart the portal server.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=164&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2010/02/19/how-to-change-the-was-on-aix-timezone-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM WCM Expiry and Process Now Behavior</title>
		<link>http://fernandokarnagi.wordpress.com/2010/02/19/ibm-wcm-expiry-and-process-now-behavior/</link>
		<comments>http://fernandokarnagi.wordpress.com/2010/02/19/ibm-wcm-expiry-and-process-now-behavior/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:37:28 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=162</guid>
		<description><![CDATA[Some of you may have encountered some problem when trying to identify the different purposes of the IBM WCM Expiry and Process Now buttons. Just click on the &#8216;read more&#8217; link of this article and you will find the clue. Non Expiry Date With Future Expire Date With Earlier Expire Date Click Expiry Expired Immediately <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=162&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some of you may have encountered some problem when trying to identify the different purposes of the IBM WCM Expiry and Process Now buttons. Just click on the &#8216;read more&#8217; link of this article and you will find the clue.</p>
<p><span id="more-162"></span></p>
<table style="height:92px;" border="1" cellspacing="0" cellpadding="0" width="540">
<tbody>
<tr>
<td width="184" height="20"></td>
<td width="239">Non Expiry Date</td>
<td width="239">With Future   Expire Date</td>
<td width="239">With Earlier   Expire Date</td>
</tr>
<tr>
<td width="184" height="20">Click Expiry</td>
<td width="239">Expired   Immediately</td>
<td width="239">Scheduled   Expired</td>
<td width="239">Expired   Immediately</td>
</tr>
<tr>
<td width="184" height="20">Click Process Now</td>
<td width="239">Nothing</td>
<td width="239">Scheduled   Expired</td>
<td width="239">Expired   Immediately</td>
</tr>
<tr>
<td width="184" height="20">Wait until Expiration Date</td>
<td width="239">Nothing</td>
<td width="239">Expired   Immediately</td>
<td width="239">N.A.</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/162/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/162/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/162/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=162&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2010/02/19/ibm-wcm-expiry-and-process-now-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>
	</item>
		<item>
		<title>Internet Explorer (IE) 7 and 8 Back Button Behavior for Post Method</title>
		<link>http://fernandokarnagi.wordpress.com/2010/02/19/internet-explorer-ie-7-and-8-back-button-behavior-for-post-method/</link>
		<comments>http://fernandokarnagi.wordpress.com/2010/02/19/internet-explorer-ie-7-and-8-back-button-behavior-for-post-method/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:33:26 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Lotus Quickr]]></category>
		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=159</guid>
		<description><![CDATA[Some of  you may have experienced the strange behavior for some of the Websphere Portal, especially in the WCM related pages, that when you click the Browser (IE) BACK button, it throws &#8220;Webpage has expired&#8221; message To me, it looks like this is IE 8 bug: http://connect.microsoft.com/IE/feedback/details/381508/webpage-has-expired So, when you encounter the similar problem, just <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=159&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some of  you may have experienced the strange behavior for some of the Websphere Portal, especially in the WCM related pages, that when you click the Browser (IE) BACK button, it throws &#8220;Webpage has expired&#8221; message</p>
<p><span id="more-159"></span><a href="http://fernandokarnagi.files.wordpress.com/2010/02/backbutton.png"><img class="alignnone size-medium wp-image-160" title="backbutton" src="http://fernandokarnagi.files.wordpress.com/2010/02/backbutton.png?w=460&#038;h=159" alt="" width="460" height="159" /></a></p>
<p>To me, it looks like this is IE 8 bug:</p>
<p><a href="http://connect.microsoft.com/IE/feedback/details/381508/webpage-has-expired" target="_blank">http://connect.microsoft.com/IE/feedback/details/381508/webpage-has-expired</a></p>
<p>So, when you encounter the similar problem, just leave it, or you can change the method from GET to POST.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=159&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2010/02/19/internet-explorer-ie-7-and-8-back-button-behavior-for-post-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/backbutton.png?w=300" medium="image">
			<media:title type="html">backbutton</media:title>
		</media:content>
	</item>
		<item>
		<title>EPHOX &#8211; New Way for IBM WCM Rich Text Editor</title>
		<link>http://fernandokarnagi.wordpress.com/2010/02/19/ephox-new-way-for-ibm-wcm-rich-text-editor/</link>
		<comments>http://fernandokarnagi.wordpress.com/2010/02/19/ephox-new-way-for-ibm-wcm-rich-text-editor/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 08:05:48 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=154</guid>
		<description><![CDATA[Hi Folks, It&#8217;s been a very long time not to post anything into my blog. It&#8217;s been very busy lately. Well, now let me start off by posting new technology on how to use EPHOX and customize it to replace the IBM WCM Rich Text Editor (RTE) 1. Go to this folder /usr/IBM/WebSphere/wps/wp_profile/installedApps/cxwps02/PA_WCM_Authoring_UI.ear/ilwwcm-authoring.war/res/editlivejava Create a <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=154&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Folks,</p>
<p>It&#8217;s been a very long time not to post anything into my blog. It&#8217;s been very busy lately. Well, now let me start off by posting new technology on how to use EPHOX and customize it to replace the IBM WCM Rich Text Editor (RTE)</p>
<p><span id="more-154"></span></p>
<p>1. Go to this folder<br />
/usr/IBM/WebSphere/wps/wp_profile/installedApps/cxwps02/PA_WCM_Authoring_UI.ear/ilwwcm-authoring.war/res/editlivejava<br />
Create a copy of the “sample_eljconfig.xml” file, let’s say eljconfig.xml.<br />
Change the “toolbarComboBox” item</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/1.png"><img class="alignnone size-medium wp-image-155" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/1.png?w=300&#038;h=203" alt="" width="300" height="203" /></a></p>
<p>2. And remove the unnecessary font types or sizes and refresh the browser<br />
Change the /usr/IBM/WebSphere/wps/wp_profile/installedApps/cxwps02/PA_WCM_Authoring_UI.ear/ilwwcm-authoring.war/jsp/html/EditLiveJavaEditor.jsp</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/11.png"><img class="alignnone size-medium wp-image-156" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/11.png?w=300&#038;h=177" alt="" width="300" height="177" /></a></p>
<p>3.  Now testing</p>
<p><a href="http://fernandokarnagi.files.wordpress.com/2010/02/12.png"><img class="alignnone size-medium wp-image-157" title="1" src="http://fernandokarnagi.files.wordpress.com/2010/02/12.png?w=300&#038;h=168" alt="" width="300" height="168" /></a></p>
<p>Well, if you want to install, follow these steps:</p>
<p><strong>1 Before You Begin</strong></p>
<p>1.1 Backups<br />
Always backup your portlets before performing any of the installation procedures outlined in this document.</p>
<p>1.2 Recommended ILWCM Fix Level<br />
Upgrading to ILWCM 6.1.0.1 Cumulative Fix 6 or later is recommended prior to installing the editor.</p>
<p>1.3 Upgrade Process for Cumulative Fixes and Fixpacks<br />
The appropriate instructions for “Re-deployment after an upgrade” for Single Server Deployment or Clustered Deployment must be followed after every ILWCM cumulative fix install and every Websphere Portal fixpack install.</p>
<p>1.4 First-time Installation<br />
If you do not have the updated rich text editor already installed on your ILWCM deployment, you must follow the appropriate “Initial Installation” instructions for either a Single Server Deployment or Clustered Deployment.<br />
Also you must use the editor package downloaded from Passport Advantage or received on CD. This will ensure all of the appropriate files are deployed, including the necessary license key.</p>
<p>1.5 Ensuring Latest Editor Version<br />
When installing the editor for the first time, please note there may be a later fix of the editor available for download. Please download the latest fix level from Fix Central, then:<br />
· First follow the “Initial Installation” instructions with the editor package you downloaded from Passport Advantage or received on CD<br />
· Then follow the “Applying an Editor Fix” instructions with the editor fix you<br />
downloaded from Fix Central If you have already installed the editor, you can check Fix Central for editor fixes, or you may be instructed to install an editor fix by IBM support. After downloading or receiving a fix, follow the “Applying an Editor Fix” instructions.</p>
<p><strong>2 Single Server Deployment</strong></p>
<p>2.1 Initial Installation<br />
These instructions are to be used when deploying the updated editor onto your ILWCM deployment for the first time in a single server environment.<br />
<span style="text-decoration:underline;">Step 1</span> – Copy Integration Files to Portal Server Machine<br />
Copy the editor files to a temporary location on the machine hosting the IBM<br />
Websphere Portal Server.<br />
<span style="text-decoration:underline;">Step 2</span> – Copy Integration Files to ILWCM Root Directory<br />
1. Copy the contents of the web directory, located at the temporary directory<br />
where the editor files were placed.<br />
2. Paste these files into the root directory of your installed ILWCM Authoring<br />
Portlet Example: For Websphere 6.1: The root directory for your ILWCM Authoring<br />
Portlet will be similar to the following:<br />
C:/Program Files/IBM/Websphere/wp_profile/installedApps/<br />
[nodeName]/PA_WCM_Authoring_UI.ear/ilwwcmauthoring.<br />
war<br />
3. In order to use the editor to edit content inline, you’ll also need to paste these files into the root directory of your installed ILWCM Local Rendering Portlet Example: For Websphere 6.1: The root directory for your ILWCM Local Rendering Portlet will be similar to the following:<br />
C:/Program Files/IBM/Websphere/wp_profile/installedApps/<br />
[nodeName]/PA_WCMLocalRendering.ear/ilwwcmlocalrende.<br />
war<br />
<span style="text-decoration:underline;">Step 3 </span>– Specify the editor as the default in ILWCM<br />
1. Log in to Websphere Portal as a user with administrative access<br />
2. Configure the ILWCM Authoring Portlet to use the editor<br />
a. Navigate to the ILWCM Authoring Portlet<br />
b. Click on the Configure link<br />
c. Expand the Rich Text Options section<br />
d. In the text field that displays, enter EditLiveJavaEditor.jsp<br />
e. Click OK<br />
3. If you also wish to use the editor to edit content inline:<br />
a. Navigate to the Administration section, then Portlet Management, Portlets<br />
b. Search for the “Web Content Viewer” portlet<br />
c. Click the Configure Portlet button next to the “Web Content Viewer” portlet<br />
d. Enter a new parameter “WCM_RICH_TEXT_EDITOR” with the new value of “/jsp/html/EditLiveJavaEditor.jsp”<br />
e. Click Add to add the new parameter<br />
f. Click OK to save the configuration change</p>
<p>2.2 Re-Deploying Editor After an Upgrade<br />
These instructions are to be used when re-deploying the updated editor after upgrading your ILWCM deployment in a single server environment.<br />
NOTE: this procedure must be followed after both cumulative fix and fixpack installs.<br />
<span style="text-decoration:underline;">Step 1</span> – Backup Integration Files<br />
Backup these files and one directory (including all contents of this directory)<br />
from the root directory of your ILWCM Authoring Portlet:<br />
/jsp/html/customFunctionality.jsp<br />
/jsp/html/EditLiveJavaEditor.jsp<br />
/jsp/html/sharedMethods.jsp<br />
/res/editlivebaseurl.js<br />
/res/EditLiveJavaEditor.js<br />
/res/editlivejava<br />
<span style="text-decoration:underline;">Step 2</span> – Install ILWCM Upgrade<br />
Perform ILWCM upgrade as per instructions.<br />
<span style="text-decoration:underline;">Step 3 </span>– Restore Integration Files<br />
1. Restore the files and directories backed-up in step 1. into the root directory of your installed ILWCM Authoring Portlet<br />
2. If the editor is being used to edit content inline then you must also restore the backed-up files into the root directory of your installed ILWCM Local<br />
Rendering Portlet</p>
<p>2.3 Applying an Editor Fix<br />
These instructions are to be used when applying a fix to the updated editor on an ILWCM deployment in a single server environment.<br />
<span style="text-decoration:underline;">Step 1</span> – Copy Integration Files to Portal Server Machine<br />
Move the editor files to a temporary location on the machine hosting the IBM<br />
Websphere Portal Server.<br />
<span style="text-decoration:underline;">Step 2</span> – Copy Integration Files to ILWCM Root Directory<br />
1. Copy the contents of the web directory, located at the temporary directory<br />
where the editor files were placed.<br />
2. Paste these files into the root directory of your installed ILWCM Authoring<br />
Portlet<br />
Example: For Websphere 6.1: The root directory for your ILWCM Authoring<br />
Portlet will be similar to the following:<br />
C:/Program Files/IBM/Websphere/wp_profile/installedApps/<br />
[nodeName]/PA_WCM_Authoring_UI.ear/ilwwcmauthoring.<br />
war<br />
3. If the editor is being used to edit content inline, you’ll also need to paste these files into the root directory of your installed ILWCM Local Rendering Portlet<br />
Example: For Websphere 6.1: The root directory for your ILWCM Local<br />
Rendering Portlet will be similar to the following:<br />
C:/Program Files/IBM/Websphere/wp_profile/installedApps/<br />
[nodeName]/PA_WCMLocalRendering.ear/ilwwcmlocalrende.<br />
war</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=154&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2010/02/19/ephox-new-way-for-ibm-wcm-rich-text-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/1.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/11.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://fernandokarnagi.files.wordpress.com/2010/02/12.png?w=300" medium="image">
			<media:title type="html">1</media:title>
		</media:content>
	</item>
		<item>
		<title>WebSphere Portal 6.0 Multi /GET/Command.Login issue</title>
		<link>http://fernandokarnagi.wordpress.com/2009/08/29/websphere-portal-6-0-multi-getcommand-login-issue/</link>
		<comments>http://fernandokarnagi.wordpress.com/2009/08/29/websphere-portal-6-0-multi-getcommand-login-issue/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 08:11:35 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=150</guid>
		<description><![CDATA[Hi Folks, After months of troubleshooting in our client side, we finallymanaged to solve the Multi /GET/Command.Login issue in our WebSphere Portal environment. Basically it is caused by the unproper JSESSIONID cookie handling by the WPS 6.0. These are the steps to solve it: Change the WebSphere Portal cookie name to something else, as long <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=150&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Folks,</p>
<p>After months of troubleshooting in our client side, we finallymanaged to solve the Multi /GET/Command.Login issue in our WebSphere Portal environment.</p>
<p><span id="more-150"></span>Basically it is caused by the unproper JSESSIONID cookie handling by the WPS 6.0. These are the steps to solve it:</p>
<ol>
<li>Change the WebSphere Portal cookie name to something else, as long as not JSESSIONID (let&#8217;s say FERNANDO-JSESSIONID)</li>
<li>Navigate to Resources-&gt;Resource Environment providers-&gt;WP PortletServiceRegistryService-&gt;Custom Properties</li>
<li>Add the following custom properties: com.ibm.wps.pb.service.PropertyBrokerServiceImpl.sessionid.cookie.names =&lt;new_cookie_name&gt; and com.ibm.wps.propertybroker.standard.service.PropertyBrokerServiceWrapper.com.ibm.portal.propertybroker.standard.sessionid.cookie.names.property = &lt;new_cookie_name&gt;</li>
<li>Save and synchronize to Nodes</li>
<li>Generate and Propagate the Web Plugin</li>
<li>Then restart both Nodes</li>
</ol>
<p>Hope this will be helpful!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=150&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2009/08/29/websphere-portal-6-0-multi-getcommand-login-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>
	</item>
		<item>
		<title>Lotus Domino Quickr Group Authorization not Working</title>
		<link>http://fernandokarnagi.wordpress.com/2009/06/01/lotus-domino-quickr-group-authorization-not-working/</link>
		<comments>http://fernandokarnagi.wordpress.com/2009/06/01/lotus-domino-quickr-group-authorization-not-working/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 14:57:09 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Lotus Quickr]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=140</guid>
		<description><![CDATA[Hi Folks, What a long weekend, just to troubleshoot why the Group Authorization does not work in my Lotus Domino Quickr server. Actually it is just a silly mistake that I did when adding the group into that Place ACL. Basically these are the correct steps&#8230; If you like to use qptool command, use this <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=140&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Folks,</p>
<p>What a long weekend, just to troubleshoot why the Group Authorization does not work in my Lotus Domino Quickr server. Actually it is just a silly mistake that I did when adding the group into that Place ACL. Basically these are the correct steps&#8230;</p>
<p><span id="more-140"></span></p>
<p>If you like to use qptool command, use this command:</p>
<p>&#8220;load qptool addmember -g <em>parameter ..</em>&#8220;; the &#8216;-g&#8217; here means that the DN that we are adding is the DN for external group.</p>
<p>If you like to do it manually using the Quickr Manage Members GUI, just make sure that you select the &#8220;Group&#8221; radio button when searching and adding the search entries.</p>
<p>But, if it is already too late, just simply use &#8220;load qptool updatemember <em>-</em>targetg <em>parameter</em>&#8221; command to promote the DN to be Group External.</p>
<p>Hope this will help.</p>
<p>Cheers!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=140&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2009/06/01/lotus-domino-quickr-group-authorization-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>
	</item>
		<item>
		<title>WCM Syndication &#8211; Failed to Fetch Error</title>
		<link>http://fernandokarnagi.wordpress.com/2009/05/20/wcm-syndication-failed-to-fetch-error/</link>
		<comments>http://fernandokarnagi.wordpress.com/2009/05/20/wcm-syndication-failed-to-fetch-error/#comments</comments>
		<pubDate>Wed, 20 May 2009 06:22:11 +0000</pubDate>
		<dc:creator>fernandokarnagi</dc:creator>
				<category><![CDATA[Portal]]></category>

		<guid isPermaLink="false">http://fernandokarnagi.wordpress.com/?p=138</guid>
		<description><![CDATA[Hi Folks, Last weekend I hit the &#8220;Failed to Fetch&#8221; error during the WCM Syndication. After consulting to several IBM engineers, I finally managed to solve it. This article shows you how to solve this issue. This is the error that you will see in the &#8220;SystemOut.logDepRef(id:e1e33e004d38843daddcbfa9d90c6c64 type: com.aptrix.pluto.cmpnt.FileResourceCmpnt nonDraft:true draft:false purged:false parentId:e1e33e004d38843daddcbfa9d90c6c64 timeStamp:1242648680000 stateUpdate: <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=138&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Folks,</p>
<p>Last weekend I hit the &#8220;Failed to Fetch&#8221; error during the WCM Syndication. After consulting to several IBM engineers, I finally managed to solve it.</p>
<p>This article shows you how to solve this issue.</p>
<p><span id="more-138"></span>This is the error that you will see in the</p>
<p>&#8220;SystemOut.logDepRef(id:e1e33e004d38843daddcbfa9d90c6c64 type: com.aptrix.pluto.cmpnt.FileResourceCmpnt nonDraft:true draft:false purged:false parentId:e1e33e004d38843daddcbfa9d90c6c64 timeStamp:1242648680000 stateUpdate: false versions:null) could not be found&#8221;</p>
<p>These are the steps to solve it:</p>
<ol>
<li>Delete the existing syndicator-subscriber pair</li>
<li>Stop the portal server on the syndicator machine</li>
<li>Navigate to /WPSHOME/config</li>
<li>Run the /wpsconfig.bat wcm-reset-event-log task. This will essentially clear the data that the syndicator is using to send the content. Note that this is to be run inside the syndicator machine</li>
<li>You might also want to exclude the versions from the syndication by adding &#8220;deployment.noVersions=true&#8221; inside the WCMConfigService.properties in both syndicator and subscriber machines</li>
<li>Start the portal server at the syndicator machine</li>
<li>Re-create the syndicator &#8211; subscriber pair</li>
<li>Make sure that you rebuild the syndication once this has been done.</li>
</ol>
<p>Hope this will help everyone!</p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fernandokarnagi.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fernandokarnagi.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fernandokarnagi.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fernandokarnagi.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fernandokarnagi.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fernandokarnagi.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fernandokarnagi.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fernandokarnagi.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fernandokarnagi.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fernandokarnagi.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fernandokarnagi.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fernandokarnagi.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fernandokarnagi.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fernandokarnagi.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fernandokarnagi.wordpress.com&amp;blog=3034029&amp;post=138&amp;subd=fernandokarnagi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fernandokarnagi.wordpress.com/2009/05/20/wcm-syndication-failed-to-fetch-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/541f5714ddc853b011e753a94a7d1f8e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Fernando</media:title>
		</media:content>
	</item>
	</channel>
</rss>
