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!