I am trying to find a way to make the Appengine Java application detect whether it is running on Appengine servers or inside the development environment mini-server. I would like to do this programmatically, and not through any properties file or other configuration option. Does anyone have any ideas?
source share