You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Bram de Kruijff (JIRA)" <ji...@apache.org> on 2013/08/05 12:25:52 UTC

[jira] [Commented] (ACE-391) Make file repository storage location configurable

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

Bram de Kruijff commented on ACE-391:
-------------------------------------

Comitted in r1510418

Two optional configuration params that allow specifying an alternative basedir and fileextension. Default remain the same so there is no upgrade issue.

{code}
    public static final String REPOSITORY_BASE_DIR = "basedir";
    public static final String REPOSITORY_FILE_EXTENSION = "fileextension";
{code}
                
> Make file repository storage location configurable
> --------------------------------------------------
>
>                 Key: ACE-391
>                 URL: https://issues.apache.org/jira/browse/ACE-391
>             Project: ACE
>          Issue Type: Improvement
>            Reporter: Bram de Kruijff
>            Assignee: Bram de Kruijff
>
> Currently all repository files are stored in the bundle cache. In some integration/management/backup cases it is desirable to maintain a configured deterministic location on the filesystem.
> To support these cases configuration of a non-default location outside the bundle cache should be an option.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira