Re: [google-appengine] Can appengine be used for a Saas where customers have their own subdomain or point their own custom domain to my appengine app?

2015-12-14 Thread 'Alex Martelli' via Google App Engine
On Thu, Dec 10, 2015 at 7:33 AM, Barry Hunter wrote: > > > On 10 December 2015 at 15:22, Gitted wrote: > >> Do you get a static ip address for your GAE application or is it a >> dynamic IP because of load balancing? >> > > For naked domains you

[google-appengine] Re: Can appengine be used for a Saas where customers have their own subdomain or point their own custom domain to my appengine app?

2015-12-14 Thread Renzo Nuccitelli
For data base and other related services like memcache and tasks you are going to use the namespaces API: https://cloud.google.com/appengine/docs/python/multitenancy/ On Monday, May 12, 2014 at 7:13:44 PM UTC-3, Gitted wrote: > > > If my application is hosted on appengine, will it allow me to

[google-appengine] Re: What assumptions were made with the free quota 5 million page view estimations?

2015-12-14 Thread Patrice (Cloud Platform Support)
Hi again, I think indeed the reference is to a page that we changed. What I meant by "too many assumptions were made" wasn't that there is a breakdown of exactly what was assumed, more that to get to that figure, a LOT of different variables can be at play, so it really comes down to your

[google-appengine] Re: Completely removing an application

2015-12-14 Thread Mark Betz
Thanks for the responses, guys. I'm pretty amazed that there isn't some straight-forward way to blow away the deployment and start over, short of ditching the project and whatever other resources have been set up in it (datastore, cloudQL, network rules, etc.). Appreciate the help. Our CTO

[google-appengine] Re: JSP include pages fail to compile

2015-12-14 Thread Omkar Shetkar
Hi Nick, Thanks for the reply. Will take care about the points you raised in future communications. Regarding the issue I mentioned, it is exactly same as the issue mentioned in StackOverflow

Re: [google-appengine] Re: Are wildcard subdomains and thousands of domains pointing to my domain supported?

2015-12-14 Thread Jason Collins
Here's my obligatory plug for an API to setup and manage custom domain mappings - please star it! https://code.google.com/p/googleappengine/issues/detail?id=8528 On Saturday, 12 December 2015 15:35:04 UTC-8, Jeff Schnitzer wrote: > > I run a whitelabeled ecommerce system on GAE with

[google-appengine] Re: Completely removing an application

2015-12-14 Thread Christian F. Howes
I'm confused. you can indeed start over with your GAE deployments. each deploy replaces what is there, and even if the default version of the default module can't be deleted it doesn't cost you anything if nothing accesses it. just deploy new code and you are good to go. See notes on

Re: [google-appengine] Re: Completely removing an application

2015-12-14 Thread Mark Betz
Christian, it's probably a lack of trust on my part, but I don't like any of what you've described there :). Most of my experience on the Google Platform is with container engine, and what I want from app engine is that I can do the same thing I can do in container engine when I delete a cluster

[google-appengine] Re: Cloud Endpoints Not Updated After Deployment

2015-12-14 Thread Nick (Cloud Platform Support)
Hey Phua, You should consider posting threads like this, asking for specific-issue one-on-one technical support, to StackOverflow , or getting a Support Package from Google Cloud Platform Support . We monitor relevant tags on Stack

[google-appengine] Re: Do background threads prevent instances created with basic scaling from getting shut down?

2015-12-14 Thread Erik Kuefler
Thanks, I filed https://code.google.com/p/googleappengine/issues/detail?id=12606 and https://code.google.com/p/googleappengine/issues/detail?id=12607 for features that would help me. I'll be experimenting with the method mentioned on the other thread soon, but it's tricky since it basically

[google-appengine] Re: Completely removing an application

2015-12-14 Thread Mark Betz
Yes, we basically don't want the GAE code in that project at all. What happened is that a deploy script was run without a command line arg specifying the project, and took the current default gcloud project and used that. That was all totally our fault and we can prevent it happening again

Re: [google-appengine] Re: Completely removing an application

2015-12-14 Thread Barry Hunter
> appcfg.py delete_version -A -V beta-1 > > I get an error "Cannot delete default version of default module." > > Is there no way to simply remove this deployment? > I think you saying you dont need AppEngine for this project at all? So could just delete the App Engine App. Or disable it - So

[google-appengine] Re: JSP include pages fail to compile

2015-12-14 Thread Nick (Cloud Platform Support)
Hey Omkar, This forum isn't the place to look for specific-issue one-on-one technical support. The best place to go for that is StackOverflow or Cloud Platform Support . This forum is meant for more general discussion of the

[google-appengine] Re: Cloud Endpoints Not Updated After Deployment

2015-12-14 Thread Ben Plowman
Hi Nick, Phua's request is pointing out a widespread issue with Google App Engine, which my company is also experiencing, and not a request for one-on-one technical support. As he points out, the command previously worked fine but has stopped working, so it's not like he is a beginner asking

[google-appengine] JSP include pages fail to compile

2015-12-14 Thread Omkar Shetkar
Hi, In my application, I have index.jsp which includes few other jsps. This is done to improve readability and maintainability of the application. This perfectly compiles and runs on local dev server. But while updating this to GAE, it is giving compilation errors for included pages. This

[google-appengine] Re: Cloud Endpoints Not Updated After Deployment

2015-12-14 Thread Nick (Cloud Platform Support)
Hey Ben, If you or anyone at your company have an issue to report during normal use, rather than a specific issue for which you'd like one-on-one technical support, you should post to the Public Issue Tracker for the relevant product, such as App Engine

[google-appengine] Re: Do background threads prevent instances created with basic scaling from getting shut down?

2015-12-14 Thread Nick (Cloud Platform Support)
Hey Erik, It does seem as if this is an unintended side-effect of the Firebase driver authors leaving their background threads running indefinitely, or for longer than the idle timeout you've specified anyways. We monitor the Public Issue Trackers quite regularly, so you should see responses