<?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: Installing Tomcat 6.0.x Behind Apache 2.2.x</title>
	<atom:link href="http://www.latko.org/2009/02/12/installing-tomcat-60x-behind-apache-22x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.latko.org/2009/02/12/installing-tomcat-60x-behind-apache-22x/</link>
	<description>A Misanthropic Anthropoid With Something to Say</description>
	<lastBuildDate>Wed, 21 Dec 2011 15:23:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Paul</title>
		<link>http://www.latko.org/2009/02/12/installing-tomcat-60x-behind-apache-22x/comment-page-1/#comment-23961</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 09 Nov 2010 23:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=165#comment-23961</guid>
		<description>@Jacques Use a rewrite rule to only proxy .jsp files.  Also proxy pass is slower then using mod ajp.  ajp and also passes across more information.  Here is an example. 
 
RewriteEngine On 
RewriteRule ^/(.*.jsp)$ ajp://localhost:8009/$1 
 
This will only pass jsp requests to tomcat rather then every request ie static html </description>
		<content:encoded><![CDATA[<p>@Jacques Use a rewrite rule to only proxy .jsp files.  Also proxy pass is slower then using mod ajp.  ajp and also passes across more information.  Here is an example. </p>
<p>RewriteEngine On<br />
RewriteRule ^/(.*.jsp)$ ajp://localhost:8009/$1 </p>
<p>This will only pass jsp requests to tomcat rather then every request ie static html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chandpriyankara</title>
		<link>http://www.latko.org/2009/02/12/installing-tomcat-60x-behind-apache-22x/comment-page-1/#comment-22730</link>
		<dc:creator>chandpriyankara</dc:creator>
		<pubDate>Fri, 10 Sep 2010 04:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=165#comment-22730</guid>
		<description>Is it to use &#039;find httpd&#039; or &#039;which httpd&#039;?</description>
		<content:encoded><![CDATA[<p>Is it to use &#8216;find httpd&#8217; or &#8216;which httpd&#8217;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confluence: Web Channel</title>
		<link>http://www.latko.org/2009/02/12/installing-tomcat-60x-behind-apache-22x/comment-page-1/#comment-14820</link>
		<dc:creator>Confluence: Web Channel</dc:creator>
		<pubDate>Fri, 19 Mar 2010 17:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=165#comment-14820</guid>
		<description>&lt;strong&gt;CMS Tomcat Environment Setup (OSx)...&lt;/strong&gt;

Steps to getting a CMS Dev environment up and running on a Mac OSx machine 1. Download and install XCode here...</description>
		<content:encoded><![CDATA[<p><strong>CMS Tomcat Environment Setup (OSx)&#8230;</strong></p>
<p>Steps to getting a CMS Dev environment up and running on a Mac OSx machine 1. Download and install XCode here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques Wang</title>
		<link>http://www.latko.org/2009/02/12/installing-tomcat-60x-behind-apache-22x/comment-page-1/#comment-334</link>
		<dc:creator>Jacques Wang</dc:creator>
		<pubDate>Sun, 15 Mar 2009 02:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.latko.org/?p=165#comment-334</guid>
		<description>Hi Chris,

I appreciate your posting, I did make the proxy working by following your steps.

the extra issue I face is, now the apache relays all requests (eg, static html pages) to tomcat, even I put these pages in doc root of apache, they can not be served by httpd.

is there way to let httpd to serve docs in its docRoot  and let tomcat to server servlets/jsp only ?

thanks,
Jac</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I appreciate your posting, I did make the proxy working by following your steps.</p>
<p>the extra issue I face is, now the apache relays all requests (eg, static html pages) to tomcat, even I put these pages in doc root of apache, they can not be served by httpd.</p>
<p>is there way to let httpd to serve docs in its docRoot  and let tomcat to server servlets/jsp only ?</p>
<p>thanks,<br />
Jac</p>
]]></content:encoded>
	</item>
</channel>
</rss>

