Comments on: Getting started with Quercus in Google App Engine https://hm2k.org/posts/getting-started-with-quercus-in-google-app-engine Research and development Mon, 24 Jan 2011 19:31:30 +0000 hourly 1 https://wordpress.org/?v=5.5.1 By: PHP on Google App Engine https://hm2k.org/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-269959 Mon, 24 Jan 2011 19:31:30 +0000 http://www.hm2k.com/?p=609#comment-269959 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?

]]>
By: Marcus Uy https://hm2k.org/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-217786 Fri, 23 Jul 2010 07:50:48 +0000 http://www.hm2k.com/?p=609#comment-217786 Do you know if the WWW-Authenticate bug has been fixed yet, and if so in which version of Resin? I’ve tried both the latest community versions of 3 and 4 and it doesn’t seem to be fixed yet. Pretty big “bug” to be going unnoticed.

]]>
By: hm2k https://hm2k.org/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-208282 Tue, 25 May 2010 11:01:47 +0000 http://www.hm2k.com/?p=609#comment-208282 They fixed my bug 🙂

Steps to upgrade are simple…

#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 "done!"

]]>
By: Lim Chee Kin https://hm2k.org/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-205989 Thu, 06 May 2010 14:48:28 +0000 http://www.hm2k.com/?p=609#comment-205989 Hi,

Thanks for your kindness of sharing and helpful blog post.

I follow all steps listed by you, but couldn’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.

]]>
By: hm2k https://hm2k.org/posts/getting-started-with-quercus-in-google-app-engine/comment-page-1#comment-203959 Thu, 15 Apr 2010 19:49:47 +0000 http://www.hm2k.com/?p=609#comment-203959 I did discover a bug with WWW-Authenticate.

See: http://bugs.caucho.com/view.php?id=4000

]]>