<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AsynchronousBlog &#187; ~/stuff/work/mysql</title>
	<atom:link href="http://www.asynchronous.org/blog/archives/category/mysql-related-stuff/feed" rel="self" type="application/rss+xml" />
	<link>http://www.asynchronous.org/blog</link>
	<description>Random stuff for search engines to index.</description>
	<lastBuildDate>Sat, 28 Nov 2009 16:10:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>configuring tomcat6 for https with cargo</title>
		<link>http://www.asynchronous.org/blog/archives/2008/10/16/configuring-tomcat6-for-https-with-cargo</link>
		<comments>http://www.asynchronous.org/blog/archives/2008/10/16/configuring-tomcat6-for-https-with-cargo#comments</comments>
		<pubDate>Thu, 16 Oct 2008 22:22:51 +0000</pubDate>
		<dc:creator>jsled</dc:creator>
				<category><![CDATA[~/stuff/misc]]></category>
		<category><![CDATA[~/stuff/programming]]></category>
		<category><![CDATA[~/stuff/work/mysql]]></category>

		<guid isPermaLink="false">http://www.asynchronous.org/blog/archives/2008/10/16/configuring-tomcat6-for-https-with-cargo</guid>
		<description><![CDATA[cargo is a nifty tool for launching containers from, say, ant.  While it doesn&#8217;t contain official support for Tomcat6, the Tomcat5 support works just fine with Tomcat6.

There is a property, cargo.protocol, where you can specify https, however, the resulting server.xml that it generates will not be quite correct.  A hack-fix is to edit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cargo.codehaus.org/">cargo</a> is a nifty tool for launching containers from, say, ant.  While it doesn&#8217;t contain official support for Tomcat6, the Tomcat5 support works just fine with Tomcat6.</p>

<p>There is a property, <code>cargo.protocol</code>, where you can specify <code>https</code>, however, the resulting server.xml that it generates will not be quite correct.  A hack-fix is to edit <code>org/codehaus/cargo/container/internal/resources/tomcat5x/server.xml</code> in the jar file to include «SSLEnabled=&#8221;true&#8221;».  As well, you might want to add the appropriate attributes for the relevant keyfile-path, otherwise, it seemed to use <code>$(HOME)/.keystore</code>, which I was happy to provide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.asynchronous.org/blog/archives/2008/10/16/configuring-tomcat6-for-https-with-cargo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
