<?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: Multiple Instances of Tomcat with Apache</title>
	<atom:link href="http://www.techiepark.com/tutorials/multiple-instances-of-tomcat-with-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com/tutorials/multiple-instances-of-tomcat-with-apache/</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Wed, 21 Jul 2010 05:49:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Shatner and Sulu: Apache To Multiple Tomcat Servers</title>
		<link>http://www.techiepark.com/tutorials/multiple-instances-of-tomcat-with-apache/comment-page-1/#comment-52</link>
		<dc:creator>Shatner and Sulu: Apache To Multiple Tomcat Servers</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/multiple-instances-of-tomcat-with-apache/#comment-52</guid>
		<description>[...] post is basically a response to an article that is over @ JavaTechie Its just to show how to send traffic to multiple tomcat servers using mod_proxy_ajp in Apache 2.2. [...]</description>
		<content:encoded><![CDATA[<p>[...] post is basically a response to an article that is over @ JavaTechie Its just to show how to send traffic to multiple tomcat servers using mod_proxy_ajp in Apache 2.2. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dammitAdam</title>
		<link>http://www.techiepark.com/tutorials/multiple-instances-of-tomcat-with-apache/comment-page-1/#comment-51</link>
		<dc:creator>dammitAdam</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/multiple-instances-of-tomcat-with-apache/#comment-51</guid>
		<description>My code got messed up above - I&#039;ve dropped the Apache 2.2 config into my blog here:

http://shatnerandsulu.wikidot.com/blog:apache-tomcat-multiple-servers</description>
		<content:encoded><![CDATA[<p>My code got messed up above &#8211; I&#8217;ve dropped the Apache 2.2 config into my blog here:</p>
<p><a href="http://shatnerandsulu.wikidot.com/blog:apache-tomcat-multiple-servers" rel="nofollow">http://shatnerandsulu.wikidot.com/blog:apache-tomcat-multiple-servers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dammitAdam</title>
		<link>http://www.techiepark.com/tutorials/multiple-instances-of-tomcat-with-apache/comment-page-1/#comment-48</link>
		<dc:creator>dammitAdam</dc:creator>
		<pubDate>Fri, 17 Apr 2009 07:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/multiple-instances-of-tomcat-with-apache/#comment-48</guid>
		<description>Not to spam your site - but this is another place where mod_proxy_ajp in Apache 2.2 would be a real lifesaver:
   ProxyPass ajp://localhost:8009/application1/
   ProxyPass ajp://localhost:8109/application2/
   ProxyPass ajp://localhost:8209/application3/

This avoids all of the workers config, and is much more logical (to me anyways)</description>
		<content:encoded><![CDATA[<p>Not to spam your site &#8211; but this is another place where mod_proxy_ajp in Apache 2.2 would be a real lifesaver:<br />
   ProxyPass ajp://localhost:8009/application1/<br />
   ProxyPass ajp://localhost:8109/application2/<br />
   ProxyPass ajp://localhost:8209/application3/</p>
<p>This avoids all of the workers config, and is much more logical (to me anyways)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kor Kiley</title>
		<link>http://www.techiepark.com/tutorials/multiple-instances-of-tomcat-with-apache/comment-page-1/#comment-50</link>
		<dc:creator>Kor Kiley</dc:creator>
		<pubDate>Wed, 15 Apr 2009 13:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/multiple-instances-of-tomcat-with-apache/#comment-50</guid>
		<description>OK.  Try this:

&quot;&lt;!-- Text to be commented --&gt;&quot;

WordPress is apparently interpreting these comments as HTML and not literal text.  I&#039;m trying quotes around the comment syntax.  If that doesn&#039;t work, I give up.  I&#039;m sure anyone reading this article already knows how to comment XML/HTML anyway.

Kor</description>
		<content:encoded><![CDATA[<p>OK.  Try this:</p>
<p>&#8220;<!-- Text to be commented -->&#8221;</p>
<p>WordPress is apparently interpreting these comments as HTML and not literal text.  I&#8217;m trying quotes around the comment syntax.  If that doesn&#8217;t work, I give up.  I&#8217;m sure anyone reading this article already knows how to comment XML/HTML anyway.</p>
<p>Kor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kor Kiley</title>
		<link>http://www.techiepark.com/tutorials/multiple-instances-of-tomcat-with-apache/comment-page-1/#comment-49</link>
		<dc:creator>Kor Kiley</dc:creator>
		<pubDate>Wed, 15 Apr 2009 13:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/multiple-instances-of-tomcat-with-apache/#comment-49</guid>
		<description>The text about the comment syntax above got cut off.  If you really want to comment a section out you need to surround it with a comment like so:


&lt;!-- Text to be commented out. --&gt;</description>
		<content:encoded><![CDATA[<p>The text about the comment syntax above got cut off.  If you really want to comment a section out you need to surround it with a comment like so:</p>
<p><!-- Text to be commented out. --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty McGee</title>
		<link>http://www.techiepark.com/tutorials/multiple-instances-of-tomcat-with-apache/comment-page-1/#comment-47</link>
		<dc:creator>Marty McGee</dc:creator>
		<pubDate>Thu, 24 Jul 2008 07:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2008/01/07/multiple-instances-of-tomcat-with-apache/#comment-47</guid>
		<description>Great article! Just what I&#039;m looking for. Any chance we could get a cleanup of the last bits of code?  It seems Wordpress has deleted the line breaks (as previous versions of WP are notorious for). Thanks!</description>
		<content:encoded><![CDATA[<p>Great article! Just what I&#8217;m looking for. Any chance we could get a cleanup of the last bits of code?  It seems WordPress has deleted the line breaks (as previous versions of WP are notorious for). Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
