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 |
|
|
configutil.skinsConfigured=false
|
12 |
|
|
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 |
7300
|
leinfelder
|
application.metacatVersion=2.0.2
|
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 |
6012
|
leinfelder
|
## for running java-based utilities
|
78 |
|
|
database.upgradeUtility.1.5.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade1_5_0
|
79 |
6550
|
leinfelder
|
database.upgradeUtility.2.0.0=edu.ucsb.nceas.metacat.admin.upgrade.Upgrade2_0_0
|
80 |
4080
|
daigle
|
database.initialConnections=5
|
81 |
|
|
database.incrementConnections=5
|
82 |
7185
|
cjones
|
# be sure to increase SQL connection limits accordingly:
|
83 |
|
|
database.maximumConnections=200
|
84 |
4080
|
daigle
|
database.maximumConnectionAge=120000
|
85 |
|
|
database.maximumConnectionTime=60000
|
86 |
|
|
database.maximumUsageNumber=100
|
87 |
5165
|
daigle
|
database.connectionCountWarnLimit=15
|
88 |
4080
|
daigle
|
database.numberOfIndexingThreads=5
|
89 |
|
|
database.indexingTimerTaskTime=604800000
|
90 |
|
|
database.indexingInitialDelay=3600000
|
91 |
|
|
database.maximumIndexDelay=5000
|
92 |
|
|
database.runDBConnectionRecycleThread=off
|
93 |
|
|
database.cycleTimeOfDBConnection=30000
|
94 |
4170
|
daigle
|
database.queryignoredparams=enableediting,foo
|
95 |
|
|
database.usexmlindex=true
|
96 |
4211
|
daigle
|
# used for the setting the size of resultset for applications like morpho
|
97 |
|
|
database.appResultsetSize=7000
|
98 |
|
|
# used for the setting the size of resultset for searches done using browsers
|
99 |
|
|
database.webResultsetSize=7000
|
100 |
|
|
# the value of xml_returnfield.usage_count should be more than this value
|
101 |
|
|
# for records to be entered into xml_queryresult. so if you want results for
|
102 |
|
|
# any combination of returnfields to be stored in xml_queryresult only when
|
103 |
|
|
# that combination has been requested 50 times, set this value to 50
|
104 |
|
|
database.xmlReturnfieldCount=0
|
105 |
|
|
# used for the setting the size of queryresult_string in queryresult table.
|
106 |
|
|
# the limit is 4000 for oracle
|
107 |
|
|
database.queryresultStringLength=500000
|
108 |
|
|
#the size of query result cache
|
109 |
|
|
database.queryresultCacheSize=500
|
110 |
|
|
#turn on or off the query result cache
|
111 |
|
|
database.queryCacheOn=true
|
112 |
5165
|
daigle
|
#the time in milliseconds that an squery can run before metacat logs a warning
|
113 |
|
|
database.queryTimeWarnLimit=30000
|
114 |
|
|
#the time in milliseconds that an squery can run before metacat logs a warning
|
115 |
|
|
database.squeryTimeWarnLimit=30000
|
116 |
2156
|
costa
|
|
117 |
5165
|
daigle
|
|
118 |
|
|
######## DB Query section #######################################
|
119 |
|
|
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
|
120 |
|
|
dbquery.transformTimeWarnLimit=60000
|
121 |
|
|
#the time in milliseconds to get a document list before metacat logs a warning
|
122 |
|
|
dbquery.findDocListTimeWarnLimit=60000
|
123 |
|
|
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
|
124 |
|
|
dbquery.findQueryResultsTimeWarnLimit=60000
|
125 |
|
|
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
|
126 |
|
|
dbquery.extendedQueryRunTimeWarnLimit=60000
|
127 |
|
|
#the time in milliseconds to store return fields before metacat logs a warning
|
128 |
|
|
dbquery.storeReturnFieldTimeWarnLimit=60000
|
129 |
|
|
#the time in milliseconds to totally process return fields before metacat logs a warning
|
130 |
|
|
dbquery.totalReturnFieldTimeWarnLimit=120000
|
131 |
|
|
|
132 |
4221
|
leinfelder
|
######## Datamanager section #######################################
|
133 |
|
|
datamanager.adapter=PostgresAdapter
|
134 |
|
|
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
|
135 |
5527
|
leinfelder
|
datamanager.server=localhost
|
136 |
4221
|
leinfelder
|
datamanager.database=datamanager
|
137 |
|
|
datamanager.user=datamanager
|
138 |
|
|
datamanager.password=datamanager
|
139 |
|
|
datamanager.maxconnections=10
|
140 |
|
|
|
141 |
4248
|
leinfelder
|
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService
|
142 |
|
|
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService
|
143 |
|
|
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService
|
144 |
|
|
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService
|
145 |
|
|
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService
|
146 |
|
|
#datamanager.srb.endpoint=
|
147 |
|
|
#datamanager.srb.machinename=
|
148 |
4221
|
leinfelder
|
|
149 |
5518
|
leinfelder
|
######## Plugin section #######################################
|
150 |
5528
|
leinfelder
|
plugin.handlers=
|
151 |
5518
|
leinfelder
|
|
152 |
4582
|
daigle
|
######## Authentication and LDAP ##############################################
|
153 |
2156
|
costa
|
|
154 |
5631
|
berkley
|
auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
155 |
4985
|
daigle
|
# Use AuthStub to test and guarantee authentication
|
156 |
5671
|
berkley
|
# auth.class=edu.ucsb.nceas.metacat.AuthStub
|
157 |
4080
|
daigle
|
auth.timeoutMinutes=180
|
158 |
4582
|
daigle
|
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|
159 |
5527
|
leinfelder
|
auth.administrators=
|
160 |
4582
|
daigle
|
auth.url=ldap://ldap.ecoinformatics.org:389/
|
161 |
|
|
auth.surl=ldap://ldap.ecoinformatics.org:389/
|
162 |
4729
|
daigle
|
auth.base=dc=ecoinformatics,dc=org
|
163 |
4582
|
daigle
|
auth.allowedSubmitters=
|
164 |
|
|
auth.deniedSubmitters=
|
165 |
4626
|
daigle
|
auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org
|
166 |
5148
|
daigle
|
#auth.moderators=cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
|
167 |
4626
|
daigle
|
|
168 |
4080
|
daigle
|
# time in milliseconds allowed for ldap server connections
|
169 |
|
|
ldap.connectTimeLimit=5000
|
170 |
|
|
# time in milliseconds allowed for ldap server searches
|
171 |
|
|
ldap.searchTimeLimit=30000
|
172 |
|
|
# count of return entries allowed for ldap server searches
|
173 |
|
|
ldap.searchCountLimit=30000
|
174 |
|
|
ldap.referral=follow
|
175 |
|
|
ldap.onlySecureConnection=false
|
176 |
|
|
ldap.onlySecureReferalsConnection=false
|
177 |
5437
|
berkley
|
# LDAP templates
|
178 |
4080
|
daigle
|
ldap.templates.stage=initregister
|
179 |
|
|
ldap.templates.header=genericHeader.tmpl
|
180 |
|
|
ldap.templates.footer=genericFooter.tmpl
|
181 |
|
|
ldap.templates.changePass=ldapChangePass.tmpl
|
182 |
|
|
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
|
183 |
|
|
ldap.templates.resetPass=ldapResetPass.tmpl
|
184 |
|
|
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
|
185 |
|
|
ldap.templates.register=ldapRegister.tmpl
|
186 |
|
|
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
|
187 |
|
|
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
|
188 |
|
|
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
|
189 |
|
|
ldap.templates.registerLter=ldapRegisterLter.tmpl
|
190 |
|
|
ldap.templates.success=ldapRegisterSuccess.tmpl
|
191 |
|
|
ldap.templates.failed=ldapRegisterFailed.tmpl
|
192 |
|
|
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
|
193 |
|
|
ldap.templates.searchResults=searchResults.tmpl
|
194 |
2156
|
costa
|
|
195 |
5041
|
daigle
|
############### Session Values ###############
|
196 |
|
|
session.timeoutMinutes=360
|
197 |
|
|
|
198 |
4160
|
daigle
|
############### Organization Values ###############
|
199 |
4776
|
daigle
|
organization.configured.NCEAS=false
|
200 |
|
|
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
|
201 |
|
|
organization.configured.OBFS=false
|
202 |
|
|
organization.name.OBFS=Organization of Biological Field Stations
|
203 |
|
|
organization.configured.OSUSB=false
|
204 |
|
|
organization.name.OSUSB=
|
205 |
|
|
organization.configured.UCNRS=false
|
206 |
4867
|
walbridge
|
organization.name.UCNRS=University of California Natural Reserve System
|
207 |
|
|
organization.base.UCNRS=ou=people,o=ucnrs.org
|
208 |
|
|
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
209 |
|
|
organization.password.UCNRS=
|
210 |
4776
|
daigle
|
organization.configured.KU=false
|
211 |
|
|
organization.name.KU=
|
212 |
|
|
organization.configured.LTER=false
|
213 |
|
|
organization.name.LTER=
|
214 |
|
|
organization.configured.UVM=false
|
215 |
|
|
organization.name.UVM=
|
216 |
|
|
organization.configured.SDSC=false
|
217 |
|
|
organization.name.SDSC=
|
218 |
|
|
organization.configured.MSU=false
|
219 |
|
|
organization.name.MSU=
|
220 |
|
|
organization.configured.NAPIER=false
|
221 |
|
|
organization.name.NAPIER=
|
222 |
|
|
organization.configured.SANPARKS=false
|
223 |
|
|
organization.name.SANPARKS=Kruger National Park
|
224 |
|
|
organization.configured.SAEON=false
|
225 |
|
|
organization.name.SAEON=South African Environmental Observation Network Repository
|
226 |
4213
|
daigle
|
|
227 |
4776
|
daigle
|
organization.name.unaffiliated=unaffiliated
|
228 |
4395
|
walbridge
|
organization.base.unaffiliated=dc=ecoinformatics,dc=org
|
229 |
|
|
organization.org.unaffiliated=o=unaffiliated
|
230 |
|
|
organization.user.unaffiliated=cn=Manager
|
231 |
|
|
organization.password.unaffiliated=
|
232 |
4160
|
daigle
|
|
233 |
4080
|
daigle
|
######## XML / EML #########################################
|
234 |
|
|
|
235 |
4213
|
daigle
|
xml.saxparser=org.apache.xerces.parsers.SAXParser
|
236 |
|
|
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
|
237 |
|
|
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
|
238 |
|
|
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
|
239 |
5709
|
leinfelder
|
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1
|
240 |
5122
|
leinfelder
|
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
241 |
4806
|
daigle
|
xml.useFullSchemaValidation=true
|
242 |
4213
|
daigle
|
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
|
243 |
|
|
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
|
244 |
|
|
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
|
245 |
|
|
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
|
246 |
|
|
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
|
247 |
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
|
248 |
5437
|
berkley
|
xml.indexPaths= \
|
249 |
|
|
@packageId, \
|
250 |
|
|
/reviewHistory/review/packageId, \
|
251 |
|
|
abstract, \
|
252 |
5758
|
leinfelder
|
abstract/value, \
|
253 |
5437
|
berkley
|
abstract/para, \
|
254 |
5758
|
leinfelder
|
abstract/para/value, \
|
255 |
5437
|
berkley
|
access/allow/principal, \
|
256 |
6080
|
barseghian
|
additionalMetadata/metadata/spatialResolution/value, \
|
257 |
|
|
additionalMetadata/metadata/spatialResolution/units, \
|
258 |
|
|
additionalMetadata/moderatorComment, \
|
259 |
5437
|
berkley
|
associatedParty/individualName/surName, \
|
260 |
|
|
associatedParty/organizationName, \
|
261 |
|
|
coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName, \
|
262 |
|
|
coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName, \
|
263 |
|
|
coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName, \
|
264 |
6007
|
leinfelder
|
coverage/temporalCoverage/rangeOfDates/beginDate/calendarDate, \
|
265 |
|
|
coverage/temporalCoverage/rangeOfDates/endDate/calendarDate, \
|
266 |
|
|
coverage/temporalCoverage/singleDateTime/calendarDate, \
|
267 |
|
|
coverage/temporalCoverage/rangeOfDates/beginDate/time, \
|
268 |
|
|
coverage/temporalCoverage/rangeOfDates/endDate/time, \
|
269 |
|
|
coverage/temporalCoverage/singleDateTime/time, \
|
270 |
5437
|
berkley
|
creator/individualName/surName, \
|
271 |
|
|
creator/individualName/givenName, \
|
272 |
|
|
creator/organizationName, \
|
273 |
|
|
dataset/access/allow/principal, \
|
274 |
|
|
dataset/dataTable/physical/distribution/online/url, \
|
275 |
|
|
dataset/dataTable/physical/distribution/online/url/@function, \
|
276 |
|
|
dataset/spatialRaster/physical/distribution/online/url, \
|
277 |
|
|
dataset/spatialRaster/physical/distribution/online/url/@function, \
|
278 |
6011
|
leinfelder
|
dataset/otherEntity/physical/distribution/online/url, \
|
279 |
|
|
dataset/otherEntity/physical/distribution/online/url/@function, \
|
280 |
|
|
physical/encodingMethod, \
|
281 |
5437
|
berkley
|
dataset/title, \
|
282 |
5758
|
leinfelder
|
dataset/title/value, \
|
283 |
5437
|
berkley
|
eastBoundingCoordinate, \
|
284 |
|
|
eastbc, \
|
285 |
|
|
EcogridRegEntry/description, \
|
286 |
|
|
EcogridRegEntry/endPoint, \
|
287 |
|
|
EcogridRegEntry/serviceName, \
|
288 |
|
|
entityName, \
|
289 |
|
|
geographicCoverage/boundingCoordinates/eastBoundingCoordinate, \
|
290 |
|
|
geographicCoverage/boundingCoordinates/northBoundingCoordinate, \
|
291 |
|
|
geographicCoverage/boundingCoordinates/southBoundingCoordinate, \
|
292 |
|
|
geographicCoverage/boundingCoordinates/westBoundingCoordinate, \
|
293 |
|
|
geographicDescription, \
|
294 |
|
|
givenName, \
|
295 |
|
|
idinfo/citation/citeinfo/title, \
|
296 |
|
|
idinfo/citation/citeinfo/origin, \
|
297 |
|
|
idinfo/keywords/theme/themekey, \
|
298 |
|
|
individualName/surName, \
|
299 |
|
|
keyword, \
|
300 |
6009
|
barseghian
|
karEntry/karEntryAttributes/type, \
|
301 |
|
|
karEntry/karEntryXML/property/property/@name, \
|
302 |
|
|
karEntry/karEntryXML/property/property/@value, \
|
303 |
|
|
karEntry/karEntryXML/property/property/property/@name, \
|
304 |
|
|
karEntry/karEntryXML/property/property/property/@value, \
|
305 |
|
|
karFileName, \
|
306 |
|
|
karFileSize, \
|
307 |
5758
|
leinfelder
|
keyword/value, \
|
308 |
5437
|
berkley
|
literalLayout, \
|
309 |
6009
|
barseghian
|
mainAttributes/lsid, \
|
310 |
5437
|
berkley
|
northbc, \
|
311 |
|
|
northBoundingCoordinate, \
|
312 |
|
|
organizationName, \
|
313 |
|
|
originator/individualName/surName, \
|
314 |
|
|
originator/individualName/givenName, \
|
315 |
|
|
originator/organizationName, \
|
316 |
|
|
para, \
|
317 |
|
|
placekey, \
|
318 |
|
|
southBoundingCoordinate, \
|
319 |
|
|
southbc, \
|
320 |
|
|
surName, \
|
321 |
|
|
taxonomicClassification/taxonRankName, \
|
322 |
|
|
taxonomicClassification/taxonRankValue, \
|
323 |
|
|
taxonRankValue, \
|
324 |
|
|
title, \
|
325 |
|
|
westBoundingCoordinate, \
|
326 |
|
|
westbc
|
327 |
2156
|
costa
|
|
328 |
4080
|
daigle
|
######## Outgoing email #########################################
|
329 |
2156
|
costa
|
|
330 |
4080
|
daigle
|
email.mailhost=localhost
|
331 |
|
|
email.sender=knb-software@nceas.ucsb.edu
|
332 |
|
|
email.admin=KNB Support
|
333 |
|
|
email.recipient=knb-software@nceas.ucsb.edu
|
334 |
2156
|
costa
|
|
335 |
4170
|
daigle
|
######## Replication properties #########################################
|
336 |
4211
|
daigle
|
|
337 |
5527
|
leinfelder
|
replication.logdir=
|
338 |
4170
|
daigle
|
## deltaT=60
|
339 |
|
|
## debuglevel=55
|
340 |
|
|
replication.datafileflag=datafile
|
341 |
|
|
## TODO MCD this seems to be used in other placed besides replication
|
342 |
|
|
replication.datafilesizelimit=1000
|
343 |
|
|
replication.defaultcontenttype=application/octet-stream
|
344 |
4178
|
daigle
|
replication.timedreplication=false
|
345 |
|
|
replication.firsttimedreplication=10:00 PM
|
346 |
|
|
replication.timedreplicationinterval=172800000
|
347 |
4211
|
daigle
|
replication.forcereplicationwaitingtime=30000
|
348 |
6579
|
leinfelder
|
# certificate-based replication configuration
|
349 |
6582
|
leinfelder
|
replication.certificate.file=/etc/dataone/client/certs/METACAT1.pem
|
350 |
|
|
replication.privatekey.file=/etc/dataone/client/certs/METACAT1.pem
|
351 |
7241
|
leinfelder
|
replication.privatekey.password=
|
352 |
2156
|
costa
|
|
353 |
6582
|
leinfelder
|
|
354 |
4080
|
daigle
|
######## Skins #########################################
|
355 |
4211
|
daigle
|
|
356 |
5527
|
leinfelder
|
skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,semtools
|
357 |
4211
|
daigle
|
######## Document Section #########################################
|
358 |
2156
|
costa
|
|
359 |
4090
|
daigle
|
#The flag to indicate if invalidated eml 201 documents were corrected.
|
360 |
|
|
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
|
361 |
|
|
#schema, which accidentily points to wrong version of eml-resource.xsd.
|
362 |
|
|
#If this value is false, metacat will run a class to correct eml201 doucment.
|
363 |
5311
|
daigle
|
document.eml201DocumentCorrected=true
|
364 |
4211
|
daigle
|
document.sitecode=nceas
|
365 |
|
|
document.accNumSeparator=.
|
366 |
5285
|
jones
|
document.accNumPrefix=autogen
|
367 |
4090
|
daigle
|
|
368 |
3081
|
jones
|
######## Harvester section #########################################
|
369 |
2156
|
costa
|
|
370 |
4170
|
daigle
|
harvester.connectToMetacat=true
|
371 |
|
|
harvester.delay=0
|
372 |
5437
|
berkley
|
harvester.administrator=name@institution.edu
|
373 |
4170
|
daigle
|
harvester.logPeriod=90
|
374 |
|
|
harvester.maxHarvests=0
|
375 |
5437
|
berkley
|
harvester.period=24
|
376 |
|
|
harvester.smtpServer=localhost
|
377 |
4170
|
daigle
|
harvester.GetDocError=Error getting EML document from site,Error
|
378 |
|
|
harvester.GetDocSuccess=Success getting EML document from site,Debug
|
379 |
|
|
harvester.GetHarvestListError=Error getting harvest list from site,Error
|
380 |
|
|
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
|
381 |
|
|
harvester.HarvesterStartup=Harvester start up,Info
|
382 |
|
|
harvester.HarvesterShutdown=Harvester shut down,Info
|
383 |
|
|
harvester.InsertDocError=Error inserting EML document to Metacat,Error
|
384 |
|
|
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
|
385 |
|
|
harvester.MetacatHasDoc=Metacat already has this EML document,Info
|
386 |
|
|
harvester.UpdateDocError=Error updating EML document to Metacat,Error
|
387 |
|
|
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
|
388 |
|
|
harvester.ValidateDocError=Error validating EML docoument,Error
|
389 |
|
|
harvester.ValidateDocSuccess=Success validating EML document,Debug
|
390 |
|
|
harvester.ValidateHarvestListError=Error validating harvest list,Error
|
391 |
|
|
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
|
392 |
2156
|
costa
|
|
393 |
4943
|
costa
|
######## OAI-PMH section #######################################
|
394 |
|
|
|
395 |
|
|
oaipmh.maxListSize=5
|
396 |
5709
|
leinfelder
|
oaipmh.repositoryIdentifier=localhost:8080
|
397 |
4943
|
costa
|
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
|
398 |
|
|
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
|
399 |
|
|
# Duration of resumption tokens
|
400 |
|
|
AbstractCatalog.secondsToLive=3600
|
401 |
|
|
# Choose one of the following two
|
402 |
|
|
AbstractCatalog.granularity=YYYY-MM-DD
|
403 |
|
|
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
|
404 |
|
|
# Custom Identify response values
|
405 |
5709
|
leinfelder
|
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
|
406 |
|
|
Identify.adminEmail=mailto:admin@localhost
|
407 |
4943
|
costa
|
Identify.earliestDatestamp=2000-01-01T00:00:00Z
|
408 |
|
|
Identify.deletedRecord=no
|
409 |
|
|
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
|
410 |
4944
|
costa
|
#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/knb/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
|
411 |
4943
|
costa
|
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
|
412 |
|
|
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
|
413 |
4946
|
costa
|
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
|
414 |
|
|
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
|
415 |
|
|
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
|
416 |
4943
|
costa
|
|
417 |
4080
|
daigle
|
######## Spatial section #########################################
|
418 |
3034
|
perry
|
|
419 |
5401
|
berkley
|
spatial.runSpatialOption=true
|
420 |
5437
|
berkley
|
spatial.regenerateCacheOnRestart=true
|
421 |
3120
|
perry
|
# Comma-seperated list of schemas containing spatial bounding boxes
|
422 |
|
|
# name corresponds to the docname stored in xml_documents table
|
423 |
4178
|
daigle
|
spatial.spatialDocnameList=eml,fgdc,metadata
|
424 |
3034
|
perry
|
# XML paths to the four bounding coordinates
|
425 |
3120
|
perry
|
# These paths must be included in your indexPaths variable in build.properties
|
426 |
|
|
# Note the naming convention:
|
427 |
|
|
# {docname}_{direction}BoundingCoordinatePath=.....
|
428 |
|
|
# Has not been tested with other schemas besides EML
|
429 |
4178
|
daigle
|
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
|
430 |
|
|
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
|
431 |
|
|
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
|
432 |
|
|
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
|
433 |
|
|
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
|
434 |
|
|
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
|
435 |
|
|
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
|
436 |
|
|
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
|
437 |
|
|
spatial.metadata_westBoundingCoordinatePath=westbc
|
438 |
|
|
spatial.metadata_eastBoundingCoordinatePath=eastbc
|
439 |
|
|
spatial.metadata_southBoundingCoordinatePath=southbc
|
440 |
|
|
spatial.metadata_northBoundingCoordinatePath=northbc
|
441 |
|
|
spatial.docTitle=dataset/title
|
442 |
3244
|
jones
|
|
443 |
4195
|
daigle
|
######## Geoserver section #######################################
|
444 |
4211
|
daigle
|
|
445 |
5847
|
leinfelder
|
geoserver.username=admin
|
446 |
5855
|
leinfelder
|
geoserver.password=geoserver
|
447 |
5847
|
leinfelder
|
geoserver.context=geoserver
|
448 |
|
|
geoserver.GEOSERVER_DATA_DIR=
|
449 |
4195
|
daigle
|
|
450 |
5847
|
leinfelder
|
|
451 |
5027
|
daigle
|
######## workflowScheduler section #######################################
|
452 |
|
|
|
453 |
6741
|
tao
|
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
|
454 |
5817
|
tao
|
workflowScheduler.authorizationPath=/services/AuthorizationService
|
455 |
|
|
workflowScheduler.authenticationPath=/services/AuthenticationService
|
456 |
|
|
workflowScheduler.queryPath=/services/QueryService
|
457 |
5027
|
daigle
|
|
458 |
4080
|
daigle
|
######## SiteMap section #########################################
|
459 |
3244
|
jones
|
|
460 |
|
|
# relative directory path in which sitemap files should be written
|
461 |
4080
|
daigle
|
## sitemapDirectory=@install-dir@/sitemaps
|
462 |
3244
|
jones
|
|
463 |
|
|
# Interval (in milliseconds) between rebuilding the sitemap
|
464 |
4208
|
daigle
|
sitemap.interval=86400000
|
465 |
3244
|
jones
|
|
466 |
4966
|
daigle
|
######## Workflow engine section #########################################
|
467 |
6741
|
tao
|
executionEngine.workflowRunEngineName=localWorkflowEngine
|
468 |
|
|
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
|
469 |
5814
|
tao
|
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
|
470 |
4291
|
daigle
|
######## junit test section ################
|
471 |
|
|
|
472 |
|
|
test.printdebug=true
|
473 |
5523
|
berkley
|
test.metacatUrl=http://localhost:8080/knb/metacat
|
474 |
|
|
test.contextUrl=http://localhost:8080/knb
|
475 |
|
|
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
|
476 |
6503
|
leinfelder
|
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/knb
|
477 |
4291
|
daigle
|
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
|
478 |
|
|
test.mcPassword=kepler
|
479 |
|
|
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
|
480 |
|
|
test.mcAnotherPassword=test
|
481 |
6210
|
leinfelder
|
test.referralUser=uid=testreferral,o=UCNRS,dc=ecoinformatics,dc=org
|
482 |
|
|
test.referralPassword=testreferral
|
483 |
4291
|
daigle
|
test.lterUser=uid=tmonkey,o=LTER,dc=ecoinformatics,dc=org
|
484 |
|
|
test.lterPassword=T3$tusr
|
485 |
|
|
test.testProperty=testing
|
486 |
6935
|
leinfelder
|
test.replication.targetServer=fred.msi.ucsb.edu/knb
|
487 |
4291
|
daigle
|
|
488 |
4152
|
daigle
|
######## Developers Section #########################################
|
489 |
|
|
|
490 |
5437
|
berkley
|
# Set dev.runConfiguration to false to keep the system from walking you
|
491 |
|
|
# through the configuration utility every time you reinstall metacat.
|
492 |
|
|
# Instead, the system will use backed up configuration values. If you
|
493 |
|
|
# haven't ever configured the app (no backup files) the system will take
|
494 |
4152
|
daigle
|
# you through the configuration.
|
495 |
5631
|
berkley
|
dev.runConfiguration=true
|
496 |
4152
|
daigle
|
|
497 |
5523
|
berkley
|
|
498 |
|
|
############# DataONE Section #######################################
|
499 |
7253
|
leinfelder
|
D1Client.CN_URL=https://cn.dataone.org/cn
|
500 |
6639
|
leinfelder
|
# Configure the Member Node client certificate location
|
501 |
6987
|
jones
|
D1Client.certificate.file=/var/metacat/certs/METACAT1.pem
|
502 |
6639
|
leinfelder
|
# Member Node configuration
|
503 |
7032
|
cjones
|
dataone.nodeId=
|
504 |
6478
|
jones
|
dataone.subject=CN=METACAT1, DC=dataone, DC=org
|
505 |
6939
|
cjones
|
dataone.contactSubject=CN=METACAT1, DC=dataone, DC=org
|
506 |
6478
|
jones
|
dataone.nodeName=My Metacat Node
|
507 |
6033
|
cjones
|
dataone.nodeType=mn
|
508 |
6987
|
jones
|
dataone.nodeDescription=Describe your Member Node briefly.
|
509 |
|
|
dataone.nodeSynchronize=false
|
510 |
|
|
dataone.nodeReplicate=false
|
511 |
6240
|
cjones
|
dataone.serviceName=d1
|
512 |
6346
|
cjones
|
|
513 |
6689
|
leinfelder
|
# the synchronization schedule
|
514 |
|
|
dataone.nodeSynchronization.schedule.year=*
|
515 |
|
|
dataone.nodeSynchronization.schedule.mon=*
|
516 |
|
|
dataone.nodeSynchronization.schedule.mday=*
|
517 |
|
|
dataone.nodeSynchronization.schedule.wday=?
|
518 |
|
|
dataone.nodeSynchronization.schedule.hour=*
|
519 |
|
|
dataone.nodeSynchronization.schedule.min=0/3
|
520 |
|
|
dataone.nodeSynchronization.schedule.sec=10
|
521 |
|
|
|
522 |
6987
|
jones
|
# The default replication policy
|
523 |
7176
|
leinfelder
|
dataone.replicationpolicy.default.numreplicas=0
|
524 |
6987
|
jones
|
dataone.replicationpolicy.default.preferredNodeList=
|
525 |
|
|
dataone.replicationpolicy.default.blockedNodeList=
|
526 |
|
|
|
527 |
7222
|
leinfelder
|
# Default checksum algorithm
|
528 |
|
|
dataone.checksumAlgorithm.default=MD5
|
529 |
|
|
|
530 |
6994
|
leinfelder
|
# overall services (TODO: mn vs. cn?)
|
531 |
|
|
dataone.mn.services.enabled=true
|
532 |
|
|
dataone.mn.registration.submitted=false
|
533 |
|
|
|
534 |
6346
|
cjones
|
# state which versions of each MN tier service are availalble
|
535 |
6350
|
cjones
|
dataone.mnCore.serviceAvailable=true
|
536 |
6529
|
jones
|
dataone.mnCore.serviceVersion=v1
|
537 |
6350
|
cjones
|
dataone.mnRead.serviceAvailable=true
|
538 |
6529
|
jones
|
dataone.mnRead.serviceVersion=v1
|
539 |
6350
|
cjones
|
dataone.mnAuthorization.serviceAvailable=true
|
540 |
6529
|
jones
|
dataone.mnAuthorization.serviceVersion=v1
|
541 |
6350
|
cjones
|
dataone.mnStorage.serviceAvailable=true
|
542 |
6529
|
jones
|
dataone.mnStorage.serviceVersion=v1
|
543 |
6350
|
cjones
|
dataone.mnReplication.serviceAvailable=true
|
544 |
6529
|
jones
|
dataone.mnReplication.serviceVersion=v1
|
545 |
6342
|
cjones
|
|
546 |
6408
|
cjones
|
# The DataONE storage cluster configuration for Hazelcast
|
547 |
6487
|
leinfelder
|
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml
|
548 |
6408
|
cjones
|
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata
|
549 |
6886
|
cjones
|
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers
|
550 |
6408
|
cjones
|
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids
|
551 |
5523
|
berkley
|
|
552 |
6408
|
cjones
|
# Parameters for connecting to the DataONE process cluster as a Hazelcast client
|
553 |
6461
|
cjones
|
dataone.hazelcast.processCluster.groupName=dev
|
554 |
|
|
dataone.hazelcast.processCluster.password=dataone
|
555 |
6408
|
cjones
|
dataone.hazelcast.processCluster.instances=127.0.0.1
|
556 |
|
|
dataone.hazelcast.processCluster.nodesMap=hzNodes
|
557 |
|
|
|
558 |
6639
|
leinfelder
|
# DataONE types XSLT
|
559 |
6655
|
leinfelder
|
dataone.types.xsl=/cn/xslt/dataone.types.v1.xsl
|
560 |
6408
|
cjones
|
|
561 |
6935
|
leinfelder
|
# DataONE configuration settings
|
562 |
7299
|
leinfelder
|
dataone.ore.downloaddata=false
|
563 |
6935
|
leinfelder
|
dataone.ore.generated=false
|
564 |
6983
|
leinfelder
|
dataone.systemmetadata.generated=false
|
565 |
6935
|
leinfelder
|
|
566 |
6933
|
jones
|
############# Global Identifiers Assignment Section ######################
|
567 |
|
|
guid.assignGUIDs=false
|
568 |
6987
|
jones
|
#guid.ezid.username=apitest
|
569 |
|
|
#guid.ezid.password=apitest
|
570 |
|
|
#guid.ezid.doishoulder.1=doi:10.5072/FK2/KNB/
|
571 |
7224
|
leinfelder
|
#guid.ezid.doishoulder.3=doi:10.5072/FK2/PISCO/
|
572 |
|
|
#guid.ezid.doishoulder.6=doi:10.5072/FK2/LTER/
|