We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e2a4f commit 1965476Copy full SHA for 1965476
zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java
@@ -97,7 +97,7 @@
97
/** Main class of Zeppelin. */
98
public class ZeppelinServer extends ResourceConfig {
99
private static final Logger LOG = LoggerFactory.getLogger(ZeppelinServer.class);
100
- private static final String WEB_APP_CONTEXT_NEXT = "next";
+ private static final String WEB_APP_CONTEXT_NEXT = "/next";
101
102
public static Server jettyWebServer;
103
public static ServiceLocator sharedServiceLocator;
0 commit comments