Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want the server to know if it's a backend or not preferably already during

contextInitialized(final ServletContextEvent event)

(but less preferably when the first HTTP request arrives).

I tried

BackendServiceFactory.getBackendService().getCurrentBackend()

but it is always returning null (at least locally in Google Eclipse plugin) even when it is a backend and even in the context of an incoming http request!

share|improve this question

1 Answer

Update.

    BackendServiceFactory.getBackendService().getCurrentBackend()

DOES work on product but not in the Eclipse plugin. Would still like a version that works for both. Perhaps this is just a bug:

http://code.google.com/p/googleappengine/issues/detail?id=8058&thanks=8058&ts=1346615492

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.