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