[
https://issues.apache.org/jira/browse/KNOX-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005444#comment-14005444
]
Larry McCay commented on KNOX-385:
----------------------------------
The following is all you need to change the default topology from the default
value of "sandbox" to be "default".
The result of this is that when a topology file named default.xml is deployed
the Default Topology routing rules will apply to that topology and the path to
route root context URLs to will be derived by this name: / + gatewayPath() +
"/" + topologyName;
There used to be a separate property for indicating the path to route the
default topology to - I removed that.
<property>
<name>default.app.topology.name</name>
<value>default</value>
<description>The topology name that represents the hadoop cluster that should
be the default topology.</description>
</property>
> Simplify Configuration for Default Topology
> -------------------------------------------
>
> Key: KNOX-385
> URL: https://issues.apache.org/jira/browse/KNOX-385
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Reporter: Larry McCay
> Assignee: Larry McCay
> Fix For: 0.5.0
>
>
> Currently, there is a configuration element for the path to forward the
> incoming request to. This should be derived from the default topology file
> name not a separate config element.
--
This message was sent by Atlassian JIRA
(v6.2#6252)