<?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: Options for connecting Tomcat and Apache</title>
	<atom:link href="http://www.mooreds.com/wordpress/archives/223/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mooreds.com/wordpress/archives/223</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 14:11:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: D</title>
		<link>http://www.mooreds.com/wordpress/archives/223/comment-page-1#comment-2134</link>
		<dc:creator>D</dc:creator>
		<pubDate>Thu, 09 Aug 2007 14:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=223#comment-2134</guid>
		<description>do I understand you correct that when you configure apache as described in the januari 16 update, the proxy module of apache will not terminate the SSL connection??

But the proxy will send all the pakkets encrypted to the software running behind port 8443 and leave all SSL/TLS handling to that software.

So this way it is possible to configure Apache to listen on 443, send to 8443 and does not have to have any cerficate(information) itself?

please enlighten me...
D</description>
		<content:encoded><![CDATA[<p>do I understand you correct that when you configure apache as described in the januari 16 update, the proxy module of apache will not terminate the SSL connection??</p>
<p>But the proxy will send all the pakkets encrypted to the software running behind port 8443 and leave all SSL/TLS handling to that software.</p>
<p>So this way it is possible to configure Apache to listen on 443, send to 8443 and does not have to have any cerficate(information) itself?</p>
<p>please enlighten me&#8230;<br />
D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MG</title>
		<link>http://www.mooreds.com/wordpress/archives/223/comment-page-1#comment-2049</link>
		<dc:creator>MG</dc:creator>
		<pubDate>Thu, 08 Mar 2007 18:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=223#comment-2049</guid>
		<description>I just finished setting up tomcat 5.5.20 with mod_jk 1.2.21 and apache 2.2.4 with ssl on windows.  mod_jk comes in binary form from 

http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.21 

I found the apache 2.2.4 with ssl as looks like apache doesn&#039;t release it due to encryption export problems from

http://www.apachelounge.com/download

and then found various installation instructions to get apache with mod_jk configured.

Took about a day.  I am trying to prevent the HttpConnector in tomcat from fowarding to ssl in the case where apache is handling the ssl and the http port is open in tomcat - similar problem as the Struts SSL Extension problem you mention.</description>
		<content:encoded><![CDATA[<p>I just finished setting up tomcat 5.5.20 with mod_jk 1.2.21 and apache 2.2.4 with ssl on windows.  mod_jk comes in binary form from </p>
<p><a href="http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.21" rel="nofollow">http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.21</a> </p>
<p>I found the apache 2.2.4 with ssl as looks like apache doesn&#8217;t release it due to encryption export problems from</p>
<p><a href="http://www.apachelounge.com/download" rel="nofollow">http://www.apachelounge.com/download</a></p>
<p>and then found various installation instructions to get apache with mod_jk configured.</p>
<p>Took about a day.  I am trying to prevent the HttpConnector in tomcat from fowarding to ssl in the case where apache is handling the ssl and the http port is open in tomcat &#8211; similar problem as the Struts SSL Extension problem you mention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/223/comment-page-1#comment-2024</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Mon, 08 Jan 2007 16:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=223#comment-2024</guid>
		<description>webbuilder, I&#039;m not sure what you&#039;re asking for?  I haven&#039;t actually ever done the Apache+Tomcat+JK2 on windows installation, but this document looks useful: http://www.leafdigital.com/articles/jspinstall.html, as does this (which just covers jk): http://johnturner.com/howto/apache2-tomcat4129-jk-winxp-howto.html</description>
		<content:encoded><![CDATA[<p>webbuilder, I&#8217;m not sure what you&#8217;re asking for?  I haven&#8217;t actually ever done the Apache+Tomcat+JK2 on windows installation, but this document looks useful: <a href="http://www.leafdigital.com/articles/jspinstall.html" rel="nofollow">http://www.leafdigital.com/articles/jspinstall.html</a>, as does this (which just covers jk): <a href="http://johnturner.com/howto/apache2-tomcat4129-jk-winxp-howto.html" rel="nofollow">http://johnturner.com/howto/apache2-tomcat4129-jk-winxp-howto.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webbuilder</title>
		<link>http://www.mooreds.com/wordpress/archives/223/comment-page-1#comment-2023</link>
		<dc:creator>webbuilder</dc:creator>
		<pubDate>Mon, 08 Jan 2007 11:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=223#comment-2023</guid>
		<description>Pls can you provide more details on how to connect tomcat and Apache using jk2 on winxp?</description>
		<content:encoded><![CDATA[<p>Pls can you provide more details on how to connect tomcat and Apache using jk2 on winxp?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.mooreds.com/wordpress/archives/223/feed ) in 0.26742 seconds, on Feb 8th, 2012 at 9:35 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 10:35 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  www.mooreds.com/wordpress/archives/223/feed ) in 0.01468 seconds, on Feb 8th, 2012 at 9:57 pm UTC. -->
