I'm creating an atmosphere servlet application, which uses the following servlet in web.xml https://atmosphere.java.net/nonav/apidocs/org/atmosphere/cpr/AtmosphereServlet.html.
When this service starts up I would like to start to an Akka actor system and have it available throughout the life of the application.
How is this done?