{
/**
* This is a server, so get the server factory and a context
*/
SCServerFactory factory = ShopComCacheFactory.getServerFactory();
SCServerContext context = factory.newContext();
/**
* The context is where startup parameters are set. They must be
* set before the server is started
*/