Sigal Shaharabani created ZEPPELIN-2798:
-------------------------------------------
Summary: Changing the context path of zeppelin doesn't eliminate
the default URL
Key: ZEPPELIN-2798
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2798
Project: Zeppelin
Issue Type: Bug
Components: front-end
Affects Versions: 0.7.2
Reporter: Sigal Shaharabani
Priority: Minor
I added configuration to modify the context URL from the default URL in the
zeppelin-site.xml file:
{code:xml}
<configuration>
<property>
<name>zeppelin.server.context.path</name>
<value>/zeppelin</value>
<description>Context Path of the Web Application</description>
</property>
</configuration>
{code}
After the change was made, the Zeppelin UI was available with both URLs:
* /
* /zeppelin
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)