Re: [google-appengine] How to use node.js in app engine

2014-06-01 Thread Jeff Schnitzer
You cannot. You may consider using Google Compute Engine. Jeff On Thu, May 29, 2014 at 7:31 PM, Bhojraj Rawte bhoj...@globussoft.com wrote: How to use node.js in app engine ? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: Returning custom HTTP status codes from endpoints

2014-06-01 Thread Kristopher Giesing
You don't mention which language you're using. If this is Java, you'd call response.sendError(int errorCode, String message) on the servlet's HttpServletResponse input argument, but I don't know offhand what it would be in Go, Python, or PHP. - Kris On Tuesday, May 27, 2014 1:06:44 PM UTC-7,

Re: [google-appengine] How to use node.js in app engine

2014-06-01 Thread alex
Hi Bhojraj, You can do it with Managed VMs: https://developers.google.com/cloud/managed-vms Check this video when the feature was announced: https://www.youtube.com/watch?v=u3B1BhyXXdc Managed VMs are currently in a Limited Preview. You can submit a sign up request here:

[google-appengine] Re: Returning custom HTTP status codes from endpoints

2014-06-01 Thread alex
I don't believe this is currently supported. There's a similar issue created specifically for Java runtime: https://code.google.com/p/googleappengine/issues/detail?id=10974 You could create a new one w/o specifying a runtime as a generic feature request. Cheers. On Tuesday, 27 May 2014

Re: [google-appengine] How to use node.js in app engine

2014-06-01 Thread Thiago Catoto
https://www.openshift.com o.O =X -- Catoto On Jun 1, 2014 4:03 PM, alex a...@cloudware.it wrote: Hi Bhojraj, You can do it with Managed VMs: https://developers.google.com/cloud/managed-vms Check this video when the feature was announced: https://www.youtube.com/watch?v=u3B1BhyXXdc

Re: [google-appengine] How to use node.js in app engine

2014-06-01 Thread PK
You might want to star this issue:  https://code.google.com/p/googleappengine/issues/detail?id=35 PK http://www.gae123.com On May 31, 2014 at 6:42:12 PM, Bhojraj Rawte (bhoj...@globussoft.com) wrote: How to use node.js in app engine ? -- You received this message because you are subscribed to

Re: [google-appengine] How to acess any endpoint deployed using AppEngine from Compute Engine

2014-06-01 Thread Vinny P
On Fri, May 23, 2014 at 3:05 AM, Vikram Patil vikram.pa...@vedantu.com wrote: I am trying to figure out way so I can access endpoint deployed on AppEngine from node.js application running on compute engine. Any suggestions will be really helpful. Endpoints transfers data as a JSON

Re: [google-appengine] Returning custom HTTP status codes from endpoints

2014-06-01 Thread Vinny P
On Tue, May 27, 2014 at 3:06 PM, Matthew Flint m...@tthew.org wrote: We all love REST-full-ness, so I'd like to return more REST-ful status codes from my endpoints. (Example: 201 CREATED from a POST endpoint which creates a resource). But I can't find any way to set the HTTP status code. Can

Re: [google-appengine] How to use node.js in app engine

2014-06-01 Thread Vinny P
On Thu, May 29, 2014 at 9:31 PM, Bhojraj Rawte bhoj...@globussoft.com wrote: How to use node.js in app engine ? As Jeff said, you can't use node.js in App Engine. But you can run it within a Compute Engine machine https://cloud.google.com/products/compute-engine/. If you just need to run

Re: [google-appengine] Can't deploy AppEngine on Eclipse jdk8

2014-06-01 Thread Vinny P
On Sat, May 24, 2014 at 10:02 AM, hy054nz hy05...@gmail.com wrote: Deploy action is successfully, but web-app is not work. error is Unsupported major.minor version 52.0 installed jdk is jdk8 I configured project's compliance setting to 1.7 You need to install JDK 7 and configure Eclipse to

Re: [google-appengine] Data Migration GAE

2014-06-01 Thread Vinny P
On Fri, May 23, 2014 at 3:14 AM, Ireneclare Irudayaraj ireneclare.irudaya...@a-cti.com wrote: I am facing a weird problem which i haven’t faced earlier. There is a query to table which was working fine until i added two fields to it and populated those fields with some contents.

Re: [google-appengine] App Engine Modules to Subdomain

2014-06-01 Thread Vinny P
On Thu, May 29, 2014 at 2:56 PM, Elizabeth Cox eli@gmail.com wrote: I would like to know how I can point one of my module in App Engine to a subdomain. For example: module-one.myapp.appspot.com - mydomain.com module-two.myapp.appspot.com - subdomain.mydomain.com You'll need to use a

Re: [google-appengine] How to run this Python Script

2014-06-01 Thread Vinny P
On Sat, May 24, 2014 at 11:40 AM, Terry Smith smithte1...@gmail.com wrote: Just looking for a small bit of help in setting up the code in the link below. http://shanelynn.ie/index.php/scrapi...-using-python/ http://shanelynn.ie/index.php/scraping-dublin-city-bikes-data-using-python/ I want

Re: [google-appengine] DNS lookup failed erro while fetch content

2014-06-01 Thread Vinny P
On Wed, May 28, 2014 at 12:02 AM, Donghua Gu gudong...@gmail.com wrote: I have following DNS lookup failed error while try to fetch a RSS url: An error occured while connecting to the server: DNS lookup failed for URL: http://www.newsmth.net/rssi.php?h=1 Does anybody know how to solve it?

Re: [google-appengine] Re: Problems serving files with blank-space in the filename.

2014-06-01 Thread Vinny P
On Fri, May 30, 2014 at 8:52 AM, samuel lilleker samuel.lilleker.treemon...@gmail.com wrote: Why is attempting to develop simple things with google such a nightmare! I've gone to move a project over to the app engine (PHP). Problem 1 - attempting to load list of file names in folder. Oh wait