161162163164165166167168169170171172
//String rafroot = cattr.getDiskPath(); if ( rafroot == null ) { try { PropertyGroups pg = new PropertyGroups( "/cache.properties" ); rafroot = pg.getProperty( "diskPath" ); } catch ( Exception e ) { log.error( e ); }