new StorePool(haStorePoolSize, haStorePoolUpperSize,
haStorePoolPollTime, haStoreFactory);
mgr.setStorePool(storePool);
//add HASessionStoreValve
HASessionStoreValve hadbValve = new HASessionStoreValve();
StandardContext stdCtx = (StandardContext) ctx;
stdCtx.addValve(hadbValve);
//if we are doing replication
//initialize jxta pipes if they haven't been already