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 2015/06/12 18:30:00 UTC

[jira] [Resolved] (KNOX-561) Allow Knox pid directory to be configured via the knox-env.sh file

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

Kevin Minder resolved KNOX-561.
-------------------------------
    Resolution: Fixed

> Allow Knox pid directory to be configured via the knox-env.sh file
> ------------------------------------------------------------------
>
>                 Key: KNOX-561
>                 URL: https://issues.apache.org/jira/browse/KNOX-561
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: Server
>    Affects Versions: 0.6.0
>            Reporter: Kevin Minder
>            Assignee: Kevin Minder
>             Fix For: 0.6.1
>
>
> Add a blank entry to the knox-env.sh file that can be used to specify the location of the pids directory.  If this is populated this will override the default use of the pids directory in the knox home directory.
> The knox-env.sh now contains this line that can be populated with a fully qualified directory that will be used to maintain the pid files for the running services.  This will override the default behavior of writing these to the pids directory in the gateway home directory.
> {code}
> ENV_PID_DIR=""
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)