Skip to content

Commit d01bdd2

Browse files
committed
[ZEPPELIN-4564] Disable zeppelin-web.war extraction when pointing to a .war file
1 parent 4f532aa commit d01bdd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ private static WebAppContext setupWebAppContext(
431431
} else {
432432
// use packaged WAR
433433
webApp.setWar(warFile.getAbsolutePath());
434+
webApp.setExtractWAR(false);
434435
File warTempDirectory = new File(conf.getRelativeDir(ConfVars.ZEPPELIN_WAR_TEMPDIR) + contextPath);
435436
warTempDirectory.mkdir();
436437
LOG.info("ZeppelinServer Webapp path: {}", warTempDirectory.getPath());

0 commit comments

Comments
 (0)