You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2014/07/15 21:29:05 UTC

[jira] [Commented] (KNOX-404) GATEWAY_HOME/conf needs to be added to gateway server classpath

    [ https://issues.apache.org/jira/browse/KNOX-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14062525#comment-14062525 ] 

Kevin Minder commented on KNOX-404:
-----------------------------------

This should be a simple matter of changing class.path to
class.path = ../lib/*.jar;../dep/*.jar;../ext;../ext/*.jar;../conf
in gateway-server-launcher/src/main/resources/META-INF/launcher.cfg
Might want to give some thought thought as to the location of conf relative to the other directories though.

> GATEWAY_HOME/conf needs to be added to gateway server classpath
> ---------------------------------------------------------------
>
>                 Key: KNOX-404
>                 URL: https://issues.apache.org/jira/browse/KNOX-404
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Server
>    Affects Versions: 0.4.0
>            Reporter: Dilli Arumugam
>            Assignee: Dilli Arumugam
>             Fix For: 0.5.0
>
>
> Knox allows extensions to be added by dropping jars in GATEWAY_HOME/ext.
> The extenstions would like to use their own configuration files from classpath.  If we add GATEWAY_HOME/conf in classpath, the extensions can simply place their config files in GATEWA_HOME/conf.
> Other Hadoop ecosystem components have their  HOME/conf directroy in classpath.



--
This message was sent by Atlassian JIRA
(v6.2#6252)