throw new LaunchException("Environment var '" + LaunchConfigs.Environment.PORT + "' is not an integer", e);
}
}
int port = props.asInt(PORT, defaultPort);
InetAddress address = props.asInetAddress(ADDRESS);
URI publicAddress = props.asURI(PUBLIC_ADDRESS);
boolean development = props.asBoolean(DEVELOPMENT, false);
int threads = props.asInt(THREADS, DEFAULT_THREADS);
List<String> indexFiles = props.asList(INDEX_FILES);
String sslKeystore = props.asString(SSL_KEYSTORE_FILE, null);