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 Risden (JIRA)" <ji...@apache.org> on 2019/03/12 13:31:00 UTC

[jira] [Resolved] (KNOX-1814) Move directory check to Java layer

     [ https://issues.apache.org/jira/browse/KNOX-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Risden resolved KNOX-1814.
--------------------------------
    Resolution: Fixed

> Move directory check to Java layer
> ----------------------------------
>
>                 Key: KNOX-1814
>                 URL: https://issues.apache.org/jira/browse/KNOX-1814
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 1.3.0
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Currently, the following folder checks exist in {{gateway.sh}}:
>  * {{conf}} directory exists and can be read?
>  * {{data}}, {{log}}, {{pid}} directories exist and can be written?
> Only the {{conf}} and {{data}} folders are used by the Java code ({{log}} and {{pid}} only used in the bash script). Those directories are configurable using GATEWAY_HOME in the Java layer, therefore those checks should either be removed or fixed, so they take those variables into account.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)