<?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: Getting started with Quercus in Google App Engine</title>
	<atom:link href="http://labs.phurix.net/posts/getting-started-with-quercus-in-google-app-engine/feed" rel="self" type="application/rss+xml" />
	<link>http://labs.phurix.net/posts/getting-started-with-quercus-in-google-app-engine</link>
	<description>Research and development</description>
	<lastBuildDate>Thu, 05 Jan 2012 01:26:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: PHP on Google App Engine</title>
		<link>http://labs.phurix.net/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-269959</link>
		<dc:creator>PHP on Google App Engine</dc:creator>
		<pubDate>Mon, 24 Jan 2011 19:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hm2k.com/?p=609#comment-269959</guid>
		<description>If you want to easy to deploy PHP installation on Google clouds, I strongly suggest to use package found from http://php-apps.appspot.com

Site is made with PHP on Google App Engine itself. Im trying to find Google account login script to use on sites at the moment. Anyone want to suggest?</description>
		<content:encoded><![CDATA[<p>If you want to easy to deploy PHP installation on Google clouds, I strongly suggest to use package found from <a href="http://php-apps.appspot.com" rel="nofollow">http://php-apps.appspot.com</a></p>
<p>Site is made with PHP on Google App Engine itself. Im trying to find Google account login script to use on sites at the moment. Anyone want to suggest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Uy</title>
		<link>http://labs.phurix.net/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-217786</link>
		<dc:creator>Marcus Uy</dc:creator>
		<pubDate>Fri, 23 Jul 2010 07:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hm2k.com/?p=609#comment-217786</guid>
		<description>Do you know if the WWW-Authenticate bug has been fixed yet, and if so in which version of Resin?  I&#039;ve tried both the latest community versions of 3 and 4 and it doesn&#039;t seem to be fixed yet.  Pretty big &quot;bug&quot; to be going unnoticed.</description>
		<content:encoded><![CDATA[<p>Do you know if the WWW-Authenticate bug has been fixed yet, and if so in which version of Resin?  I&#8217;ve tried both the latest community versions of 3 and 4 and it doesn&#8217;t seem to be fixed yet.  Pretty big &#8220;bug&#8221; to be going unnoticed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hm2k</title>
		<link>http://labs.phurix.net/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-208282</link>
		<dc:creator>hm2k</dc:creator>
		<pubDate>Tue, 25 May 2010 11:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hm2k.com/?p=609#comment-208282</guid>
		<description>They fixed my bug :)

Steps to upgrade are simple...

&lt;code&gt;#Download latest quercus
wget -O /tmp/quercus.war.zip http://www.caucho.com/download/quercus-4.0.7.war
#Extract files from archive
unzip /tmp/quercus.war.zip -d /tmp/quercus
#Remove existing resin.jar
rm -f war/WEB-INF/lib/resin.jar
#Copy latest resin.jar
cp -f /tmp/quercus/WEB-INF/lib/resin.jar war/WEB-INF/lib/resin.jar
#Cleanup
rm -fr /tmp/quercus
rm -f /tmp/quercus.war.zip
#Done
echo &quot;done!&quot;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>They fixed my bug <img src='http://labs.phurix.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Steps to upgrade are simple&#8230;</p>
<p><code>#Download latest quercus<br />
wget -O /tmp/quercus.war.zip <a href="http://www.caucho.com/download/quercus-4.0.7.war" rel="nofollow">http://www.caucho.com/download/quercus-4.0.7.war</a><br />
#Extract files from archive<br />
unzip /tmp/quercus.war.zip -d /tmp/quercus<br />
#Remove existing resin.jar<br />
rm -f war/WEB-INF/lib/resin.jar<br />
#Copy latest resin.jar<br />
cp -f /tmp/quercus/WEB-INF/lib/resin.jar war/WEB-INF/lib/resin.jar<br />
#Cleanup<br />
rm -fr /tmp/quercus<br />
rm -f /tmp/quercus.war.zip<br />
#Done<br />
echo "done!"<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lim Chee Kin</title>
		<link>http://labs.phurix.net/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-205989</link>
		<dc:creator>Lim Chee Kin</dc:creator>
		<pubDate>Thu, 06 May 2010 14:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hm2k.com/?p=609#comment-205989</guid>
		<description>Hi,

Thanks for your kindness of sharing and helpful blog post.

I follow all steps listed by you, but couldn&#039;t make it works.

Please find the complete project zip file here:
http://rapidshare.com/files/384216685/grails-php.zip.html

FYI, I am using App Engine Java SDK 1.3.3.1 (latest version)

Did I missed any important step? Please advice.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your kindness of sharing and helpful blog post.</p>
<p>I follow all steps listed by you, but couldn&#8217;t make it works.</p>
<p>Please find the complete project zip file here:<br />
<a href="http://rapidshare.com/files/384216685/grails-php.zip.html" rel="nofollow">http://rapidshare.com/files/384216685/grails-php.zip.html</a></p>
<p>FYI, I am using App Engine Java SDK 1.3.3.1 (latest version)</p>
<p>Did I missed any important step? Please advice.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hm2k</title>
		<link>http://labs.phurix.net/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-203959</link>
		<dc:creator>hm2k</dc:creator>
		<pubDate>Thu, 15 Apr 2010 19:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.hm2k.com/?p=609#comment-203959</guid>
		<description>I did discover a bug with WWW-Authenticate.

See: http://bugs.caucho.com/view.php?id=4000</description>
		<content:encoded><![CDATA[<p>I did discover a bug with WWW-Authenticate.</p>
<p>See: <a href="http://bugs.caucho.com/view.php?id=4000" rel="nofollow">http://bugs.caucho.com/view.php?id=4000</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: labs.phurix.net @ 2012-02-07 07:10:09 -->
