tbonelee commented on code in PR #4802: URL: https://github.com/apache/zeppelin/pull/4802#discussion_r1731246975
########## zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java: ########## @@ -226,8 +226,8 @@ protected void configure() { }); // Multiple Web UI - final WebAppContext defaultWebApp = setupWebAppContext(contexts, zConf, zConf.getString(ConfVars.ZEPPELIN_WAR), zConf.getServerContextPath()); - final WebAppContext nextWebApp = setupWebAppContext(contexts, zConf, zConf.getString(ConfVars.ZEPPELIN_ANGULAR_WAR), WEB_APP_CONTEXT_NEXT); + final WebAppContext defaultWebApp = setupWebAppContext(contexts, zConf, zConf.getString(ConfVars.ZEPPELIN_WAR), WEB_APP_CONTEXT_CLASSIC); Review Comment: I missed that part. Thanks for catching it! 🙏 ########## zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java: ########## @@ -226,8 +226,8 @@ protected void configure() { }); // Multiple Web UI - final WebAppContext defaultWebApp = setupWebAppContext(contexts, zConf, zConf.getString(ConfVars.ZEPPELIN_WAR), zConf.getServerContextPath()); - final WebAppContext nextWebApp = setupWebAppContext(contexts, zConf, zConf.getString(ConfVars.ZEPPELIN_ANGULAR_WAR), WEB_APP_CONTEXT_NEXT); + final WebAppContext defaultWebApp = setupWebAppContext(contexts, zConf, zConf.getString(ConfVars.ZEPPELIN_WAR), WEB_APP_CONTEXT_CLASSIC); Review Comment: I missed that part. Thanks for catching it! 🙏 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org