<?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/"
	>

<channel>
	<title>Arejae.Com</title>
	<atom:link href="http://www.arejae.com/blogv2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arejae.com/blogv2</link>
	<description>me,myself,english and programming..</description>
	<lastBuildDate>Mon, 08 Feb 2010 00:02:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change SVN URL in Eclipse</title>
		<link>http://www.arejae.com/blogv2/how-to-change-svn-url-in-eclipse.html</link>
		<comments>http://www.arejae.com/blogv2/how-to-change-svn-url-in-eclipse.html#comments</comments>
		<pubDate>Mon, 08 Feb 2010 00:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.arejae.com/blogv2/how-to-change-svn-url-in-eclipse.html</guid>
		<description><![CDATA[For whatever reason, sometimes you will need to change your SVN URL. Perhaps you need to place the server to a new building and change the ip address. After the changes, you cannot commit to that server using your eclipse.
To solve the problem, you can relocate your SVN server and change to the new URL. [...]]]></description>
			<content:encoded><![CDATA[<p>For whatever reason, sometimes you will need to change your SVN URL. Perhaps you need to place the server to a new building and change the ip address. After the changes, you cannot commit to that server using your eclipse.</p>
<p>To solve the problem, you can <strong>relocate</strong> your SVN server and change to the new URL. Look at the image below and you will know that it&#8217;s very easy</p>
<p><u>Open up SVN Repositories perspective in eclipse</u>.</p>
<p><img alt="SVN Relocate" src="http://www.arejae.com/blogv2/wp-content/uploads/2010/02/svn_relocate.png" width="410" height="278" /></p>
<p><span id="more-668"></span>
<p><u>Change to the new URL.</u></p>
<p><img alt="SVN Relocate2" src="http://www.arejae.com/blogv2/wp-content/uploads/2010/02/svn_relocate2.png" width="299" height="158" /></p>
<p>That&#8217;s all.</p>
<p>Till then&#8230;happy coding.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arejae.com/blogv2/how-to-change-svn-url-in-eclipse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>window.onload() in IE and FF</title>
		<link>http://www.arejae.com/blogv2/window-onload-in-ie-and-ff.html</link>
		<comments>http://www.arejae.com/blogv2/window-onload-in-ie-and-ff.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.arejae.com/blogv2/window-onload-in-ie-and-ff.html</guid>
		<description><![CDATA[For my team members.
The following works under both IE and FF:
window.onload = function() {
alert(0);
}
Happy coding,
-Just me-
]]></description>
			<content:encoded><![CDATA[<p>For my team members.</p>
<p>The following works under both IE and FF:</p>
<p>window.onload = function() {<br />
alert(0);<br />
}</p>
<p>Happy coding,</p>
<p>-Just me-</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arejae.com/blogv2/window-onload-in-ie-and-ff.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade my wordpress and change new theme</title>
		<link>http://www.arejae.com/blogv2/upgrade-my-wordpress-and-change-new-theme.html</link>
		<comments>http://www.arejae.com/blogv2/upgrade-my-wordpress-and-change-new-theme.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 04:13:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.arejae.com/blogv2/upgrade-my-wordpress-and-change-new-theme.html</guid>
		<description><![CDATA[I just upgrade my wordpress to the latest version. Instead of upgrade it automatically, I choose to manually upgrade and change my url from www.arejae.com/blog to www.arejae.com/blogv2. I also change the theme too.
Old vs New

I&#8217;m not sure how long I can keep this theme. I just want to test the performance first and will decide [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgrade my wordpress to the latest version. Instead of upgrade it automatically, I choose to manually upgrade and change my url from <a href="http://www.arejae.com/blog">www.arejae.com/blog</a> to <a href="http://www.arejae.com/blogv2">www.arejae.com/blogv2</a>. I also change the theme too.</p>
<p>Old vs New</p>
<p><img alt="old" src="http://www.arejae.com/blogv2/wp-content/uploads/2010/02/old.png" width="240" height="111" /><img alt="new" src="http://www.arejae.com/blogv2/wp-content/uploads/2010/02/new.png" width="240" height="110" /></p>
<p>I&#8217;m not sure how long I can keep this theme. I just want to test the performance first and will decide it later. <img src='http://www.arejae.com/blogv2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Migrating all the data from old to my new blog is very easy.</p>
<p><span id="more-659"></span>
<p>Just use export and import function from administrator menu. No need to crack your head to create your own migration scripts or use whatever ETL tools out there.</p>
<p>Since I change my url, I need to change my <strong>.htaccess</strong> file to make sure my visitors from search engine will be redirect to my latest url and no broken link whatsoever.</p>
<p><u>.htaccess</u></p>
<p>Redirect /blog <a href="http://www.arejae.com/blogv2">http://www.arejae.com/blogv2</a></p>
<p>That&#8217;s it. Hope you can learn something from it. <img src='http://www.arejae.com/blogv2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Till then&#8230; salam.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arejae.com/blogv2/upgrade-my-wordpress-and-change-new-theme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Tomcat High Availability and Load Balancing</title>
		<link>http://www.arejae.com/blogv2/apache-tomcat-high-availability-and-load-balancing.html</link>
		<comments>http://www.arejae.com/blogv2/apache-tomcat-high-availability-and-load-balancing.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 02:25:16 +0000</pubDate>
		<dc:creator>arejae</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.arejae.com/blog/apache-tomcat-high-availability-and-load-balancing.html</guid>
		<description><![CDATA[The objective for High Availability (HA) is to provide failover,so that if one server in the cluster goes down, then the other servers should be able to take over.
The objective for load balancing is to distribute the load among the servers in the cluster and provide the best response time to the end user.
How to [...]]]></description>
			<content:encoded><![CDATA[<p>The objective for <strong>High Availability (HA)</strong> is to provide failover,so that if one server in the cluster goes down, then the other servers should be able to take over.</p>
<p>The objective for <strong>load balancing</strong> is to distribute the load among the servers in the cluster and provide the best response time to the end user.</p>
<p>How to implement this solution using Apache Web Server + Mod JK + Tomcat ?</p>
<p><img alt="apachemodjk" src="http://www.arejae.com/blogv2/wp-content/uploads/2010/02/apachemodjk-2.png" width="384" height="300" /></p>
<p><span id="more-646"></span>
<p>There are so many reference that you can refer, the best one that I found is <a href="http://blogs.sourceallies.com/2009/12/apachetomcat-with-failover-and-load-balancing-in-20-minutes-or-less/" target="_blank">here</a>. As usual, you can google for another references. <img src='http://www.arejae.com/blogv2/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Those in a red box are the important things that you need to figure it out. It takes me a few day just to know that I am using a wrong port number. So please be careful about that so you are not doing the same mistake like I did.</p>
<p><u>httpd.conf</u></p>
<p><img alt="1" src="http://www.arejae.com/blogv2/wp-content/uploads/2010/02/1.png" width="260" height="63" /></p>
<p><u>workers.properties</u></p>
<p><img alt="2" src="http://www.arejae.com/blogv2/wp-content/uploads/2010/02/2.png" width="428" height="182" /></p>
<p><u>server.xml</u></p>
<p><img alt="3" src="http://www.arejae.com/blogv2/wp-content/uploads/2010/02/3.png" width="450" height="46" /></p>
<p>&nbsp;</p>
<p>In this example, I am using localhost as the host. For real application, this should be replace by the IP number of your real server.</p>
<p>That&#8217;s it.</p>
<p>Till then&#8230;adioss.</p>
<p>p/s: Today is my daughter&#8217;s birthday Hana Humaira. Happy birthday dear !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arejae.com/blogv2/apache-tomcat-high-availability-and-load-balancing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I want for arejae.com in 2010</title>
		<link>http://www.arejae.com/blogv2/what-i-want-for-arejaecom-in-2010.html</link>
		<comments>http://www.arejae.com/blogv2/what-i-want-for-arejaecom-in-2010.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:31:10 +0000</pubDate>
		<dc:creator>arejae</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.arejae.com/blog/what-i-want-for-arejaecom-in-2010.html</guid>
		<description><![CDATA[Wow, January 2010 nearly come to the end.
This is my first post for this year. Hopefully, I can share more information in this blog. Mostly on my project that I currently involve.
I got so many things to share. It&#8217;s about LeBAH,Java,Apache Velocity,Oracle 11G,Apache Web Server,Tomcat Application Server,Load balancing,Mod_JK,Clustering,jQuery,scriptaculous,iReport and many more but stuck on how [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, January 2010 nearly come to the end.</p>
<p>This is my first post for this year. Hopefully, I can share more information in this blog. Mostly on my project that I currently involve.</p>
<p>I got so many things to share. It&#8217;s about LeBAH,Java,Apache Velocity,Oracle 11G,Apache Web Server,Tomcat Application Server,Load balancing,Mod_JK,Clustering,jQuery,scriptaculous,iReport and many more but stuck on how to write it in a proper way.</p>
<p>So, here you go. I will write whatever I like in my own way. As for my blog title suggest, it&#8217;s about me,myself,english and programming.</p>
<p>Hopefully this will be my good start.</p>
<p>Adioss..</p>
<p>p/s: Do what you can with what you have, where you are !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arejae.com/blogv2/what-i-want-for-arejaecom-in-2010.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
