this(variant, configResources, DEFAULT_TIMEOUT);
}
protected void startServer() throws Exception
{
server = new Server(ftpPort, ftplet);
// this is really ugly, but the above doesn't get to waiting.
// need to improve this as part of ftp server work
synchronized(this)
{
wait(500);