1 |
82
|
jones
|
# Properties file defining options for the MetaCatServlet.java servlet
|
2 |
3081
|
jones
|
#
|
3 |
308
|
bojilova
|
# Matt Jones, Dan Higgins, Jivka Bojilova
|
4 |
82
|
jones
|
# '$Id$'
|
5 |
|
|
#
|
6 |
2156
|
costa
|
|
7 |
4122
|
daigle
|
######## Configuration utility section ################
|
8 |
2156
|
costa
|
|
9 |
5437
|
berkley
|
configutil.propertiesConfigured=false
|
10 |
|
|
configutil.authConfigured=false
|
11 |
8172
|
leinfelder
|
configutil.skinsConfigured=true
|
12 |
5437
|
berkley
|
configutil.databaseConfigured=false
|
13 |
|
|
configutil.geoserverConfigured=false
|
14 |
6635
|
leinfelder
|
configutil.dataoneConfigured=false
|
15 |
3081
|
jones
|
|
16 |
4080
|
daigle
|
############### Server Values #################
|
17 |
3081
|
jones
|
|
18 |
5527
|
leinfelder
|
server.name=localhost
|
19 |
|
|
server.httpPort=80
|
20 |
|
|
server.httpSSLPort=443
|
21 |
2156
|
costa
|
|
22 |
4080
|
daigle
|
############### Application Values ############
|
23 |
2156
|
costa
|
|
24 |
4080
|
daigle
|
## one of the few places where we use ANT tokens
|
25 |
8810
|
leinfelder
|
application.metacatVersion=2.5.0
|
26 |
6933
|
jones
|
application.metacatReleaseInfo=-1
|
27 |
4170
|
daigle
|
|
28 |
5527
|
leinfelder
|
application.deployDir=
|
29 |
4080
|
daigle
|
## This is autodiscovered and populated by the config utility
|
30 |
5437
|
berkley
|
application.context=
|
31 |
4080
|
daigle
|
application.default-style=default
|
32 |
|
|
application.knbSiteURL=http://knb.ecoinformatics.org
|
33 |
5527
|
leinfelder
|
application.backupDir=
|
34 |
|
|
application.datafilepath=/var/metacat/data
|
35 |
|
|
application.inlinedatafilepath=/var/metacat/inline-data
|
36 |
|
|
application.documentfilepath=/var/metacat/documents
|
37 |
4948
|
daigle
|
application.expandedArchivePath=/var/metacat/expanded-archives
|
38 |
5527
|
leinfelder
|
application.tempDir=/var/metacat/temporary
|
39 |
4243
|
daigle
|
# the location of cgi scripts relative to the metacat context directory
|
40 |
4080
|
daigle
|
application.cgiDir=/cgi-bin
|
41 |
4211
|
daigle
|
#used for writing debug info into a anouther out file
|
42 |
|
|
application.writeDebugToFile=true
|
43 |
|
|
#output file name where debug info will written
|
44 |
|
|
# TODO SCW: these should be using the temp-dir property for their paths (change in code)
|
45 |
|
|
application.debugOutputFile=/tmp/metacat.debug
|
46 |
|
|
#delimitered text output file name where debug info will be written
|
47 |
|
|
application.delimiteredOutputFile=/tmp/metacat.debug.delimitered
|
48 |
2156
|
costa
|
|
49 |
4080
|
daigle
|
############### Database Values ###############
|
50 |
3780
|
daigle
|
|
51 |
4186
|
daigle
|
database.connectionURI=jdbc:postgresql://localhost/metacat
|
52 |
5527
|
leinfelder
|
database.user=
|
53 |
|
|
database.password=
|
54 |
|
|
database.type=
|
55 |
|
|
database.driver=
|
56 |
|
|
database.adapter=
|
57 |
4101
|
daigle
|
database.scriptsuffix.postgres=postgres.sql
|
58 |
|
|
database.scriptsuffix.oracle=oracle.sql
|
59 |
|
|
database.scriptsuffix.sqlserver=sqlserver.sql
|
60 |
4080
|
daigle
|
database.upgradeVersion.0.0.0=xmltables,loaddtdschema
|
61 |
|
|
database.upgradeVersion.1.2.0=upgrade-db-to-1.2
|
62 |
|
|
database.upgradeVersion.1.3.0=upgrade-db-to-1.3
|
63 |
|
|
database.upgradeVersion.1.4.0=upgrade-db-to-1.4
|
64 |
|
|
database.upgradeVersion.1.5.0=upgrade-db-to-1.5
|
65 |
|
|
database.upgradeVersion.1.6.0=upgrade-db-to-1.6
|
66 |
|
|
database.upgradeVersion.1.7.0=upgrade-db-to-1.7
|
67 |
|
|
database.upgradeVersion.1.8.0=upgrade-db-to-1.8
|
68 |
|
|
database.upgradeVersion.1.9.0=upgrade-db-to-1.9
|
69 |
4873
|
daigle
|
database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1
|
70 |
4975
|
daigle
|
database.upgradeVersion.1.9.2=upgrade-db-to-1.9.2
|
71 |
5517
|
leinfelder
|
database.upgradeVersion.1.9.3=upgrade-db-to-1.9.3
|
72 |
6210
|
leinfelder
|
database.upgradeVersion.1.9.4=upgrade-db-to-1.9.4
|
73 |
|
|
database.upgradeVersion.1.9.5=upgrade-db-to-1.9.5
|
74 |
6550
|
leinfelder
|
database.upgradeVersion.2.0.0=upgrade-db-to-2.0.0
|
75 |
7276
|
leinfelder
|
database.upgradeVersion.2.0.1=upgrade-db-to-2.0.1
|
76 |
7300
|
leinfelder
|
database.upgradeVersion.2.0.2=upgrade-db-to-2.0.2
|
77 |
7347
|
leinfelder
|
database.upgradeVersion.2.0.3=upgrade-db-to-2.0.3
|
78 |
7369
|
leinfelder
|
database.upgradeVersion.2.0.4=upgrade-db-to-2.0.4
|
79 |
7392
|
leinfelder
|
database.upgradeVersion.2.0.5=upgrade-db-to-2.0.5
|
80 |
7496
|
leinfelder
|
database.upgradeVersion.2.0.6=upgrade-db-to-2.0.6
|
81 |
7644
|
leinfelder
|
database.upgradeVersion.2.0.7=upgrade-db-to-2.0.7
|
82 |
7834
|
leinfelder
|
database.upgradeVersion.2.0.8=upgrade-db-to-2.0.8
|
83 |
7830
|
leinfelder
|
database.upgradeVersion.2.1.0=upgrade-db-to-2.1.0
|
84 |
8146
|
leinfelder
|
database.upgradeVersion.2.1.1=upgrade-db-to-2.1.1
|
85 |
8223
|
leinfelder
|
database.upgradeVersion.2.2.0=upgrade-db-to-2.2.0
|
86 |
8307
|
leinfelder
|
database.upgradeVersion.2.2.1=upgrade-db-to-2.2.1
|
87 |
8339
|
leinfelder
|
database.upgradeVersion.2.3.0=upgrade-db-to-2.3.0
|
88 |
8440
|
leinfelder
|
database.upgradeVersion.2.3.1=upgrade-db-to-2.3.1
|
89 |
8555
|
leinfelder
|
database.upgradeVersion.2.4.0=upgrade-db-to-2.4.0
|
90 |
8656
|
leinfelder
|
database.upgradeVersion.2.4.1=upgrade-db-to-2.4.1
|
91 |
8978
|
leinfelder
|
database.upgradeVersion.2.4.2=upgrade-db-to-2.4.2
|
92 |
9172
|
leinfelder
|
database.upgradeVersion.2.4.3=upgrade-db-to-2.4.3
|
93 |
8810
|
leinfelder
|
database.upgradeVersion.2.5.0=upgrade-db-to-2.5.0
|
94 |
6012
|
leinfelder
|
## for running java-based utilities
|
95 |
|
|
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0
|
96 |
6550
|
leinfelder
|
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0
|
97 |
8339
|
leinfelder
|
database.upgradeUtility.2.3.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_3_0
|
98 |
8642
|
leinfelder
|
database.upgradeUtility.2.4.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_4_0
|
99 |
8983
|
leinfelder
|
database.upgradeUtility.2.4.2=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_4_2
|
100 |
4080
|
daigle
|
database.initialConnections=5
|
101 |
|
|
database.incrementConnections=5
|
102 |
7185
|
cjones
|
# be sure to increase SQL connection limits accordingly:
|
103 |
|
|
database.maximumConnections=200
|
104 |
4080
|
daigle
|
database.maximumConnectionAge=120000
|
105 |
|
|
database.maximumConnectionTime=60000
|
106 |
|
|
database.maximumUsageNumber=100
|
107 |
5165
|
daigle
|
database.connectionCountWarnLimit=15
|
108 |
4080
|
daigle
|
database.numberOfIndexingThreads=5
|
109 |
|
|
database.indexingTimerTaskTime=604800000
|
110 |
|
|
database.indexingInitialDelay=3600000
|
111 |
|
|
database.maximumIndexDelay=5000
|
112 |
|
|
database.runDBConnectionRecycleThread=off
|
113 |
|
|
database.cycleTimeOfDBConnection=30000
|
114 |
4170
|
daigle
|
database.queryignoredparams=enableediting,foo
|
115 |
|
|
database.usexmlindex=true
|
116 |
4211
|
daigle
|
# used for the setting the size of resultset for applications like morpho
|
117 |
|
|
database.appResultsetSize=7000
|
118 |
|
|
# used for the setting the size of resultset for searches done using browsers
|
119 |
|
|
database.webResultsetSize=7000
|
120 |
|
|
# the value of xml_returnfield.usage_count should be more than this value
|
121 |
|
|
# for records to be entered into xml_queryresult. so if you want results for
|
122 |
|
|
# any combination of returnfields to be stored in xml_queryresult only when
|
123 |
|
|
# that combination has been requested 50 times, set this value to 50
|
124 |
|
|
database.xmlReturnfieldCount=0
|
125 |
|
|
# used for the setting the size of queryresult_string in queryresult table.
|
126 |
|
|
# the limit is 4000 for oracle
|
127 |
|
|
database.queryresultStringLength=500000
|
128 |
|
|
#the size of query result cache
|
129 |
|
|
database.queryresultCacheSize=500
|
130 |
|
|
#turn on or off the query result cache
|
131 |
|
|
database.queryCacheOn=true
|
132 |
5165
|
daigle
|
#the time in milliseconds that an squery can run before metacat logs a warning
|
133 |
|
|
database.queryTimeWarnLimit=30000
|
134 |
|
|
#the time in milliseconds that an squery can run before metacat logs a warning
|
135 |
|
|
database.squeryTimeWarnLimit=30000
|
136 |
2156
|
costa
|
|
137 |
5165
|
daigle
|
|
138 |
|
|
######## DB Query section #######################################
|
139 |
7780
|
tao
|
dbquery.enabledEngines=pathquery;solr
|
140 |
5165
|
daigle
|
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
|
141 |
|
|
dbquery.transformTimeWarnLimit=60000
|
142 |
|
|
#the time in milliseconds to get a document list before metacat logs a warning
|
143 |
|
|
dbquery.findDocListTimeWarnLimit=60000
|
144 |
|
|
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
|
145 |
|
|
dbquery.findQueryResultsTimeWarnLimit=60000
|
146 |
|
|
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
|
147 |
|
|
dbquery.extendedQueryRunTimeWarnLimit=60000
|
148 |
|
|
#the time in milliseconds to store return fields before metacat logs a warning
|
149 |
|
|
dbquery.storeReturnFieldTimeWarnLimit=60000
|
150 |
|
|
#the time in milliseconds to totally process return fields before metacat logs a warning
|
151 |
|
|
dbquery.totalReturnFieldTimeWarnLimit=120000
|
152 |
|
|
|
153 |
4221
|
leinfelder
|
######## Datamanager section #######################################
|
154 |
|
|
datamanager.adapter=PostgresAdapter
|
155 |
|
|
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
|
156 |
5527
|
leinfelder
|
datamanager.server=localhost
|
157 |
4221
|
leinfelder
|
datamanager.database=datamanager
|
158 |
|
|
datamanager.user=datamanager
|
159 |
|
|
datamanager.password=datamanager
|
160 |
|
|
datamanager.maxconnections=10
|
161 |
|
|
|
162 |
8265
|
leinfelder
|
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/metacat/services/QueryService
|
163 |
|
|
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticatedQueryService
|
164 |
|
|
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticationService
|
165 |
|
|
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/metacat/services/PutService
|
166 |
|
|
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/metacat/services/IdentificationService
|
167 |
4248
|
leinfelder
|
#datamanager.srb.endpoint=
|
168 |
|
|
#datamanager.srb.machinename=
|
169 |
4221
|
leinfelder
|
|
170 |
5518
|
leinfelder
|
######## Plugin section #######################################
|
171 |
5528
|
leinfelder
|
plugin.handlers=
|
172 |
5518
|
leinfelder
|
|
173 |
8512
|
tao
|
######## Authentication ##############################################
|
174 |
2156
|
costa
|
|
175 |
8583
|
leinfelder
|
auth.class=edu.ucsb.nceas.metacat.authentication.AuthFile
|
176 |
|
|
#auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
177 |
4985
|
daigle
|
# Use AuthStub to test and guarantee authentication
|
178 |
8583
|
leinfelder
|
#auth.class=edu.ucsb.nceas.metacat.AuthStub
|
179 |
|
|
#auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|
180 |
5527
|
leinfelder
|
auth.administrators=
|
181 |
8520
|
tao
|
auth.userManagementUrl=
|
182 |
4582
|
daigle
|
auth.allowedSubmitters=
|
183 |
|
|
auth.deniedSubmitters=
|
184 |
8347
|
leinfelder
|
auth.moderators=
|
185 |
|
|
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org
|
186 |
|
|
#auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org:cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
|
187 |
8528
|
tao
|
auth.defaultUserManagementPage=/style/common/default-user-management.jsp
|
188 |
8512
|
tao
|
#####File-based Authentication######
|
189 |
8598
|
leinfelder
|
auth.file.path=/var/metacat/users/password.xml
|
190 |
8468
|
tao
|
auth.file.hashClassName=edu.ucsb.nceas.metacat.authentication.AuthFileBCryptHash
|
191 |
8512
|
tao
|
######LDAP-based Authentication#############
|
192 |
|
|
auth.timeoutMinutes=180
|
193 |
|
|
auth.url=ldap://ldap.ecoinformatics.org:389/
|
194 |
|
|
auth.surl=ldap://ldap.ecoinformatics.org:389/
|
195 |
|
|
auth.base=dc=ecoinformatics,dc=org
|
196 |
4080
|
daigle
|
# time in milliseconds allowed for ldap server connections
|
197 |
|
|
ldap.connectTimeLimit=5000
|
198 |
|
|
# time in milliseconds allowed for ldap server searches
|
199 |
|
|
ldap.searchTimeLimit=30000
|
200 |
|
|
# count of return entries allowed for ldap server searches
|
201 |
|
|
ldap.searchCountLimit=30000
|
202 |
|
|
ldap.referral=follow
|
203 |
|
|
ldap.onlySecureConnection=false
|
204 |
|
|
ldap.onlySecureReferalsConnection=false
|
205 |
8405
|
tao
|
ldap.server.ca.certificate=WEB-INF/gd_intermediate_bundle_nceas_ldap.crt
|
206 |
8409
|
tao
|
ldap.nextuid.storing.dn=cn=uidNext,dc=ecoinformatics,dc=org
|
207 |
|
|
ldap.nextuid.storing.attributename=description
|
208 |
|
|
ldap.nextuid.maxattempt=300
|
209 |
8168
|
tao
|
ldap.recaptcha.publickey=yourPublicKey
|
210 |
|
|
ldap.recaptcha.privatekey=yourPrivateKey
|
211 |
8402
|
tao
|
|
212 |
5437
|
berkley
|
# LDAP templates
|
213 |
4080
|
daigle
|
ldap.templates.stage=initregister
|
214 |
|
|
ldap.templates.header=genericHeader.tmpl
|
215 |
|
|
ldap.templates.footer=genericFooter.tmpl
|
216 |
|
|
ldap.templates.changePass=ldapChangePass.tmpl
|
217 |
|
|
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
|
218 |
|
|
ldap.templates.resetPass=ldapResetPass.tmpl
|
219 |
|
|
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
|
220 |
|
|
ldap.templates.register=ldapRegister.tmpl
|
221 |
|
|
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
|
222 |
|
|
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
|
223 |
|
|
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
|
224 |
8214
|
tao
|
ldap.templates.verificationSuccess=ldapVerificationSuccess.tmpl
|
225 |
|
|
ldap.templates.verificationFailed=ldapVerificationFailed.tmpl
|
226 |
4080
|
daigle
|
ldap.templates.registerLter=ldapRegisterLter.tmpl
|
227 |
|
|
ldap.templates.success=ldapRegisterSuccess.tmpl
|
228 |
|
|
ldap.templates.failed=ldapRegisterFailed.tmpl
|
229 |
|
|
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
|
230 |
|
|
ldap.templates.searchResults=searchResults.tmpl
|
231 |
8228
|
tao
|
ldap.templates.lookupName=ldapLookupName.tmpl
|
232 |
|
|
ldap.templates.lookupNameSuccess=ldapLookupNameSuccess.tmpl
|
233 |
8387
|
leinfelder
|
#The property defines a default value which controls the list of organization names showing in the account registration,
|
234 |
|
|
#password reset and change password templates for all skins.
|
235 |
8198
|
tao
|
#The value of the property will be overwritten if a skin properties file defines the property as well.
|
236 |
8205
|
tao
|
#The value of the property should be defined in the organization.name.VALUE=something in the organization part.
|
237 |
8387
|
leinfelder
|
#Multiple values will be separated by ";".
|
238 |
8271
|
tao
|
ldap.templates.organizationList=unaffiliated
|
239 |
2156
|
costa
|
|
240 |
5041
|
daigle
|
############### Session Values ###############
|
241 |
|
|
session.timeoutMinutes=360
|
242 |
|
|
|
243 |
4160
|
daigle
|
############### Organization Values ###############
|
244 |
4776
|
daigle
|
organization.configured.NCEAS=false
|
245 |
|
|
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
|
246 |
|
|
organization.configured.OBFS=false
|
247 |
|
|
organization.name.OBFS=Organization of Biological Field Stations
|
248 |
|
|
organization.configured.OSUSB=false
|
249 |
|
|
organization.name.OSUSB=
|
250 |
|
|
organization.configured.UCNRS=false
|
251 |
4867
|
walbridge
|
organization.name.UCNRS=University of California Natural Reserve System
|
252 |
|
|
organization.base.UCNRS=ou=people,o=ucnrs.org
|
253 |
|
|
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
254 |
|
|
organization.password.UCNRS=
|
255 |
4776
|
daigle
|
organization.configured.KU=false
|
256 |
|
|
organization.name.KU=
|
257 |
|
|
organization.configured.LTER=false
|
258 |
|
|
organization.name.LTER=
|
259 |
|
|
organization.configured.UVM=false
|
260 |
|
|
organization.name.UVM=
|
261 |
|
|
organization.configured.SDSC=false
|
262 |
|
|
organization.name.SDSC=
|
263 |
|
|
organization.configured.MSU=false
|
264 |
|
|
organization.name.MSU=
|
265 |
|
|
organization.configured.NAPIER=false
|
266 |
|
|
organization.name.NAPIER=
|
267 |
|
|
organization.configured.SANPARKS=false
|
268 |
|
|
organization.name.SANPARKS=Kruger National Park
|
269 |
8198
|
tao
|
organization.org.SANPARKS=o=SANPARKS
|
270 |
4776
|
daigle
|
organization.configured.SAEON=false
|
271 |
|
|
organization.name.SAEON=South African Environmental Observation Network Repository
|
272 |
8198
|
tao
|
organization.org.SAEON=o=SAEON
|
273 |
4213
|
daigle
|
|
274 |
4776
|
daigle
|
organization.name.unaffiliated=unaffiliated
|
275 |
4395
|
walbridge
|
organization.base.unaffiliated=dc=ecoinformatics,dc=org
|
276 |
|
|
organization.org.unaffiliated=o=unaffiliated
|
277 |
|
|
organization.user.unaffiliated=cn=Manager
|
278 |
|
|
organization.password.unaffiliated=
|
279 |
8351
|
leinfelder
|
organization.expiration.unaffiliated=36
|
280 |
8571
|
tao
|
organization.label.unaffiliated=KNB/AOOS
|
281 |
4160
|
daigle
|
|
282 |
8538
|
tao
|
|
283 |
8198
|
tao
|
organization.name.Account=Account
|
284 |
|
|
organization.base.Account=dc=ecoinformatics,dc=org
|
285 |
|
|
organization.org.Account=ou=Account
|
286 |
|
|
organization.user.Account=cn=Manager
|
287 |
|
|
organization.password.Account=
|
288 |
8351
|
leinfelder
|
organization.expiration.Account=36
|
289 |
8538
|
tao
|
organization.label.Account=NCEAS/DataONE/Kepler
|
290 |
8198
|
tao
|
|
291 |
4080
|
daigle
|
######## XML / EML #########################################
|
292 |
|
|
|
293 |
4213
|
daigle
|
xml.saxparser=org.apache.xerces.parsers.SAXParser
|
294 |
|
|
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
|
295 |
|
|
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
|
296 |
|
|
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
|
297 |
5709
|
leinfelder
|
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1
|
298 |
5122
|
leinfelder
|
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
299 |
4806
|
daigle
|
xml.useFullSchemaValidation=true
|
300 |
4213
|
daigle
|
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
|
301 |
|
|
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
|
302 |
|
|
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
|
303 |
|
|
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
|
304 |
|
|
xml.packagedoctypeset=BIN,-//ecoinformatics.org//eml-access-2.0.0beta6//EN,-//ecoinformatics.org//eml-access-2.0.0beta4//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN,-//ecoinformatics.org//eml-entity-2.0.0beta6//EN,-//ecoinformatics.org//eml-entity-2.0.0beta4//EN,-//ecoinformatics.org//eml-literature-2.0.0beta6//EN,-//ecoinformatics.org//eml-literature-2.0.0beta4//EN,-//ecoinformatics.org//eml-physical-2.0.0beta6//EN,-//ecoinformatics.org//eml-physical-2.0.0beta4//EN,-//ecoinformatics.org//eml-project-2.0.0beta6//EN,-//ecoinformatics.org//eml-project-2.0.0beta4//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN,-//ecoinformatics.org//eml-software-2.0.0beta6//EN,-//ecoinformatics.org//eml-software-2.0.0beta4//EN
|
305 |
6009
|
barseghian
|
xml.indexNamespaces=eml://ecoinformatics.org/eml-2.0.0,eml://ecoinformatics.org/eml-2.0.1,eml://ecoinformatics.org/eml-2.1.0,eml://ecoinformatics.org/eml-2.1.1,http://www.kepler-project.org/kar-2.0.0,http://www.kepler-project.org/kar-2.1.0
|
306 |
5437
|
berkley
|
xml.indexPaths= \
|
307 |
|
|
@packageId, \
|
308 |
|
|
/reviewHistory/review/packageId, \
|
309 |
|
|
abstract, \
|
310 |
5758
|
leinfelder
|
abstract/value, \
|
311 |
5437
|
berkley
|
abstract/para, \
|
312 |
5758
|
leinfelder
|
abstract/para/value, \
|
313 |
5437
|
berkley
|
access/allow/principal, \
|
314 |
6080
|
barseghian
|
additionalMetadata/metadata/spatialResolution/value, \
|
315 |
|
|
additionalMetadata/metadata/spatialResolution/units, \
|
316 |
|
|
additionalMetadata/moderatorComment, \
|
317 |
5437
|
berkley
|
associatedParty/individualName/surName, \
|
318 |
|
|
associatedParty/organizationName, \
|
319 |
|
|
coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName, \
|
320 |
|
|
coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName, \
|
321 |
|
|
coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName, \
|
322 |
6007
|
leinfelder
|
coverage/temporalCoverage/rangeOfDates/beginDate/calendarDate, \
|
323 |
|
|
coverage/temporalCoverage/rangeOfDates/endDate/calendarDate, \
|
324 |
|
|
coverage/temporalCoverage/singleDateTime/calendarDate, \
|
325 |
|
|
coverage/temporalCoverage/rangeOfDates/beginDate/time, \
|
326 |
|
|
coverage/temporalCoverage/rangeOfDates/endDate/time, \
|
327 |
|
|
coverage/temporalCoverage/singleDateTime/time, \
|
328 |
5437
|
berkley
|
creator/individualName/surName, \
|
329 |
|
|
creator/individualName/givenName, \
|
330 |
|
|
creator/organizationName, \
|
331 |
|
|
dataset/access/allow/principal, \
|
332 |
|
|
dataset/dataTable/physical/distribution/online/url, \
|
333 |
|
|
dataset/dataTable/physical/distribution/online/url/@function, \
|
334 |
|
|
dataset/spatialRaster/physical/distribution/online/url, \
|
335 |
|
|
dataset/spatialRaster/physical/distribution/online/url/@function, \
|
336 |
6011
|
leinfelder
|
dataset/otherEntity/physical/distribution/online/url, \
|
337 |
|
|
dataset/otherEntity/physical/distribution/online/url/@function, \
|
338 |
|
|
physical/encodingMethod, \
|
339 |
5437
|
berkley
|
dataset/title, \
|
340 |
5758
|
leinfelder
|
dataset/title/value, \
|
341 |
5437
|
berkley
|
eastBoundingCoordinate, \
|
342 |
|
|
eastbc, \
|
343 |
|
|
EcogridRegEntry/description, \
|
344 |
|
|
EcogridRegEntry/endPoint, \
|
345 |
|
|
EcogridRegEntry/serviceName, \
|
346 |
|
|
entityName, \
|
347 |
|
|
geographicCoverage/boundingCoordinates/eastBoundingCoordinate, \
|
348 |
|
|
geographicCoverage/boundingCoordinates/northBoundingCoordinate, \
|
349 |
|
|
geographicCoverage/boundingCoordinates/southBoundingCoordinate, \
|
350 |
|
|
geographicCoverage/boundingCoordinates/westBoundingCoordinate, \
|
351 |
|
|
geographicDescription, \
|
352 |
|
|
givenName, \
|
353 |
|
|
idinfo/citation/citeinfo/title, \
|
354 |
|
|
idinfo/citation/citeinfo/origin, \
|
355 |
|
|
idinfo/keywords/theme/themekey, \
|
356 |
|
|
individualName/surName, \
|
357 |
|
|
keyword, \
|
358 |
6009
|
barseghian
|
karEntry/karEntryAttributes/type, \
|
359 |
|
|
karEntry/karEntryXML/property/property/@name, \
|
360 |
|
|
karEntry/karEntryXML/property/property/@value, \
|
361 |
|
|
karEntry/karEntryXML/property/property/property/@name, \
|
362 |
|
|
karEntry/karEntryXML/property/property/property/@value, \
|
363 |
|
|
karFileName, \
|
364 |
|
|
karFileSize, \
|
365 |
5758
|
leinfelder
|
keyword/value, \
|
366 |
5437
|
berkley
|
literalLayout, \
|
367 |
6009
|
barseghian
|
mainAttributes/lsid, \
|
368 |
5437
|
berkley
|
northbc, \
|
369 |
|
|
northBoundingCoordinate, \
|
370 |
|
|
organizationName, \
|
371 |
|
|
originator/individualName/surName, \
|
372 |
|
|
originator/individualName/givenName, \
|
373 |
|
|
originator/organizationName, \
|
374 |
|
|
para, \
|
375 |
|
|
placekey, \
|
376 |
|
|
southBoundingCoordinate, \
|
377 |
|
|
southbc, \
|
378 |
|
|
surName, \
|
379 |
|
|
taxonomicClassification/taxonRankName, \
|
380 |
|
|
taxonomicClassification/taxonRankValue, \
|
381 |
|
|
taxonRankValue, \
|
382 |
|
|
title, \
|
383 |
|
|
westBoundingCoordinate, \
|
384 |
|
|
westbc
|
385 |
2156
|
costa
|
|
386 |
4080
|
daigle
|
######## Outgoing email #########################################
|
387 |
2156
|
costa
|
|
388 |
4080
|
daigle
|
email.mailhost=localhost
|
389 |
|
|
email.sender=knb-software@nceas.ucsb.edu
|
390 |
|
|
email.admin=KNB Support
|
391 |
|
|
email.recipient=knb-software@nceas.ucsb.edu
|
392 |
2156
|
costa
|
|
393 |
4170
|
daigle
|
######## Replication properties #########################################
|
394 |
4211
|
daigle
|
|
395 |
5527
|
leinfelder
|
replication.logdir=
|
396 |
4170
|
daigle
|
## deltaT=60
|
397 |
|
|
## debuglevel=55
|
398 |
|
|
replication.datafileflag=datafile
|
399 |
|
|
## TODO MCD this seems to be used in other placed besides replication
|
400 |
|
|
replication.datafilesizelimit=1000
|
401 |
|
|
replication.defaultcontenttype=application/octet-stream
|
402 |
4178
|
daigle
|
replication.timedreplication=false
|
403 |
|
|
replication.firsttimedreplication=10:00 PM
|
404 |
|
|
replication.timedreplicationinterval=172800000
|
405 |
4211
|
daigle
|
replication.forcereplicationwaitingtime=30000
|
406 |
7313
|
leinfelder
|
replication.client.timeout=60000
|
407 |
6579
|
leinfelder
|
# certificate-based replication configuration
|
408 |
6582
|
leinfelder
|
replication.certificate.file=/etc/dataone/client/certs/METACAT1.pem
|
409 |
|
|
replication.privatekey.file=/etc/dataone/client/certs/METACAT1.pem
|
410 |
7241
|
leinfelder
|
replication.privatekey.password=
|
411 |
2156
|
costa
|
|
412 |
6582
|
leinfelder
|
|
413 |
4080
|
daigle
|
######## Skins #########################################
|
414 |
4211
|
daigle
|
|
415 |
7880
|
leinfelder
|
skin.names=default,metacatui,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,dataone
|
416 |
8223
|
leinfelder
|
|
417 |
|
|
############# UI Section ###########################################
|
418 |
|
|
ui.context=metacatui
|
419 |
|
|
|
420 |
4211
|
daigle
|
######## Document Section #########################################
|
421 |
2156
|
costa
|
|
422 |
4090
|
daigle
|
#The flag to indicate if invalidated eml 201 documents were corrected.
|
423 |
|
|
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
|
424 |
|
|
#schema, which accidentily points to wrong version of eml-resource.xsd.
|
425 |
|
|
#If this value is false, metacat will run a class to correct eml201 doucment.
|
426 |
5311
|
daigle
|
document.eml201DocumentCorrected=true
|
427 |
4211
|
daigle
|
document.sitecode=nceas
|
428 |
|
|
document.accNumSeparator=.
|
429 |
5285
|
jones
|
document.accNumPrefix=autogen
|
430 |
4090
|
daigle
|
|
431 |
3081
|
jones
|
######## Harvester section #########################################
|
432 |
2156
|
costa
|
|
433 |
4170
|
daigle
|
harvester.connectToMetacat=true
|
434 |
|
|
harvester.delay=0
|
435 |
5437
|
berkley
|
harvester.administrator=name@institution.edu
|
436 |
4170
|
daigle
|
harvester.logPeriod=90
|
437 |
|
|
harvester.maxHarvests=0
|
438 |
5437
|
berkley
|
harvester.period=24
|
439 |
|
|
harvester.smtpServer=localhost
|
440 |
4170
|
daigle
|
harvester.GetDocError=Error getting EML document from site,Error
|
441 |
|
|
harvester.GetDocSuccess=Success getting EML document from site,Debug
|
442 |
|
|
harvester.GetHarvestListError=Error getting harvest list from site,Error
|
443 |
|
|
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
|
444 |
|
|
harvester.HarvesterStartup=Harvester start up,Info
|
445 |
|
|
harvester.HarvesterShutdown=Harvester shut down,Info
|
446 |
|
|
harvester.InsertDocError=Error inserting EML document to Metacat,Error
|
447 |
|
|
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
|
448 |
|
|
harvester.MetacatHasDoc=Metacat already has this EML document,Info
|
449 |
|
|
harvester.UpdateDocError=Error updating EML document to Metacat,Error
|
450 |
|
|
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
|
451 |
|
|
harvester.ValidateDocError=Error validating EML docoument,Error
|
452 |
|
|
harvester.ValidateDocSuccess=Success validating EML document,Debug
|
453 |
|
|
harvester.ValidateHarvestListError=Error validating harvest list,Error
|
454 |
|
|
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
|
455 |
2156
|
costa
|
|
456 |
4943
|
costa
|
######## OAI-PMH section #######################################
|
457 |
|
|
|
458 |
|
|
oaipmh.maxListSize=5
|
459 |
5709
|
leinfelder
|
oaipmh.repositoryIdentifier=localhost:8080
|
460 |
4943
|
costa
|
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
|
461 |
|
|
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
|
462 |
|
|
# Duration of resumption tokens
|
463 |
|
|
AbstractCatalog.secondsToLive=3600
|
464 |
|
|
# Choose one of the following two
|
465 |
|
|
AbstractCatalog.granularity=YYYY-MM-DD
|
466 |
|
|
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
|
467 |
|
|
# Custom Identify response values
|
468 |
5709
|
leinfelder
|
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
|
469 |
|
|
Identify.adminEmail=mailto:admin@localhost
|
470 |
4943
|
costa
|
Identify.earliestDatestamp=2000-01-01T00:00:00Z
|
471 |
|
|
Identify.deletedRecord=no
|
472 |
|
|
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
|
473 |
8265
|
leinfelder
|
#Identify.description.1=<description><oai-identifier xmlns\="http\://www.openarchives.org/OAI/2.0/oai-identifier" xmlns\:xsi\="http\://www.w3.org/2001/XMLSchema-instance" xsi\:schemaLocation\="http\://www.openarchives.org/OAI/2.0/oai-identifier http\://www.openarchives.org/OAI/2.0/oai-identifier.xsd"><scheme>oai</scheme><repositoryIdentifier>metacat.lternet.edu</repositoryIdentifier><delimiter>\:</delimiter><sampleIdentifier>http\://metacat.lternet.edu/metacat/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
|
474 |
4943
|
costa
|
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
|
475 |
|
|
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
|
476 |
4946
|
costa
|
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
|
477 |
|
|
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
|
478 |
|
|
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
|
479 |
4943
|
costa
|
|
480 |
4080
|
daigle
|
######## Spatial section #########################################
|
481 |
3034
|
perry
|
|
482 |
5401
|
berkley
|
spatial.runSpatialOption=true
|
483 |
5437
|
berkley
|
spatial.regenerateCacheOnRestart=true
|
484 |
3120
|
perry
|
# Comma-seperated list of schemas containing spatial bounding boxes
|
485 |
|
|
# name corresponds to the docname stored in xml_documents table
|
486 |
4178
|
daigle
|
spatial.spatialDocnameList=eml,fgdc,metadata
|
487 |
3034
|
perry
|
# XML paths to the four bounding coordinates
|
488 |
3120
|
perry
|
# These paths must be included in your indexPaths variable in build.properties
|
489 |
|
|
# Note the naming convention:
|
490 |
|
|
# {docname}_{direction}BoundingCoordinatePath=.....
|
491 |
|
|
# Has not been tested with other schemas besides EML
|
492 |
4178
|
daigle
|
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
|
493 |
|
|
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
|
494 |
|
|
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
|
495 |
|
|
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
|
496 |
|
|
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
|
497 |
|
|
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
|
498 |
|
|
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
|
499 |
|
|
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
|
500 |
|
|
spatial.metadata_westBoundingCoordinatePath=westbc
|
501 |
|
|
spatial.metadata_eastBoundingCoordinatePath=eastbc
|
502 |
|
|
spatial.metadata_southBoundingCoordinatePath=southbc
|
503 |
|
|
spatial.metadata_northBoundingCoordinatePath=northbc
|
504 |
|
|
spatial.docTitle=dataset/title
|
505 |
3244
|
jones
|
|
506 |
4195
|
daigle
|
######## Geoserver section #######################################
|
507 |
4211
|
daigle
|
|
508 |
5847
|
leinfelder
|
geoserver.username=admin
|
509 |
5855
|
leinfelder
|
geoserver.password=geoserver
|
510 |
5847
|
leinfelder
|
geoserver.context=geoserver
|
511 |
|
|
geoserver.GEOSERVER_DATA_DIR=
|
512 |
4195
|
daigle
|
|
513 |
5847
|
leinfelder
|
|
514 |
5027
|
daigle
|
######## workflowScheduler section #######################################
|
515 |
|
|
|
516 |
6741
|
tao
|
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
|
517 |
5817
|
tao
|
workflowScheduler.authorizationPath=/services/AuthorizationService
|
518 |
|
|
workflowScheduler.authenticationPath=/services/AuthenticationService
|
519 |
|
|
workflowScheduler.queryPath=/services/QueryService
|
520 |
5027
|
daigle
|
|
521 |
4080
|
daigle
|
######## SiteMap section #########################################
|
522 |
3244
|
jones
|
|
523 |
|
|
# relative directory path in which sitemap files should be written
|
524 |
4080
|
daigle
|
## sitemapDirectory=@install-dir@/sitemaps
|
525 |
3244
|
jones
|
|
526 |
|
|
# Interval (in milliseconds) between rebuilding the sitemap
|
527 |
4208
|
daigle
|
sitemap.interval=86400000
|
528 |
8810
|
leinfelder
|
sitemap.excludedata=false
|
529 |
3244
|
jones
|
|
530 |
4966
|
daigle
|
######## Workflow engine section #########################################
|
531 |
6741
|
tao
|
executionEngine.workflowRunEngineName=localWorkflowEngine
|
532 |
|
|
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
|
533 |
5814
|
tao
|
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
|
534 |
4291
|
daigle
|
######## junit test section ################
|
535 |
|
|
|
536 |
|
|
test.printdebug=true
|
537 |
8265
|
leinfelder
|
test.metacatUrl=http://localhost:8080/metacat/metacat
|
538 |
|
|
test.contextUrl=http://localhost:8080/metacat
|
539 |
5523
|
berkley
|
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
|
540 |
8265
|
leinfelder
|
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/metacat
|
541 |
4291
|
daigle
|
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
|
542 |
|
|
test.mcPassword=kepler
|
543 |
|
|
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
|
544 |
|
|
test.mcAnotherPassword=test
|
545 |
6210
|
leinfelder
|
test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org
|
546 |
|
|
test.referralPassword=testreferral
|
547 |
7524
|
leinfelder
|
test.lterUser=uid=knbuser,o=LTER,dc=ecoinformatics,dc=org
|
548 |
|
|
test.lterPassword=b1gf1$h
|
549 |
8680
|
tao
|
test.piscoUser=uid=piscotest,o=PISCO,dc=ecoinformatics,dc=org
|
550 |
|
|
test.piscoPassword=testPW
|
551 |
4291
|
daigle
|
test.testProperty=testing
|
552 |
8265
|
leinfelder
|
test.replication.targetServer=fred.msi.ucsb.edu/metacat
|
553 |
4291
|
daigle
|
|
554 |
4152
|
daigle
|
######## Developers Section #########################################
|
555 |
|
|
|
556 |
5437
|
berkley
|
# Set dev.runConfiguration to false to keep the system from walking you
|
557 |
|
|
# through the configuration utility every time you reinstall metacat.
|
558 |
|
|
# Instead, the system will use backed up configuration values. If you
|
559 |
|
|
# haven't ever configured the app (no backup files) the system will take
|
560 |
4152
|
daigle
|
# you through the configuration.
|
561 |
5631
|
berkley
|
dev.runConfiguration=true
|
562 |
4152
|
daigle
|
|
563 |
5523
|
berkley
|
|
564 |
|
|
############# DataONE Section #######################################
|
565 |
7253
|
leinfelder
|
D1Client.CN_URL=https://cn.dataone.org/cn
|
566 |
6639
|
leinfelder
|
# Configure the Member Node client certificate location
|
567 |
6987
|
jones
|
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem
|
568 |
7412
|
leinfelder
|
# Client resources
|
569 |
|
|
D1Client.resourcesDir=/var/metacat/dataone
|
570 |
6639
|
leinfelder
|
# Member Node configuration
|
571 |
9186
|
tao
|
dataone.nodeId=urn:node:METACAT_TEST
|
572 |
8208
|
leinfelder
|
dataone.subject=CN=urn:node:METACAT1,DC=dataone,DC=org
|
573 |
|
|
dataone.contactSubject=CN=Scientist 1234,DC=dataone,DC=org
|
574 |
6478
|
jones
|
dataone.nodeName=My Metacat Node
|
575 |
6033
|
cjones
|
dataone.nodeType=mn
|
576 |
6987
|
jones
|
dataone.nodeDescription=Describe your Member Node briefly.
|
577 |
|
|
dataone.nodeSynchronize=false
|
578 |
|
|
dataone.nodeReplicate=false
|
579 |
6240
|
cjones
|
dataone.serviceName=d1
|
580 |
6346
|
cjones
|
|
581 |
6689
|
leinfelder
|
# the synchronization schedule
|
582 |
|
|
dataone.nodeSynchronization.schedule.year=*
|
583 |
|
|
dataone.nodeSynchronization.schedule.mon=*
|
584 |
|
|
dataone.nodeSynchronization.schedule.mday=*
|
585 |
|
|
dataone.nodeSynchronization.schedule.wday=?
|
586 |
|
|
dataone.nodeSynchronization.schedule.hour=*
|
587 |
|
|
dataone.nodeSynchronization.schedule.min=0/3
|
588 |
|
|
dataone.nodeSynchronization.schedule.sec=10
|
589 |
|
|
|
590 |
6987
|
jones
|
# The default replication policy
|
591 |
7176
|
leinfelder
|
dataone.replicationpolicy.default.numreplicas=0
|
592 |
6987
|
jones
|
dataone.replicationpolicy.default.preferredNodeList=
|
593 |
|
|
dataone.replicationpolicy.default.blockedNodeList=
|
594 |
|
|
|
595 |
7222
|
leinfelder
|
# Default checksum algorithm
|
596 |
|
|
dataone.checksumAlgorithm.default=MD5
|
597 |
|
|
|
598 |
9100
|
jones
|
# Default file upload size for create() and update (in bytes, or -1 for no limit)
|
599 |
|
|
# Note that this is parsed as an int value, so must be < 2^31-1
|
600 |
9097
|
jones
|
dataone.max_upload_size=1000000000
|
601 |
9094
|
jones
|
|
602 |
6994
|
leinfelder
|
# overall services (TODO: mn vs. cn?)
|
603 |
|
|
dataone.mn.services.enabled=true
|
604 |
|
|
dataone.mn.registration.submitted=false
|
605 |
|
|
|
606 |
6346
|
cjones
|
# state which versions of each MN tier service are availalble
|
607 |
9254
|
tao
|
dataone.mnCore.serviceAvailable=true;true
|
608 |
|
|
dataone.mnCore.serviceVersion=v1;v2
|
609 |
|
|
dataone.mnRead.serviceAvailable=true;true
|
610 |
|
|
dataone.mnRead.serviceVersion=v1;v2
|
611 |
|
|
dataone.mnAuthorization.serviceAvailable=true;true
|
612 |
|
|
dataone.mnAuthorization.serviceVersion=v1;v2
|
613 |
|
|
dataone.mnStorage.serviceAvailable=true;true
|
614 |
|
|
dataone.mnStorage.serviceVersion=v1;v2
|
615 |
|
|
dataone.mnReplication.serviceAvailable=true;true
|
616 |
|
|
dataone.mnReplication.serviceVersion=v1;v2
|
617 |
6342
|
cjones
|
|
618 |
6408
|
cjones
|
# The DataONE storage cluster configuration for Hazelcast
|
619 |
6487
|
leinfelder
|
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml
|
620 |
6408
|
cjones
|
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
|
621 |
7563
|
leinfelder
|
dataone.hazelcast.storageCluster.objectPathMap=hzObjectPath
|
622 |
6886
|
cjones
|
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
|
623 |
6408
|
cjones
|
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids
|
624 |
5523
|
berkley
|
|
625 |
6408
|
cjones
|
# Parameters for connecting to the DataONE process cluster as a Hazelcast client
|
626 |
6461
|
cjones
|
dataone.hazelcast.processCluster.groupName=dev
|
627 |
|
|
dataone.hazelcast.processCluster.password=dataone
|
628 |
6408
|
cjones
|
dataone.hazelcast.processCluster.instances=127.0.0.1
|
629 |
|
|
dataone.hazelcast.processCluster.nodesMap=hzNodes
|
630 |
|
|
|
631 |
6639
|
leinfelder
|
# DataONE types XSLT
|
632 |
9237
|
leinfelder
|
dataone.types.xsl.v1=/cn/xslt/dataone.types.v1.xsl
|
633 |
|
|
dataone.types.xsl.v2=/cn/xslt/dataone.types.v2.xsl
|
634 |
6408
|
cjones
|
|
635 |
9237
|
leinfelder
|
|
636 |
6935
|
leinfelder
|
# DataONE configuration settings
|
637 |
7299
|
leinfelder
|
dataone.ore.downloaddata=false
|
638 |
6935
|
leinfelder
|
dataone.ore.generated=false
|
639 |
6983
|
leinfelder
|
dataone.systemmetadata.generated=false
|
640 |
6935
|
leinfelder
|
|
641 |
6933
|
jones
|
############# Global Identifiers Assignment Section ######################
|
642 |
|
|
guid.assignGUIDs=false
|
643 |
7507
|
leinfelder
|
guid.ezid.enabled=false
|
644 |
7449
|
leinfelder
|
guid.ezid.username=apitest
|
645 |
|
|
guid.ezid.password=apitest
|
646 |
8550
|
leinfelder
|
guid.ezid.baseurl=https://ezid.cdlib.org/
|
647 |
8539
|
leinfelder
|
#guid.ezid.baseurl=https://n2t.net/ezid/
|
648 |
8202
|
leinfelder
|
# optional path for target. do not include hostname here. <IDENTIFIER> is replaced with real value
|
649 |
|
|
guid.ezid.uritemplate.metadata=/metacatui/#view/<IDENTIFIER>
|
650 |
|
|
#guid.ezid.uritemplate.data=
|
651 |
7449
|
leinfelder
|
guid.ezid.doishoulder.1=doi:10.5072/FK2
|
652 |
6987
|
jones
|
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
|
653 |
7224
|
leinfelder
|
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
|
654 |
7575
|
tao
|
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
|
655 |
|
|
|
656 |
7694
|
leinfelder
|
############# Index Section ###########################################
|
657 |
8312
|
tao
|
#The md5 hash numbers for the schema.xml in previous releases. It should be sperator by ';' if it has multiple values.
|
658 |
9207
|
tao
|
index.schema.previous.hash=714457a3cdd05e034e5df46589b3bfa9;ba7dc67bbf749b02e03d7b7cc6a31def;ebf5b20f9cd18d31c3a6057749ba9397;fb1f63a36f2c742f1ba144d559c37075;2acacecbb55721806b7e92d7a115c35a
|
659 |
8312
|
tao
|
#The md5 hash number for the schema.xml in this release
|
660 |
9207
|
tao
|
index.schema.current.hash=2acacecbb55721806b7e92d7a115c35a
|
661 |
7694
|
leinfelder
|
index.context=metacat-index
|
662 |
7787
|
tao
|
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;http://www.openarchives.org/ore/terms
|
663 |
7747
|
tao
|
#The process to regenerate the index when the metacat-index web app starts needs the readiness of the metacat.
|
664 |
|
|
#The index.regenerate.start.waitingtime (in milliseconds) and index.regenerate.start.maxattempts are used to control the waiting time.
|
665 |
7777
|
tao
|
index.regenerate.start.waitingtime=10000
|
666 |
|
|
index.regenerate.start.maxattempts=600
|
667 |
7789
|
tao
|
#An interval to run the thread to regenerate solr index which failed before.
|
668 |
|
|
#If the inerval is less than 0, the thread would not run.
|
669 |
8165
|
tao
|
index.regenerate.interval=43200000
|
670 |
7837
|
tao
|
index.eventlog.classname=edu.ucsb.nceas.metacat.index.event.HazelcastIndexEventLog
|
671 |
7812
|
leinfelder
|
index.hazelcast.indexqueue=hzIndexQueue
|
672 |
7815
|
leinfelder
|
index.hazelcast.indexeventmap=hzIndexEventMap
|
673 |
9369
|
leinfelder
|
index.tdb.directory=/var/metacat/tdb
|
674 |
7694
|
leinfelder
|
|
675 |
8874
|
leinfelder
|
############# Annotator Section ###########################################
|
676 |
9172
|
leinfelder
|
annotator.sharedSecret=710f4e8c-25ee-4fb0-88ae-ae98a9edd0ad
|
677 |
|
|
annotator.consumerKey=f780f3e398cf45cbb4e84ed9ec91622a
|
678 |
8953
|
leinfelder
|
annotator.store.url=http://annotateit.org/api/search
|
679 |
8874
|
leinfelder
|
|
680 |
7575
|
tao
|
############# SOLR Search Section ###########################################
|
681 |
7694
|
leinfelder
|
#Embedded (default):
|
682 |
|
|
solr.server.classname=org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
|
683 |
|
|
solr.homeDir=/var/metacat/solr-home
|
684 |
|
|
solr.configFileName=solr.xml
|
685 |
|
|
solr.collectionName=collection1
|
686 |
7594
|
tao
|
|
687 |
|
|
#HTTP:
|
688 |
7694
|
leinfelder
|
#solr.server.classname=org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
|
689 |
7729
|
tao
|
#solr.endpoint=http://localhost:8080/solr/
|
690 |
|
|
#sorl.schema.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=schema.xml
|
691 |
|
|
#solr.config.urlappendix=/admin/file/?contentType=text/xml;charset=utf-8&file=solrconfig.xml
|
692 |
|
|
#solr.systeminfo.urlappendix=/admin/system
|
693 |
7975
|
tao
|
#Solr-home for the http solr server is used to store some files. It can be not really solr home.
|
694 |
|
|
#solr.homeDir=/var/metacat/solr-home
|