We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d772d commit a7ae7b8Copy full SHA for a7ae7b8
hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/web/SLSWebApp.java
@@ -136,6 +136,7 @@ public void start() throws Exception {
136
String webRootDir = getClass().getClassLoader().getResource("html").
137
toExternalForm();
138
staticHandler.setResourceBase(webRootDir);
139
+ staticHandler.start();
140
141
Handler handler = new AbstractHandler() {
142
@Override
0 commit comments