Reputation: 101
I want to get what the name of my instance is from within the app.
THANKS
Upvotes: 2
Views: 316
Reputation: 17624
It looks like you can use SystemProperty.applicationId.get()
, see here:
http://code.google.com/appengine/docs/java/runtime.html#The_Environment
Upvotes: 3