mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 19:57:36 +08:00
PL-10225 Uber JAR: user can't pass jettyConf file using command line arg
This commit is contained in:
parent
533cc126e8
commit
f45cc88d06
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user