<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Apache 2.x + Tomcat 4.x + Load Balancing</title>
	<atom:link href="http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Wed, 01 Feb 2012 03:21:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Apache Linux Tomcat configuration &#171; Creativity never stops</title>
		<link>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/comment-page-1/#comment-98</link>
		<dc:creator>Apache Linux Tomcat configuration &#171; Creativity never stops</dc:creator>
		<pubDate>Thu, 30 Apr 2009 11:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=177#comment-98</guid>
		<description>[...]  Apache 2.x + Tomcat 4.x + Load Balancing Tutor  [...]</description>
		<content:encoded><![CDATA[<p>[...]  Apache 2.x + Tomcat 4.x + Load Balancing Tutor  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dammitAdam</title>
		<link>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/comment-page-1/#comment-95</link>
		<dc:creator>dammitAdam</dc:creator>
		<pubDate>Fri, 17 Apr 2009 04:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=177#comment-95</guid>
		<description>I&#039;ve got to ask - why not use mod_proxy_ajp?  it supports load balancing (mod_proxy_balance), JsessionID for session affinity, and a variety of load balancing methods.

Check out my quick and dirty here: http://shatnerandsulu.wikidot.com/apache

This is about 100x simpler than what you have described here, but does require apache 2.2.

Great blog by the way!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got to ask &#8211; why not use mod_proxy_ajp?  it supports load balancing (mod_proxy_balance), JsessionID for session affinity, and a variety of load balancing methods.</p>
<p>Check out my quick and dirty here: <a href="http://shatnerandsulu.wikidot.com/apache" rel="nofollow">http://shatnerandsulu.wikidot.com/apache</a></p>
<p>This is about 100x simpler than what you have described here, but does require apache 2.2.</p>
<p>Great blog by the way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cojusibojepi</title>
		<link>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/comment-page-1/#comment-97</link>
		<dc:creator>cojusibojepi</dc:creator>
		<pubDate>Fri, 10 Apr 2009 04:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=177#comment-97</guid>
		<description>My friend on Orkut shared this link with me and I&#039;m not dissapointed at all that I came here.</description>
		<content:encoded><![CDATA[<p>My friend on Orkut shared this link with me and I&#8217;m not dissapointed at all that I came here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colfliaineece</title>
		<link>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/comment-page-1/#comment-96</link>
		<dc:creator>Colfliaineece</dc:creator>
		<pubDate>Thu, 09 Apr 2009 20:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=177#comment-96</guid>
		<description>FANTASTIC!</description>
		<content:encoded><![CDATA[<p>FANTASTIC!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/comment-page-1/#comment-94</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 01 Mar 2009 14:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=177#comment-94</guid>
		<description>Just passing by.Btw, your website have great content!</description>
		<content:encoded><![CDATA[<p>Just passing by.Btw, your website have great content!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ring &#187; Blog Archive &#187; Apache 2.x + Tomcat 4.x + Load Balancing « JavaTechie</title>
		<link>http://www.techiepark.com/tutorials/apache-2x-tomcat-4x-load-balancing/comment-page-1/#comment-93</link>
		<dc:creator>ring &#187; Blog Archive &#187; Apache 2.x + Tomcat 4.x + Load Balancing « JavaTechie</dc:creator>
		<pubDate>Thu, 12 Feb 2009 11:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/?p=177#comment-93</guid>
		<description>[...] unknown wrote an interesting post today onHere&#8217;s a quick excerptNow we will create a file called worker.properties, and we will place it under /usr/local/apache2/conf. The worker.properties file tells Apache about the various Tomcat servers that are running, and on which port they are listening. In my setup, I installed the two Tomcat &#8230; Until then all work is redirected to peer # worker. worker.loadbalancer.type=lb worker.loadbalancer.balanced_workers=tomcat1, tomcat2 # # END workers.properties #. That’s it, we’re done with Apache. &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] unknown wrote an interesting post today onHere&#8217;s a quick excerptNow we will create a file called worker.properties, and we will place it under /usr/local/apache2/conf. The worker.properties file tells Apache about the various Tomcat servers that are running, and on which port they are listening. In my setup, I installed the two Tomcat &#8230; Until then all work is redirected to peer # worker. worker.loadbalancer.type=lb worker.loadbalancer.balanced_workers=tomcat1, tomcat2 # # END workers.properties #. That’s it, we’re done with Apache. &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

