Project

General

Profile

« Previous | Next » 

Revision c2e4881e

Added by Katja Luther about 5 years ago

changes in CdmServerInfo

View differences:

eu.etaxonomy.taxeditor.cdmlib/src/main/java/eu/etaxonomy/cdm/api/cache/CdmServiceCacher.java
60 60

  
61 61
        DiskStoreConfiguration diskStoreConfiguration = new DiskStoreConfiguration();
62 62
        File ehcacheFolder;
63
        try {
64
            ehcacheFolder = ConfigFileUtil.getCdmHomeSubDir("taxeditor-ehcache");
65
        } catch (Exception e){
66
            ehcacheFolder = ConfigFileUtil.getCdmHomeSubDirFallback("taxeditor-ehcache");
67
        }
63
        ehcacheFolder = ConfigFileUtil.getCdmHomeSubDir("taxeditor-ehcache");
64

  
68 65
        // FIXME use subfolder per taxeditor version to allow running multiple installations in parallel
69 66
        // String taxEditorVersion = ..;
70 67
        // File ehcacheFolder = new File(ehcacheFolder, taxEditorVersion);

Also available in: Unified diff