I'm new to Servlets and containers and all that. If I have multiple servlets, where is the best place to create and store a reference to the cayenne ServerRuntime (I'm using 3.1)? One of my servlets is an ROPHessianServlet and it gets the ServerRuntime information from the web.xml file. But the others are just regular servlets. I want to avoid creating a bunch of different runtimes and just have one.
Thanks, John