diff --git a/modules/uberjar/src/com/haulmont/cuba/uberjar/ServerRunner.java b/modules/uberjar/src/com/haulmont/cuba/uberjar/ServerRunner.java index 42cf6f87ae..f2b2e91adb 100644 --- a/modules/uberjar/src/com/haulmont/cuba/uberjar/ServerRunner.java +++ b/modules/uberjar/src/com/haulmont/cuba/uberjar/ServerRunner.java @@ -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); }