I uploaded my app to GAE for java which is mapped to our domain http://www.sakshum.org
The default version is http://3.sakshumweb.appspot.com/
The problem is when we access using the domain name it seems to have some old version but if we access the direct url it seems to be working fine.
Any idea on what could be the issue?
Static files on GAE get cached for about 10 minutes. You should try disabling cache for GWT related files. Put this into your
appengine-web.xml: