I am trying to find a way to make my Java Appengine application discover whether it is running on the Appengine servers or inside the development environment mini-server. I would like to do this programmatically, not via some property file or other configuration option. Anyone got any ideas?
Share
Version 1.3.0 of the SDK added some system properties you can check to get this kind of info:
com.google.appengine.runtime.{version,environment}