<?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 for javafreedom.org</title>
	<atom:link href="http://javafreedom.org/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://javafreedom.org/blog</link>
	<description>confused thoughts from a confused mind</description>
	<lastBuildDate>Mon, 06 Sep 2010 08:42:35 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Iron May &#8211; Nachbetrachtung eines Diabetikers zum 1sten Frankfurt City Triathlon by Alice</title>
		<link>http://javafreedom.org/blog/?p=298&#038;cpage=1#comment-11117</link>
		<dc:creator>Alice</dc:creator>
		<pubDate>Mon, 06 Sep 2010 08:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=298#comment-11117</guid>
		<description>Sehr schön Herr May :-)
nächstes Jahr wird Antje auch als Helfer verpflichtet!
Grüße Alice</description>
		<content:encoded><![CDATA[<p>Sehr schön Herr May <img src='http://javafreedom.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
nächstes Jahr wird Antje auch als Helfer verpflichtet!<br />
Grüße Alice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Maemo on Ubuntu by Harry</title>
		<link>http://javafreedom.org/blog/?p=133&#038;cpage=1#comment-7643</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 14 Apr 2010 02:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=133#comment-7643</guid>
		<description>Hi,
Nice post by the way i tried using chmod u+s on the chroot-uid file and it still gave me the error.
Did you ever experience this problem?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Nice post by the way i tried using chmod u+s on the chroot-uid file and it still gave me the error.<br />
Did you ever experience this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on aspirate.de &#8211; Internetabzocke by Jean Buddy Dillinger</title>
		<link>http://javafreedom.org/blog/?p=136&#038;cpage=1#comment-7070</link>
		<dc:creator>Jean Buddy Dillinger</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=136#comment-7070</guid>
		<description>...haben die mich jetzt auch über den Tisch gezogen ?????
   Einem Behinderten Menschen imRollstuhl über den Tisch 
   zu ziehen ist aber nicht lustig, das ist PURE SAUEREI !!!!</description>
		<content:encoded><![CDATA[<p>&#8230;haben die mich jetzt auch über den Tisch gezogen ?????<br />
   Einem Behinderten Menschen imRollstuhl über den Tisch<br />
   zu ziehen ist aber nicht lustig, das ist PURE SAUEREI !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More on the Continuous Integration/Development Stack on Ubuntu by triplem</title>
		<link>http://javafreedom.org/blog/?p=114&#038;cpage=1#comment-6486</link>
		<dc:creator>triplem</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=114#comment-6486</guid>
		<description>Hello, thanks for the hint. Since I am going to re-establish this Development Stack (this time on ArchLinux), this tipp is very welcome.</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the hint. Since I am going to re-establish this Development Stack (this time on ArchLinux), this tipp is very welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More on the Continuous Integration/Development Stack on Ubuntu by Fredrik Wendt</title>
		<link>http://javafreedom.org/blog/?p=114&#038;cpage=1#comment-6465</link>
		<dc:creator>Fredrik Wendt</dc:creator>
		<pubDate>Sun, 25 Oct 2009 00:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=114#comment-6465</guid>
		<description>Hi!

I know it was a long time ago that this post was written, but if you ever get on this track again (Ubuntu as the base distro), perhaps you should consider using a reverse proxy to access the servlet container (for nexus and hudson). I use that to gain access both to java webapps hosted by Jetty and also CouchDB, without publishing their TCP ports publicly.

It works like a charm and is waaaay much easier to setup than getting the Jk* and worker file stuff right. 

	# from http://docs.codehaus.org/display/JETTY/Configuring+mod_proxy
	ProxyRequests Off
	ProxyPreserveHost On
	ProxyStatus On
	
		Order deny,allow
		Allow from all
	

	# paths
	ProxyPass /hudson http://localhost:8080/hudson/
	ProxyPass /nexus http://localhost:8080/nexus/</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I know it was a long time ago that this post was written, but if you ever get on this track again (Ubuntu as the base distro), perhaps you should consider using a reverse proxy to access the servlet container (for nexus and hudson). I use that to gain access both to java webapps hosted by Jetty and also CouchDB, without publishing their TCP ports publicly.</p>
<p>It works like a charm and is waaaay much easier to setup than getting the Jk* and worker file stuff right. </p>
<p>	# from <a href="http://docs.codehaus.org/display/JETTY/Configuring+mod_proxy" rel="nofollow">http://docs.codehaus.org/display/JETTY/Configuring+mod_proxy</a><br />
	ProxyRequests Off<br />
	ProxyPreserveHost On<br />
	ProxyStatus On</p>
<p>		Order deny,allow<br />
		Allow from all</p>
<p>	# paths<br />
	ProxyPass /hudson <a href="http://localhost:8080/hudson/" rel="nofollow">http://localhost:8080/hudson/</a><br />
	ProxyPass /nexus <a href="http://localhost:8080/nexus/" rel="nofollow">http://localhost:8080/nexus/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on More on the Continuous Integration/Development Stack on Ubuntu by javafreedom.org &#187; Development Stack</title>
		<link>http://javafreedom.org/blog/?p=114&#038;cpage=1#comment-6436</link>
		<dc:creator>javafreedom.org &#187; Development Stack</dc:creator>
		<pubDate>Mon, 19 Oct 2009 11:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=114#comment-6436</guid>
		<description>[...] a long time ago (January 2007) I have already planned to publish a Development Stack for a Linux Server. This plan failed on the [...]</description>
		<content:encoded><![CDATA[<p>[...] a long time ago (January 2007) I have already planned to publish a Development Stack for a Linux Server. This plan failed on the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on aspirate.de &#8211; Internetabzocke by arne</title>
		<link>http://javafreedom.org/blog/?p=136&#038;cpage=1#comment-6341</link>
		<dc:creator>arne</dc:creator>
		<pubDate>Wed, 30 Sep 2009 11:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=136#comment-6341</guid>
		<description>mir ist das genauso passiert. ich habe mir auch bei dem link nichts gedacht und nun eine mail mit rechnung bekommen.hab ein bißchen recherchiert und mitbekommen, dass der gleiche typ auch schon zig mal bei akte 09 aufgetaucht ist wegen betrug. also habe ich jetzt das emailkonto gelöscht
@werner: eigentlich lassen die doch dann irgendwann mal davon ab, oder?!ich habe jetzt zu oft was von aussitzen gelesen solange nichts per einschreiben kommt.hat jemand nen verhaltenstipp, denn mit einschüchtern kennen die sich ja gut aus</description>
		<content:encoded><![CDATA[<p>mir ist das genauso passiert. ich habe mir auch bei dem link nichts gedacht und nun eine mail mit rechnung bekommen.hab ein bißchen recherchiert und mitbekommen, dass der gleiche typ auch schon zig mal bei akte 09 aufgetaucht ist wegen betrug. also habe ich jetzt das emailkonto gelöscht<br />
@werner: eigentlich lassen die doch dann irgendwann mal davon ab, oder?!ich habe jetzt zu oft was von aussitzen gelesen solange nichts per einschreiben kommt.hat jemand nen verhaltenstipp, denn mit einschüchtern kennen die sich ja gut aus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Archify Gnome by triplem</title>
		<link>http://javafreedom.org/blog/?p=143&#038;cpage=1#comment-6107</link>
		<dc:creator>triplem</dc:creator>
		<pubDate>Fri, 14 Aug 2009 20:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=143#comment-6107</guid>
		<description>To install a splash-screen for Gnome, you do not need a tool like stated above, it could be easily changed with gconf, like:

gconftool-2 -s -t string /apps/gnome-session/options/splash_image /PATH/TO/splash-dragon.png</description>
		<content:encoded><![CDATA[<p>To install a splash-screen for Gnome, you do not need a tool like stated above, it could be easily changed with gconf, like:</p>
<p>gconftool-2 -s -t string /apps/gnome-session/options/splash_image /PATH/TO/splash-dragon.png</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ARCH Linux &#8211; First steps by triplem</title>
		<link>http://javafreedom.org/blog/?p=140&#038;cpage=1#comment-6106</link>
		<dc:creator>triplem</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=140#comment-6106</guid>
		<description>It was not really necessary to install the above mentioned package, because I used then the network-manager-applet from Gnome inside KDE and my network was running quite nice afterwards :-)</description>
		<content:encoded><![CDATA[<p>It was not really necessary to install the above mentioned package, because I used then the network-manager-applet from Gnome inside KDE and my network was running quite nice afterwards <img src='http://javafreedom.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CRE Kettenblogging für den Weltfrieden by Frittux</title>
		<link>http://javafreedom.org/blog/?p=139&#038;cpage=1#comment-6096</link>
		<dc:creator>Frittux</dc:creator>
		<pubDate>Mon, 10 Aug 2009 09:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://javafreedom.org/blog/?p=139#comment-6096</guid>
		<description>Schon geschehen :) Jetzt scheint hier alles wunderbar zu sein. Danke der Mühe.</description>
		<content:encoded><![CDATA[<p>Schon geschehen <img src='http://javafreedom.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Jetzt scheint hier alles wunderbar zu sein. Danke der Mühe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
