<?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"
	>
<channel>
	<title>Comments for John Turner</title>
	<atom:link href="http://www.johnturner.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnturner.com</link>
	<description>World Domination...not THE world, just mine.</description>
	<pubDate>Fri, 25 Jul 2008 08:02:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Bye, bye Netflix by John</title>
		<link>http://www.johnturner.com/2008/04/16/bye-bye-netflix/#comment-940</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 28 Apr 2008 14:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/2008/04/16/bye-bye-netflix/#comment-940</guid>
		<description>You should outsource your life to India like that guy did in "The Four Hour Workweek".  Then you'd have time to watch your movies!</description>
		<content:encoded><![CDATA[<p>You should outsource your life to India like that guy did in &#8220;The Four Hour Workweek&#8221;.  Then you&#8217;d have time to watch your movies!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bye, bye Netflix by Peter Filias</title>
		<link>http://www.johnturner.com/2008/04/16/bye-bye-netflix/#comment-939</link>
		<dc:creator>Peter Filias</dc:creator>
		<pubDate>Mon, 28 Apr 2008 14:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/2008/04/16/bye-bye-netflix/#comment-939</guid>
		<description>I just quit BlockBuster for the opposite reason. I have had Die Hard 4 Blu-Ray and one other movie for about 2 months now. I NEVER have time to watch them. Hell, the PPV option is a much better idea, and for a few bux more, we can watch some PPVs in HD.</description>
		<content:encoded><![CDATA[<p>I just quit BlockBuster for the opposite reason. I have had Die Hard 4 Blu-Ray and one other movie for about 2 months now. I NEVER have time to watch them. Hell, the PPV option is a much better idea, and for a few bux more, we can watch some PPVs in HD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mod_jk, Apache 2.0.48, Tomcat 4.1.29, WinXP by John</title>
		<link>http://www.johnturner.com/howtos/mod_jk-apache-2048-tomcat-4129-winxp/#comment-938</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 22 Apr 2008 23:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/mod_jk-apache-2048-tomcat-4129-winxp/#comment-938</guid>
		<description>Hi Carlos -

Yes, that's exactly what is happening.  It sounds like your mod_jk does not understand http://localhost/examples/jsp.

Your mod_jk configuration should have something like:

JkMount /examples/*.jsp ajp13
JkMount /examples/jsp/*.jsp ajp13

For every URL pattern you wish to "send" to Tomcat, you need a JkMount.  Use "*" to make a single JkMount statement work for many URL patterns.

If you are still having trouble, try setting JkLogLevel to "debug":

JkLogFile "C:/path/to/tomcat/logs/mod_jk.log"
JkLogLevel debug

Then try it again...the log will tell you exactly what is wrong.

- John</description>
		<content:encoded><![CDATA[<p>Hi Carlos -</p>
<p>Yes, that&#8217;s exactly what is happening.  It sounds like your mod_jk does not understand <a href="http://localhost/examples/jsp" rel="nofollow">http://localhost/examples/jsp</a>.</p>
<p>Your mod_jk configuration should have something like:</p>
<p>JkMount /examples/*.jsp ajp13<br />
JkMount /examples/jsp/*.jsp ajp13</p>
<p>For every URL pattern you wish to &#8220;send&#8221; to Tomcat, you need a JkMount.  Use &#8220;*&#8221; to make a single JkMount statement work for many URL patterns.</p>
<p>If you are still having trouble, try setting JkLogLevel to &#8220;debug&#8221;:</p>
<p>JkLogFile &#8220;C:/path/to/tomcat/logs/mod_jk.log&#8221;<br />
JkLogLevel debug</p>
<p>Then try it again&#8230;the log will tell you exactly what is wrong.</p>
<p>- John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mod_jk, Apache 2.0.48, Tomcat 4.1.29, WinXP by Carlos B.</title>
		<link>http://www.johnturner.com/howtos/mod_jk-apache-2048-tomcat-4129-winxp/#comment-937</link>
		<dc:creator>Carlos B.</dc:creator>
		<pubDate>Tue, 22 Apr 2008 23:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/mod_jk-apache-2048-tomcat-4129-winxp/#comment-937</guid>
		<description>Hi, 
First of all I want to let you know that yoru Howto for setting up the JSP server on Windows server 2003 has been very useful to me lately, so thanks for porting it.  
Secondly,  I wnated to see if you could help me figure out why I can get Tomcat to render JSP content if I try to (for example) access the 
 JSP installation examples using http://localhost:8080/examples/jsp.  But when 
 I try to try http://localhost/examples/jsp I get nothing but the raw html 
 code of the page (of a specific example). 

Does mod_jk needs further configuration?

I am using apache 2.2, tomcat 6.0 and j2se 1.5
 Please let me know if you have a lead as to what may be the problem.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First of all I want to let you know that yoru Howto for setting up the JSP server on Windows server 2003 has been very useful to me lately, so thanks for porting it.<br />
Secondly,  I wnated to see if you could help me figure out why I can get Tomcat to render JSP content if I try to (for example) access the<br />
 JSP installation examples using <a href="http://localhost:8080/examples/jsp" rel="nofollow">http://localhost:8080/examples/jsp</a>.  But when<br />
 I try to try <a href="http://localhost/examples/jsp" rel="nofollow">http://localhost/examples/jsp</a> I get nothing but the raw html<br />
 code of the page (of a specific example). </p>
<p>Does mod_jk needs further configuration?</p>
<p>I am using apache 2.2, tomcat 6.0 and j2se 1.5<br />
 Please let me know if you have a lead as to what may be the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bigger MacBook? by Gerald from Germany</title>
		<link>http://www.johnturner.com/2007/02/15/bigger-macbook/#comment-936</link>
		<dc:creator>Gerald from Germany</dc:creator>
		<pubDate>Tue, 22 Apr 2008 16:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/2007/02/15/bigger-macbook/#comment-936</guid>
		<description>Come on John,
Give you a kick and buy it.
It's really incredible. The first IT device I enjoyed from the very first second. HW, SW and design.... 
I love it</description>
		<content:encoded><![CDATA[<p>Come on John,<br />
Give you a kick and buy it.<br />
It&#8217;s really incredible. The first IT device I enjoyed from the very first second. HW, SW and design&#8230;.<br />
I love it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick trackback tutorial by The Other John Turner</title>
		<link>http://www.johnturner.com/2007/11/19/quick-trackback-tutorial/#comment-889</link>
		<dc:creator>The Other John Turner</dc:creator>
		<pubDate>Sat, 02 Feb 2008 07:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/2007/11/19/quick-trackback-tutorial/#comment-889</guid>
		<description>Just wondering if you had any luck making money off your blog. I just googled my name and found another me.  Hello John Turner.</description>
		<content:encoded><![CDATA[<p>Just wondering if you had any luck making money off your blog. I just googled my name and found another me.  Hello John Turner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Ghetto Matrix by Peter Filias</title>
		<link>http://www.johnturner.com/2008/01/22/the-ghetto-matrix/#comment-879</link>
		<dc:creator>Peter Filias</dc:creator>
		<pubDate>Mon, 28 Jan 2008 21:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/2008/01/22/the-ghetto-matrix/#comment-879</guid>
		<description>Awesome laser!!!

That is fabulous!</description>
		<content:encoded><![CDATA[<p>Awesome laser!!!</p>
<p>That is fabulous!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Batting .500 by Gerald from Germany</title>
		<link>http://www.johnturner.com/2008/01/03/batting-500/#comment-868</link>
		<dc:creator>Gerald from Germany</dc:creator>
		<pubDate>Mon, 21 Jan 2008 15:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/2008/01/03/batting-500/#comment-868</guid>
		<description>Hi John, 
congratulations to the 4th plasce and the 400$ and more than this, the growth of experience about human behavior pattern. 
Like the Big Dog, and your own. 
Take it as a non-business Christmas bonus, and for your next flight ticket to Germany.
(;+) See You!</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
congratulations to the 4th plasce and the 400$ and more than this, the growth of experience about human behavior pattern.<br />
Like the Big Dog, and your own.<br />
Take it as a non-business Christmas bonus, and for your next flight ticket to Germany.<br />
(;+) See You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Personal MBA by Peter</title>
		<link>http://www.johnturner.com/2008/01/03/personal-mba/#comment-864</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 19 Jan 2008 04:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/2008/01/03/personal-mba/#comment-864</guid>
		<description>You go to some really cool sites, friend!!</description>
		<content:encoded><![CDATA[<p>You go to some really cool sites, friend!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP 2.3.1 by Peter</title>
		<link>http://www.johnturner.com/2007/11/05/wp-231/#comment-198</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 07 Nov 2007 04:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnturner.com/2007/11/05/wp-231/#comment-198</guid>
		<description>That's an awesome theme!!!</description>
		<content:encoded><![CDATA[<p>That&#8217;s an awesome theme!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
