[google-appengine] Re: White Page after Redirect?

2014-05-12 Thread Benjamin Lietzau
uuuh,
I forgot to encode the URL-Parameter in the Servlet...

 URLEncoder.encode(location, UTF8)

Am Freitag, 9. Mai 2014 15:58:01 UTC+2 schrieb Benjamin Lietzau:

 I think the bug only appears, if the form contains Umlaute liek ä ü ö ß. 
 But usually utf-8 is able to work with it... but the App Engine? 

 Am Donnerstag, 6. März 2014 15:19:02 UTC+1 schrieb Benjamin Lietzau:

 There is a form with the action 
 BlobstoreServiceFactory.getBlobstoreService().createUploadUrl(/save)

 form class=ink-form action=%= 
 BlobstoreServiceFactory.getBlobstoreService().createUploadUrl(/save) % 
 method=post onsubmit=return validate(this); accept-charset=utf-8 
 enctype=multipart/form-data


 The servlet still works (all lines will execute), but the redirect at the 
 end of the servlet doesn't work form time to time. Then theres only a white 
 Page. The URL in the URL-Field is like 
 appspot.com/_ah/upload/verylongstring

 logger.log(Level.INFO, Redirect to result.jsp);
 resp.sendRedirect(/result.jsp?date= + startDate + searchText= + 
 location);


 The logs are all ok. 
 What could it be?



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Finding the source of datastore reads

2014-05-12 Thread Joshua Smith
One of my apps has a lot more datastore read operations than I would expect.

This particular app is still on Python 2.5 but he is using the High Replication 
datastore.

What's the best way for me to find the datastore read hotspot?

Is it still appstats, or is there something new that's replaced that?

-Joshua

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[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?

2014-05-12 Thread Gitted

If my application is hosted on appengine, will it allow me to create the 
following:

1. Each customer will have their own subdomain like:   
   
customer1.example.com


2. Each customer will point their own custom domain name (DNS A-Record I 
believe) to my app-engine-app:

   www.custom-domain1.com  = app-engine app


Is this possible currently?


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


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?

2014-05-12 Thread Barry Hunter
On 12 May 2014 23:13, Gitted sahmed1...@gmail.com wrote:


 If my application is hosted on appengine, will it allow me to create the
 following:

 1. Each customer will have their own subdomain like:

 customer1.example.com


Can set this up, in the new cloud console
http://stackoverflow.com/questions/22993969/how-do-i-use-a-naked-apex-domain-with-app-engine
(thats talking about for naked domains, but the same procedure should wor
for any domain - even its technically a subdomain)

Not sure if can setup a wild-card mapping, or will have to do it for each
individual subdomain.

... you will first have to validate example.com, but the page should walk
you though it.





 2. Each customer will point their own custom domain name (DNS A-Record I
 believe) to my app-engine-app:

www.custom-domain1.com  = app-engine app


This can again be done via the same process as above. You will need to work
with the owner to verify the domain so you can use it.

while it can sort of work by adding a A record, it would be better done as
a CNAME record, again the cloud console page will give you the settings.








 Is this possible currently?


 Thanks!

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Finding the source of datastore reads

2014-05-12 Thread timh
appstats is still the tool you need to use

On Tuesday, May 13, 2014 4:15:38 AM UTC+8, Joshua Smith wrote:

 One of my apps has a lot more datastore “read” operations than I would 
 expect. 

 This particular app is still on Python 2.5 but he is using the High 
 Replication datastore. 

 What’s the best way for me to find the datastore read hotspot? 

 Is it still appstats, or is there something new that’s replaced that? 

 -Joshua 



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] https://1.appname.appspot.com gives error?

2014-05-12 Thread Luca de Alfaro
I have an app that has an experimental version, say version 2, and I want 
to connect securely to it to do some testing. 

https://2.appname.appspot.com 

gives me an ssl error!   I thought this was allowed. 

How does one access securely an experimental version of an app? 

Luca

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] https://1.appname.appspot.com gives error?

2014-05-12 Thread PK
This will not work but the following will:

https://2-dot-appname.appspot.com 

PK
http://www.gae123.com

On May 12, 2014 at 8:08:01 PM, Luca de Alfaro (luca.de.alf...@gmail.com) wrote:

I have an app that has an experimental version, say version 2, and I want to 
connect securely to it to do some testing. 

https://2.appname.appspot.com 

gives me an ssl error!   I thought this was allowed. 

How does one access securely an experimental version of an app? 

Luca
--
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.