I have similar issues. Sometimes I have to deploy twice in order for the changes to be visible on the production server. It is really annoying since it takes a lot of time if the project is large. I'm using Idea to deploy so maybe it is an Idea issue. What are You using to deploy?
On Oct 29, 2:17 am, nnhobbit <[email protected]> wrote: > Is version number change necessary? If I deploy it with the same > version number, shouldn’t the old one simply be replaced? > > The page is not cached and I’m not behind any proxy. I’m now thinking > it’s more likely there’s a zombie process running? > > On Oct 16, 10:12 am, Benjamin <[email protected]> wrote: > > > are you changing the version number? You'd need to go to the console > > and change the version that's being served. > > > Maybe you're caching behind a proxy or viewing a cached version on > > your end? try loading the url in a browser and hit F5 > > > On Oct 15, 4:21 pm, nnhobbit <[email protected]> wrote: > > > > I deployed an app, in which an URL was originally serving simply a > > > “hello”. Later I changed the content served from that URL to something > > > else and deployed it again. However the new content did not show up > > > and the page still showed the original “hello”. > > > > Another (possibly related) issue I'm experiencing is that an URL that > > > was removed from my code remained accessible for about a day or so > > > after the new code was deployed. (The issue could be either from the > > > delayed deployment or some sort of cache?) > > > > p.s. everything is working as expected on devel environment. > > > p.s. admin console shows successful deployment. > > > > Anyone encountered similar issues? Any suggestions? > > > > Thanks > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
