#{localhost} #container container.hostname = localhost container.port = 8380 container.context = dnet-index transport.soap.baseAddress = http://${container.hostname}:${container.port}/${container.context}/services #static service urls services.is.baseurl = http://localhost:8090/app/services services.is.lookup.endpoint = ${services.is.baseurl}/isLookUp services.is.registry.endpoint = ${services.is.baseurl}/isRegistry services.is.sn.endpoint = ${services.is.baseurl}/isSN services.is.rs.endpoint = ${services.index.rs.endpoint} #dnet dnet.data.path = ${java.io.tmpdir}/dnet #service specific: general services.index.name = IndexService services.index.rs.name = IndexResultSet services.index.endpoint = ${transport.soap.baseAddress}/${services.index.name} services.index.rs.endpoint = ${transport.soap.baseAddress}/${services.index.rs.name} services.index.registration.blackboard = true services.index.subscription = true services.index.issn.consumer.reference = ${services.index.endpoint}?wsdl services.index.issn.checking.producers = false service.base.address = ${transport.soap.baseAddress} #service specific: profile last update properties services.index.status.date.format.pattern = yyyy-MM-dd'T'hh:mm:ss services.index.status.time.zone = GMT #service specific: result set iterator properties services.index.iterator.rs.queue.size = 10000 services.index.iterator.rs.package.size = 20 #maximum timeout (in seconds) for retrieving single result from rs services.index.iterator.rs.max.timeout = 7200 services.index.iterator.rs.closingrs.timeout= 180 #service specific: index record xslt location services.index.record.xslt.location = xslt/indexRecordResult.xslt #service specific: result set used by index lookup properties services.index.lookup.rs.dataprov = ${services.index.issn.consumer.reference} services.index.lookup.rs.init.pagesize = 50 services.index.lookup.rs.expiry.time = 1800 services.index.lookup.rs.keep.alive.time = 1800 #service specific: maximum results analyzed when getting browsing statistics services.index.browsing.stats.max.analyzed = 1000 #service specific: data provider expiry time (in seconds) services.index.data.provider.expiry.time = 7200 #service specific: scheduler cleanup properties services.index.scheduler.data.prov.cleanup.cron.expr = 14 0 * * * ? services.index.scheduler.rs.cleanup.cron.expr = 0 0/10 * * * ? #service specific:maintaining index configurations properties #this property is used by SimpleMDFormatRelationsContainer for storing serialized data services.index.configs.storage.path = ${index.root.dir}/persisted_mdformat_data #those two properties are used by MDFormatDiffCheckerModule services.index.configs.recreate.layouts = true services.index.configs.startup.check = true #service specific: performs index optimization at service startup services.index.optimize.on.startup = false #service specific: performs index service read-only status check at service startup services.index.check.service.status.on.startup = true