else
{
log.info("ServerData Information retrieved from configuration.");
}
// Will be overwritten once the first request is run;
serverData = new ServerData(serverName,
configuration.getInt(TurbineConstants.DEFAULT_SERVER_PORT_KEY,
URIConstants.HTTP_PORT),
configuration.getString(TurbineConstants.DEFAULT_SERVER_SCHEME_KEY,
URIConstants.HTTP),
configuration.getString(TurbineConstants.DEFAULT_SCRIPT_NAME_KEY),