PL-10225 Uber JAR: user can't pass jettyConf file using command line arg

This commit is contained in:
Andrey Subbotin 2018-01-11 10:25:17 +04:00
parent 533cc126e8
commit f45cc88d06

View File

@ -234,7 +234,7 @@ public class ServerRunner {
return;
}
try {
jettyServer.setJettyEnvPathUrl(file.toURI().toURL());
jettyServer.setJettyConfUrl(file.toURI().toURL());
} catch (MalformedURLException e) {
throw new RuntimeException("Unable to create jettyConfUrl", e);
}