Hello,

I have a java google appengine web application which uses data held in the 
datastore. I have a relatively small number of data items so upon startup, 
my servlet reads the datastore items into a java Collection and sorts them 
as a model and my jsp uses that model to display. When I redeploy my app 
and I use a version specific url like 1-dot-myapp.appspot.com, I can see 
the updated display right away. However on other devices when I access the 
application through the default url of myapp.appspot.com, the display does 
not update. If I access the url 1-dot-myapp.appspot.com on the other device 
then I see the updated display with the modified data. 

How can I force the default version to update upon deploy just as the 
version specific updates?

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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to