Re: [google-appengine] Re: Maven plugins

2017-05-08 Thread Joshua Fox
We have been using the Google Plugin for Eclipse (now end-of-life). There, we are able to launch an Eclipse Debug configuration that puts us right into the debugger. (Screenshot attached.) Launching two separate processes (first appengine:runfrom the Cloud-SDK-Based

Re: [google-appengine] Re: Maven plugins

2017-05-08 Thread Brian de Alwis
Josuha, you can use the Cloud Tools for Eclipse (CT4E, the successor to GPE) for launching even with Maven based plugins. > Launching two separate processes (first appengine:runfrom the Cloud-SDK-Based > > Maven plugin, t

Re: [google-appengine] Re: Maven plugins

2017-05-08 Thread Joshua Fox
On Mon, May 8, 2017 at 4:07 PM, Brian de Alwis wrote: > Josuha, you can use the Cloud Tools for Eclipse (CT4E, the successor to > GPE) for launching even with Maven based plugins. > Thank you. What added value does CT4E provide as compared to just Maven? Note that Adam of Google Support said:

Re: [google-appengine] Re: Maven plugins

2017-05-08 Thread Brian de Alwis
CT4E is to the Maven plugin as m2eclipse is for maven: it uses Eclipse for what Eclipse does best, and Maven for what Maven does best. CT4E leverages the Eclipse incremental compiler and WTP to enable immediate run/debug and class replacement at debug-time without having to restart the world.

[google-appengine] Re: PHP app engine cannot connect to cloud sql

2017-05-08 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Connecting to a Cloud SQL instance requires the use of a Unix socket and the appropriate extension available to the runtime. *mysql* and *mysqli* are enabled by default in the PHP runtime for App Engine. An

[google-appengine] Re: Google cloudstorage returns 404 Not Found when trying to delete from bucket (localhost)

2017-05-08 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Just noticed the Development/2.0 string in the response. When testing on the development server, the Cloud Storage client only interacts with the default bucket or the bucket set as the default on the command line. You can change the default bucket

Re: [google-appengine] App Engine Flex Environment PHP Runtime document root not found

2017-05-08 Thread Yao Li
Yes, I found one (403 check) before accessing static file and I will figure out what happened there. On Friday, May 5, 2017 at 2:57:20 PM UTC-7, Takashi Matsuo (Google) wrote: > > > Sorry sent it too early... > > Do you have any other place to return 403 in the code path in your cron > handler?

[google-appengine] Re: Cron.xml not picked up - where do I start looking?

2017-05-08 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Torbjørn, Which app engine maven plugin are you using? Could you post the section from your pom.xml? Does it look like the documentation? Cheers, Nick Cloud Platform Com