// Use the non-default constructor of InitialContext and pass the
// properties
RemoteAccessTestCase.setContext(new InitialContext(jndiRemoteProperties));
// create a controller for mockserver
mockServerController = new MockServerController(serverHost, serverPort);
// Start Server
long start = System.currentTimeMillis();
mockServerController.startServer(ProxyMockServer.class, new String[]
{RemoteAccessTestCase.class.getName()});