clintropolis commented on a change in pull request #6923: Adding a Unified web 
console.
URL: https://github.com/apache/incubator-druid/pull/6923#discussion_r252441990
 
 

 ##########
 File path: 
services/src/main/java/org/apache/druid/cli/CoordinatorJettyServerInitializer.java
 ##########
 @@ -89,24 +88,17 @@ public void initialize(Server server, Injector injector)
   {
     final ServletContextHandler root = new 
ServletContextHandler(ServletContextHandler.SESSIONS);
     root.setInitParameter("org.eclipse.jetty.servlet.Default.dirAllowed", 
"false");
+    root.setInitParameter("org.eclipse.jetty.servlet.Default.redirectWelcome", 
"true");
+    root.setWelcomeFiles(new String[]{"index.html", 
"legacy-coordinator-console.html"});
 
 Review comment:
   Yeah, i see so that  `/old-console` will drop on `/old-console/index.html`, 
nevermind, makes sense 🙃 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to