}
public static void setUpServer() {
// need to have a server serving 3 sessions here
List<ServerDefinition> srvToSC0CascDefs = new ArrayList<ServerDefinition>();
ServerDefinition srvPublishToSC0Def = new ServerDefinition(TestConstants.COMMUNICATOR_TYPE_PUBLISH,
TestConstants.log4jSrvProperties, TestConstants.pubServerName1, TestConstants.PORT_PUB_SRV_TCP,
TestConstants.PORT_SC0_TCP, 3, 3, TestConstants.cacheGuardian1);
ServerDefinition srvPublish2ToSC0Def = new ServerDefinition(TestConstants.COMMUNICATOR_TYPE_PUBLISH,
TestConstants.log4jSrvProperties, TestConstants.pubServerName2, TestConstants.PORT_PUB_SRV2_TCP,
TestConstants.PORT_SC0_TCP, 3, 3, TestConstants.cacheGuardian2);
ServerDefinition srvSessionToSC0Def = new ServerDefinition(TestConstants.COMMUNICATOR_TYPE_SESSION,
TestConstants.log4jSrvProperties, TestConstants.sesServerName1, TestConstants.PORT_SES_SRV_TCP,
TestConstants.PORT_SC0_TCP, 100, 10, TestConstants.sesServiceName1);
srvToSC0CascDefs.add(srvPublishToSC0Def);
srvToSC0CascDefs.add(srvPublish2ToSC0Def);