Skip to content

Commit 1965476

Browse files
author
fdai
committed
add next context path
1 parent 93e2a4f commit 1965476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
/** Main class of Zeppelin. */
9898
public class ZeppelinServer extends ResourceConfig {
9999
private static final Logger LOG = LoggerFactory.getLogger(ZeppelinServer.class);
100-
private static final String WEB_APP_CONTEXT_NEXT = "next";
100+
private static final String WEB_APP_CONTEXT_NEXT = "/next";
101101

102102
public static Server jettyWebServer;
103103
public static ServiceLocator sharedServiceLocator;

0 commit comments

Comments
 (0)