Project

General

Profile

1 7590 leinfelder
dataone.hazelcast.configFilePath=../lib/hazelcast.xml
2 8132 tao
dataone.hazelcast.location.clientconfig=../lib/hazelcast.xml
3 7612 tao
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
4
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
5
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
6 7841 leinfelder
index.hazelcast.indexqueue=hzIndexQueue
7
index.hazelcast.indexeventmap=hzIndexEventMap
8 8126 tao
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.HazelcastIndexEventLog
9 7841 leinfelder
10 7593 tao
#Embedded (default):
11 7841 leinfelder
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
12
solr.homeDir=target/classes/solr-home
13
solr.configFileName=solr.xml
14
solr.collectionName=collection1
15 7593 tao
16
#HTTP:
17 7744 tao
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
18
#solr.endpoint=http://localhost:8080/solr/
19
#sorl.schema.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml
20
#solr.config.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=solrconfig.xml
21
#solr.systeminfo.urlappendix=/admin/system
22 7607 tao
23
server.name=localhost
24
server.httpPort=8080
25
server.httpSSLPort=443
26 8799 leinfelder
application.context=metacat