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 |
3081
|
jones
|
|
15 |
4080
|
daigle
|
############### Server Values #################
|
16 |
3081
|
jones
|
|
17 |
5527
|
leinfelder
|
server.name=localhost
|
18 |
|
|
server.httpPort=80
|
19 |
|
|
server.httpSSLPort=443
|
20 |
2156
|
costa
|
|
21 |
4080
|
daigle
|
############### Application Values ############
|
22 |
2156
|
costa
|
|
23 |
4080
|
daigle
|
## one of the few places where we use ANT tokens
|
24 |
5437
|
berkley
|
application.metacatVersion=@metacatVersion@
|
25 |
4619
|
daigle
|
application.metacatReleaseInfo=@metacatReleaseInfo@
|
26 |
4170
|
daigle
|
|
27 |
5527
|
leinfelder
|
application.deployDir=
|
28 |
4080
|
daigle
|
## This is autodiscovered and populated by the config utility
|
29 |
5437
|
berkley
|
application.context=
|
30 |
4080
|
daigle
|
application.default-style=default
|
31 |
|
|
application.knbSiteURL=http://knb.ecoinformatics.org
|
32 |
5527
|
leinfelder
|
application.backupDir=
|
33 |
|
|
application.datafilepath=/var/metacat/data
|
34 |
|
|
application.inlinedatafilepath=/var/metacat/inline-data
|
35 |
|
|
application.documentfilepath=/var/metacat/documents
|
36 |
4948
|
daigle
|
application.expandedArchivePath=/var/metacat/expanded-archives
|
37 |
5527
|
leinfelder
|
application.tempDir=/var/metacat/temporary
|
38 |
4243
|
daigle
|
# the location of cgi scripts relative to the metacat context directory
|
39 |
4080
|
daigle
|
application.cgiDir=/cgi-bin
|
40 |
4211
|
daigle
|
#used for writing debug info into a anouther out file
|
41 |
|
|
application.writeDebugToFile=true
|
42 |
|
|
#output file name where debug info will written
|
43 |
|
|
# TODO SCW: these should be using the temp-dir property for their paths (change in code)
|
44 |
|
|
application.debugOutputFile=/tmp/metacat.debug
|
45 |
|
|
#delimitered text output file name where debug info will be written
|
46 |
|
|
application.delimiteredOutputFile=/tmp/metacat.debug.delimitered
|
47 |
2156
|
costa
|
|
48 |
4080
|
daigle
|
############### Database Values ###############
|
49 |
3780
|
daigle
|
|
50 |
4186
|
daigle
|
database.connectionURI=jdbc:postgresql://localhost/metacat
|
51 |
5527
|
leinfelder
|
database.user=
|
52 |
|
|
database.password=
|
53 |
|
|
database.type=
|
54 |
|
|
database.driver=
|
55 |
|
|
database.adapter=
|
56 |
4101
|
daigle
|
database.scriptsuffix.postgres=postgres.sql
|
57 |
|
|
database.scriptsuffix.oracle=oracle.sql
|
58 |
|
|
database.scriptsuffix.sqlserver=sqlserver.sql
|
59 |
4080
|
daigle
|
database.upgradeVersion.0.0.0=xmltables,loaddtdschema
|
60 |
|
|
database.upgradeVersion.1.2.0=upgrade-db-to-1.2
|
61 |
|
|
database.upgradeVersion.1.3.0=upgrade-db-to-1.3
|
62 |
|
|
database.upgradeVersion.1.4.0=upgrade-db-to-1.4
|
63 |
|
|
database.upgradeVersion.1.5.0=upgrade-db-to-1.5
|
64 |
|
|
database.upgradeVersion.1.6.0=upgrade-db-to-1.6
|
65 |
|
|
database.upgradeVersion.1.7.0=upgrade-db-to-1.7
|
66 |
|
|
database.upgradeVersion.1.8.0=upgrade-db-to-1.8
|
67 |
|
|
database.upgradeVersion.1.9.0=upgrade-db-to-1.9
|
68 |
4873
|
daigle
|
database.upgradeVersion.1.9.1=upgrade-db-to-1.9.1
|
69 |
4975
|
daigle
|
database.upgradeVersion.1.9.2=upgrade-db-to-1.9.2
|
70 |
5517
|
leinfelder
|
database.upgradeVersion.1.9.3=upgrade-db-to-1.9.3
|
71 |
5276
|
jones
|
database.upgradeVersion.1.10.0=upgrade-db-to-1.10.0
|
72 |
4080
|
daigle
|
database.initialConnections=5
|
73 |
|
|
database.incrementConnections=5
|
74 |
4840
|
daigle
|
database.maximumConnections=200
|
75 |
4080
|
daigle
|
database.maximumConnectionAge=120000
|
76 |
|
|
database.maximumConnectionTime=60000
|
77 |
|
|
database.maximumUsageNumber=100
|
78 |
5165
|
daigle
|
database.connectionCountWarnLimit=15
|
79 |
4080
|
daigle
|
database.numberOfIndexingThreads=5
|
80 |
|
|
database.indexingTimerTaskTime=604800000
|
81 |
|
|
database.indexingInitialDelay=3600000
|
82 |
|
|
database.maximumIndexDelay=5000
|
83 |
|
|
database.runDBConnectionRecycleThread=off
|
84 |
|
|
database.cycleTimeOfDBConnection=30000
|
85 |
4170
|
daigle
|
database.queryignoredparams=enableediting,foo
|
86 |
|
|
database.usexmlindex=true
|
87 |
4211
|
daigle
|
# used for the setting the size of resultset for applications like morpho
|
88 |
|
|
database.appResultsetSize=7000
|
89 |
|
|
# used for the setting the size of resultset for searches done using browsers
|
90 |
|
|
database.webResultsetSize=7000
|
91 |
|
|
# the value of xml_returnfield.usage_count should be more than this value
|
92 |
|
|
# for records to be entered into xml_queryresult. so if you want results for
|
93 |
|
|
# any combination of returnfields to be stored in xml_queryresult only when
|
94 |
|
|
# that combination has been requested 50 times, set this value to 50
|
95 |
|
|
database.xmlReturnfieldCount=0
|
96 |
|
|
# used for the setting the size of queryresult_string in queryresult table.
|
97 |
|
|
# the limit is 4000 for oracle
|
98 |
|
|
database.queryresultStringLength=500000
|
99 |
|
|
#the size of query result cache
|
100 |
|
|
database.queryresultCacheSize=500
|
101 |
|
|
#turn on or off the query result cache
|
102 |
|
|
database.queryCacheOn=true
|
103 |
5165
|
daigle
|
#the time in milliseconds that an squery can run before metacat logs a warning
|
104 |
|
|
database.queryTimeWarnLimit=30000
|
105 |
|
|
#the time in milliseconds that an squery can run before metacat logs a warning
|
106 |
|
|
database.squeryTimeWarnLimit=30000
|
107 |
2156
|
costa
|
|
108 |
5165
|
daigle
|
|
109 |
|
|
######## DB Query section #######################################
|
110 |
|
|
#the time in milliseconds that a stylesheet transform can run before metacat logs a warning
|
111 |
|
|
dbquery.transformTimeWarnLimit=60000
|
112 |
|
|
#the time in milliseconds to get a document list before metacat logs a warning
|
113 |
|
|
dbquery.findDocListTimeWarnLimit=60000
|
114 |
|
|
#the time in milliseconds to get return values from queryresults table before metacat logs a warning
|
115 |
|
|
dbquery.findQueryResultsTimeWarnLimit=60000
|
116 |
|
|
#the time in milliseconds to run extended (index and node) queries before metacat logs a warning
|
117 |
|
|
dbquery.extendedQueryRunTimeWarnLimit=60000
|
118 |
|
|
#the time in milliseconds to store return fields before metacat logs a warning
|
119 |
|
|
dbquery.storeReturnFieldTimeWarnLimit=60000
|
120 |
|
|
#the time in milliseconds to totally process return fields before metacat logs a warning
|
121 |
|
|
dbquery.totalReturnFieldTimeWarnLimit=120000
|
122 |
|
|
|
123 |
4221
|
leinfelder
|
######## Datamanager section #######################################
|
124 |
|
|
datamanager.adapter=PostgresAdapter
|
125 |
|
|
datamanager.implementation=edu.ucsb.nceas.metacat.dataquery.PostgresDatabaseConnectionPool
|
126 |
5527
|
leinfelder
|
datamanager.server=localhost
|
127 |
4221
|
leinfelder
|
datamanager.database=datamanager
|
128 |
|
|
datamanager.user=datamanager
|
129 |
|
|
datamanager.password=datamanager
|
130 |
|
|
datamanager.maxconnections=10
|
131 |
|
|
|
132 |
4248
|
leinfelder
|
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService
|
133 |
|
|
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService
|
134 |
|
|
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService
|
135 |
|
|
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService
|
136 |
|
|
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService
|
137 |
|
|
#datamanager.srb.endpoint=
|
138 |
|
|
#datamanager.srb.machinename=
|
139 |
4221
|
leinfelder
|
|
140 |
5518
|
leinfelder
|
######## Plugin section #######################################
|
141 |
5528
|
leinfelder
|
plugin.handlers=
|
142 |
5518
|
leinfelder
|
|
143 |
4582
|
daigle
|
######## Authentication and LDAP ##############################################
|
144 |
2156
|
costa
|
|
145 |
5631
|
berkley
|
auth.class=edu.ucsb.nceas.metacat.AuthLdap
|
146 |
4985
|
daigle
|
# Use AuthStub to test and guarantee authentication
|
147 |
5671
|
berkley
|
# auth.class=edu.ucsb.nceas.metacat.AuthStub
|
148 |
4080
|
daigle
|
auth.timeoutMinutes=180
|
149 |
4582
|
daigle
|
# auth.administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|
150 |
5527
|
leinfelder
|
auth.administrators=
|
151 |
4582
|
daigle
|
auth.url=ldap://ldap.ecoinformatics.org:389/
|
152 |
|
|
auth.surl=ldap://ldap.ecoinformatics.org:389/
|
153 |
4729
|
daigle
|
auth.base=dc=ecoinformatics,dc=org
|
154 |
4582
|
daigle
|
auth.allowedSubmitters=
|
155 |
|
|
auth.deniedSubmitters=
|
156 |
4626
|
daigle
|
auth.moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org:cn=esa-moderators,dc=ecoinformatics,dc=org
|
157 |
5148
|
daigle
|
#auth.moderators=cn=parc-moderators,o=PARC,dc=ecoinformatics,dc=org
|
158 |
4626
|
daigle
|
|
159 |
4080
|
daigle
|
# time in milliseconds allowed for ldap server connections
|
160 |
|
|
ldap.connectTimeLimit=5000
|
161 |
|
|
# time in milliseconds allowed for ldap server searches
|
162 |
|
|
ldap.searchTimeLimit=30000
|
163 |
|
|
# count of return entries allowed for ldap server searches
|
164 |
|
|
ldap.searchCountLimit=30000
|
165 |
|
|
ldap.referral=follow
|
166 |
|
|
ldap.onlySecureConnection=false
|
167 |
|
|
ldap.onlySecureReferalsConnection=false
|
168 |
5437
|
berkley
|
# LDAP templates
|
169 |
4080
|
daigle
|
ldap.templates.stage=initregister
|
170 |
|
|
ldap.templates.header=genericHeader.tmpl
|
171 |
|
|
ldap.templates.footer=genericFooter.tmpl
|
172 |
|
|
ldap.templates.changePass=ldapChangePass.tmpl
|
173 |
|
|
ldap.templates.changePassSuccess=ldapChangePassSuccess.tmpl
|
174 |
|
|
ldap.templates.resetPass=ldapResetPass.tmpl
|
175 |
|
|
ldap.templates.resetPassSuccess=ldapResetPassSuccess.tmpl
|
176 |
|
|
ldap.templates.register=ldapRegister.tmpl
|
177 |
|
|
ldap.templates.registerFailed=ldapRegisterFailed.tmpl
|
178 |
|
|
ldap.templates.registerMatch=ldapRegisterMatch.tmpl
|
179 |
|
|
ldap.templates.registerSuccess=ldapRegisterSuccess.tmpl
|
180 |
|
|
ldap.templates.registerLter=ldapRegisterLter.tmpl
|
181 |
|
|
ldap.templates.success=ldapRegisterSuccess.tmpl
|
182 |
|
|
ldap.templates.failed=ldapRegisterFailed.tmpl
|
183 |
|
|
ldap.templates.mainServerFailure=ldapMainServerFailure.tmpl
|
184 |
|
|
ldap.templates.searchResults=searchResults.tmpl
|
185 |
2156
|
costa
|
|
186 |
5041
|
daigle
|
############### Session Values ###############
|
187 |
|
|
session.timeoutMinutes=360
|
188 |
|
|
|
189 |
4160
|
daigle
|
############### Organization Values ###############
|
190 |
4776
|
daigle
|
organization.configured.NCEAS=false
|
191 |
|
|
organization.name.NCEAS=National Center for Ecological Analysis and Synthesis
|
192 |
|
|
organization.configured.OBFS=false
|
193 |
|
|
organization.name.OBFS=Organization of Biological Field Stations
|
194 |
|
|
organization.configured.OSUSB=false
|
195 |
|
|
organization.name.OSUSB=
|
196 |
|
|
organization.configured.UCNRS=false
|
197 |
4867
|
walbridge
|
organization.name.UCNRS=University of California Natural Reserve System
|
198 |
|
|
organization.base.UCNRS=ou=people,o=ucnrs.org
|
199 |
|
|
organization.user.UCNRS=uid=nrsadmin,o=NCEAS,dc=ecoinformatics,dc=org
|
200 |
|
|
organization.password.UCNRS=
|
201 |
4776
|
daigle
|
organization.configured.KU=false
|
202 |
|
|
organization.name.KU=
|
203 |
|
|
organization.configured.LTER=false
|
204 |
|
|
organization.name.LTER=
|
205 |
|
|
organization.configured.UVM=false
|
206 |
|
|
organization.name.UVM=
|
207 |
|
|
organization.configured.SDSC=false
|
208 |
|
|
organization.name.SDSC=
|
209 |
|
|
organization.configured.MSU=false
|
210 |
|
|
organization.name.MSU=
|
211 |
|
|
organization.configured.NAPIER=false
|
212 |
|
|
organization.name.NAPIER=
|
213 |
|
|
organization.configured.SANPARKS=false
|
214 |
|
|
organization.name.SANPARKS=Kruger National Park
|
215 |
|
|
organization.configured.SAEON=false
|
216 |
|
|
organization.name.SAEON=South African Environmental Observation Network Repository
|
217 |
4213
|
daigle
|
|
218 |
4776
|
daigle
|
organization.name.unaffiliated=unaffiliated
|
219 |
4395
|
walbridge
|
organization.base.unaffiliated=dc=ecoinformatics,dc=org
|
220 |
|
|
organization.org.unaffiliated=o=unaffiliated
|
221 |
|
|
organization.user.unaffiliated=cn=Manager
|
222 |
|
|
organization.password.unaffiliated=
|
223 |
4160
|
daigle
|
|
224 |
4080
|
daigle
|
######## XML / EML #########################################
|
225 |
|
|
|
226 |
4213
|
daigle
|
xml.saxparser=org.apache.xerces.parsers.SAXParser
|
227 |
|
|
xml.eml2_0_0namespace=eml://ecoinformatics.org/eml-2.0.0
|
228 |
|
|
xml.eml2_0_1namespace=eml://ecoinformatics.org/eml-2.0.1
|
229 |
|
|
xml.eml2_1_0namespace=eml://ecoinformatics.org/eml-2.1.0
|
230 |
5709
|
leinfelder
|
xml.eml2_1_1namespace=eml://ecoinformatics.org/eml-2.1.1
|
231 |
5122
|
leinfelder
|
xml.rdf_syntax_namespace=http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
232 |
4806
|
daigle
|
xml.useFullSchemaValidation=true
|
233 |
4213
|
daigle
|
xml.packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
|
234 |
|
|
xml.accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
|
235 |
|
|
xml.physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
|
236 |
|
|
xml.entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
|
237 |
|
|
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
|
238 |
5709
|
leinfelder
|
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
|
239 |
5437
|
berkley
|
xml.indexPaths= \
|
240 |
|
|
@packageId, \
|
241 |
|
|
/reviewHistory/review/packageId, \
|
242 |
|
|
abstract, \
|
243 |
5758
|
leinfelder
|
abstract/value, \
|
244 |
5437
|
berkley
|
abstract/para, \
|
245 |
5758
|
leinfelder
|
abstract/para/value, \
|
246 |
5437
|
berkley
|
access/allow/principal, \
|
247 |
|
|
additionalMetadata/moderatorComment \
|
248 |
|
|
associatedParty/individualName/surName, \
|
249 |
|
|
associatedParty/organizationName, \
|
250 |
|
|
coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName, \
|
251 |
|
|
coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName, \
|
252 |
|
|
coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName, \
|
253 |
|
|
creator/individualName/surName, \
|
254 |
|
|
creator/individualName/givenName, \
|
255 |
|
|
creator/organizationName, \
|
256 |
|
|
dataset/access/allow/principal, \
|
257 |
|
|
dataset/dataTable/physical/distribution/online/url, \
|
258 |
|
|
dataset/dataTable/physical/distribution/online/url/@function, \
|
259 |
|
|
dataset/spatialRaster/physical/distribution/online/url, \
|
260 |
|
|
dataset/spatialRaster/physical/distribution/online/url/@function, \
|
261 |
|
|
dataset/title, \
|
262 |
5758
|
leinfelder
|
dataset/title/value, \
|
263 |
5437
|
berkley
|
eastBoundingCoordinate, \
|
264 |
|
|
eastbc, \
|
265 |
|
|
EcogridRegEntry/description, \
|
266 |
|
|
EcogridRegEntry/endPoint, \
|
267 |
|
|
EcogridRegEntry/serviceName, \
|
268 |
|
|
entityName, \
|
269 |
|
|
geographicCoverage/boundingCoordinates/eastBoundingCoordinate, \
|
270 |
|
|
geographicCoverage/boundingCoordinates/northBoundingCoordinate, \
|
271 |
|
|
geographicCoverage/boundingCoordinates/southBoundingCoordinate, \
|
272 |
|
|
geographicCoverage/boundingCoordinates/westBoundingCoordinate, \
|
273 |
|
|
geographicDescription, \
|
274 |
|
|
givenName, \
|
275 |
|
|
idinfo/citation/citeinfo/title, \
|
276 |
|
|
idinfo/citation/citeinfo/origin, \
|
277 |
|
|
idinfo/keywords/theme/themekey, \
|
278 |
|
|
individualName/surName, \
|
279 |
|
|
keyword, \
|
280 |
5758
|
leinfelder
|
keyword/value, \
|
281 |
5437
|
berkley
|
literalLayout, \
|
282 |
|
|
northbc, \
|
283 |
|
|
northBoundingCoordinate, \
|
284 |
|
|
organizationName, \
|
285 |
|
|
originator/individualName/surName, \
|
286 |
|
|
originator/individualName/givenName, \
|
287 |
|
|
originator/organizationName, \
|
288 |
|
|
para, \
|
289 |
|
|
placekey, \
|
290 |
|
|
southBoundingCoordinate, \
|
291 |
|
|
southbc, \
|
292 |
|
|
surName, \
|
293 |
|
|
taxonomicClassification/taxonRankName, \
|
294 |
|
|
taxonomicClassification/taxonRankValue, \
|
295 |
|
|
taxonRankValue, \
|
296 |
|
|
title, \
|
297 |
|
|
westBoundingCoordinate, \
|
298 |
|
|
westbc
|
299 |
2156
|
costa
|
|
300 |
4080
|
daigle
|
######## Outgoing email #########################################
|
301 |
2156
|
costa
|
|
302 |
4080
|
daigle
|
email.mailhost=localhost
|
303 |
|
|
email.sender=knb-software@nceas.ucsb.edu
|
304 |
|
|
email.admin=KNB Support
|
305 |
|
|
email.recipient=knb-software@nceas.ucsb.edu
|
306 |
2156
|
costa
|
|
307 |
4170
|
daigle
|
######## Replication properties #########################################
|
308 |
4211
|
daigle
|
|
309 |
5527
|
leinfelder
|
replication.logdir=
|
310 |
4170
|
daigle
|
## deltaT=60
|
311 |
|
|
## debuglevel=55
|
312 |
|
|
replication.datafileflag=datafile
|
313 |
|
|
## TODO MCD this seems to be used in other placed besides replication
|
314 |
|
|
replication.datafilesizelimit=1000
|
315 |
|
|
replication.defaultcontenttype=application/octet-stream
|
316 |
4178
|
daigle
|
replication.timedreplication=false
|
317 |
|
|
replication.firsttimedreplication=10:00 PM
|
318 |
|
|
replication.timedreplicationinterval=172800000
|
319 |
4211
|
daigle
|
replication.forcereplicationwaitingtime=30000
|
320 |
2156
|
costa
|
|
321 |
4080
|
daigle
|
######## Skins #########################################
|
322 |
4211
|
daigle
|
|
323 |
5527
|
leinfelder
|
skin.names=default,nceas,esa,knb,kepler,lter,ltss,obfs,nrs,sanparks,saeon,first,parc,semtools
|
324 |
4211
|
daigle
|
######## Document Section #########################################
|
325 |
2156
|
costa
|
|
326 |
4090
|
daigle
|
#The flag to indicate if invalidated eml 201 documents were corrected.
|
327 |
|
|
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
|
328 |
|
|
#schema, which accidentily points to wrong version of eml-resource.xsd.
|
329 |
|
|
#If this value is false, metacat will run a class to correct eml201 doucment.
|
330 |
5311
|
daigle
|
document.eml201DocumentCorrected=true
|
331 |
4211
|
daigle
|
document.sitecode=nceas
|
332 |
|
|
document.accNumSeparator=.
|
333 |
5285
|
jones
|
document.accNumPrefix=autogen
|
334 |
4090
|
daigle
|
|
335 |
3081
|
jones
|
######## Harvester section #########################################
|
336 |
2156
|
costa
|
|
337 |
4170
|
daigle
|
harvester.connectToMetacat=true
|
338 |
|
|
harvester.delay=0
|
339 |
5437
|
berkley
|
harvester.administrator=name@institution.edu
|
340 |
4170
|
daigle
|
harvester.logPeriod=90
|
341 |
|
|
harvester.maxHarvests=0
|
342 |
5437
|
berkley
|
harvester.period=24
|
343 |
|
|
harvester.smtpServer=localhost
|
344 |
4170
|
daigle
|
harvester.GetDocError=Error getting EML document from site,Error
|
345 |
|
|
harvester.GetDocSuccess=Success getting EML document from site,Debug
|
346 |
|
|
harvester.GetHarvestListError=Error getting harvest list from site,Error
|
347 |
|
|
harvester.GetHarvestListSuccess=Success getting harvest list from site,Debug
|
348 |
|
|
harvester.HarvesterStartup=Harvester start up,Info
|
349 |
|
|
harvester.HarvesterShutdown=Harvester shut down,Info
|
350 |
|
|
harvester.InsertDocError=Error inserting EML document to Metacat,Error
|
351 |
|
|
harvester.InsertDocSuccess=Success inserting EML document to Metacat,Info
|
352 |
|
|
harvester.MetacatHasDoc=Metacat already has this EML document,Info
|
353 |
|
|
harvester.UpdateDocError=Error updating EML document to Metacat,Error
|
354 |
|
|
harvester.UpdateDocSuccess=Success updating EML document to Metacat,Info
|
355 |
|
|
harvester.ValidateDocError=Error validating EML docoument,Error
|
356 |
|
|
harvester.ValidateDocSuccess=Success validating EML document,Debug
|
357 |
|
|
harvester.ValidateHarvestListError=Error validating harvest list,Error
|
358 |
|
|
harvester.ValidateHarvestListSuccess=Success validating harvest list,Debug
|
359 |
2156
|
costa
|
|
360 |
4943
|
costa
|
######## OAI-PMH section #######################################
|
361 |
|
|
|
362 |
|
|
oaipmh.maxListSize=5
|
363 |
5709
|
leinfelder
|
oaipmh.repositoryIdentifier=localhost:8080
|
364 |
4943
|
costa
|
AbstractCatalog.oaiCatalogClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatCatalog
|
365 |
|
|
AbstractCatalog.recordFactoryClassName=edu.ucsb.nceas.metacat.oaipmh.provider.server.catalog.MetacatRecordFactory
|
366 |
|
|
# Duration of resumption tokens
|
367 |
|
|
AbstractCatalog.secondsToLive=3600
|
368 |
|
|
# Choose one of the following two
|
369 |
|
|
AbstractCatalog.granularity=YYYY-MM-DD
|
370 |
|
|
#AbstractCatalog.granularity=YYYY-MM-DDThh:mm:ssZ
|
371 |
|
|
# Custom Identify response values
|
372 |
5709
|
leinfelder
|
Identify.repositoryName=Local Metacat OAI-PMH Data Provider
|
373 |
|
|
Identify.adminEmail=mailto:admin@localhost
|
374 |
4943
|
costa
|
Identify.earliestDatestamp=2000-01-01T00:00:00Z
|
375 |
|
|
Identify.deletedRecord=no
|
376 |
|
|
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence
|
377 |
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>
|
378 |
4943
|
costa
|
# List the supported metadataPrefixes along with the class that performs the associated crosswalk
|
379 |
|
|
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc
|
380 |
4946
|
costa
|
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200
|
381 |
|
|
Crosswalks.eml-2.0.1=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml201
|
382 |
|
|
Crosswalks.eml-2.1.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml210
|
383 |
4943
|
costa
|
|
384 |
4080
|
daigle
|
######## Spatial section #########################################
|
385 |
3034
|
perry
|
|
386 |
5401
|
berkley
|
spatial.runSpatialOption=true
|
387 |
5437
|
berkley
|
spatial.regenerateCacheOnRestart=true
|
388 |
3120
|
perry
|
# Comma-seperated list of schemas containing spatial bounding boxes
|
389 |
|
|
# name corresponds to the docname stored in xml_documents table
|
390 |
4178
|
daigle
|
spatial.spatialDocnameList=eml,fgdc,metadata
|
391 |
3034
|
perry
|
# XML paths to the four bounding coordinates
|
392 |
3120
|
perry
|
# These paths must be included in your indexPaths variable in build.properties
|
393 |
|
|
# Note the naming convention:
|
394 |
|
|
# {docname}_{direction}BoundingCoordinatePath=.....
|
395 |
|
|
# Has not been tested with other schemas besides EML
|
396 |
4178
|
daigle
|
spatial.eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
|
397 |
|
|
spatial.eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
|
398 |
|
|
spatial.eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
|
399 |
|
|
spatial.eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
|
400 |
|
|
spatial.fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
|
401 |
|
|
spatial.fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
|
402 |
|
|
spatial.fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
|
403 |
|
|
spatial.fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
|
404 |
|
|
spatial.metadata_westBoundingCoordinatePath=westbc
|
405 |
|
|
spatial.metadata_eastBoundingCoordinatePath=eastbc
|
406 |
|
|
spatial.metadata_southBoundingCoordinatePath=southbc
|
407 |
|
|
spatial.metadata_northBoundingCoordinatePath=northbc
|
408 |
|
|
spatial.docTitle=dataset/title
|
409 |
3244
|
jones
|
|
410 |
4195
|
daigle
|
######## Geoserver section #######################################
|
411 |
4211
|
daigle
|
|
412 |
5847
|
leinfelder
|
geoserver.username=admin
|
413 |
5855
|
leinfelder
|
geoserver.password=geoserver
|
414 |
5847
|
leinfelder
|
geoserver.context=geoserver
|
415 |
|
|
geoserver.GEOSERVER_DATA_DIR=
|
416 |
4195
|
daigle
|
|
417 |
5847
|
leinfelder
|
|
418 |
5027
|
daigle
|
######## workflowScheduler section #######################################
|
419 |
|
|
|
420 |
5817
|
tao
|
workflowScheduler.url=http://chico1.dyndns.org/workflowscheduler/scheduler
|
421 |
|
|
workflowScheduler.authorizationPath=/services/AuthorizationService
|
422 |
|
|
workflowScheduler.authenticationPath=/services/AuthenticationService
|
423 |
|
|
workflowScheduler.queryPath=/services/QueryService
|
424 |
5027
|
daigle
|
|
425 |
4080
|
daigle
|
######## SiteMap section #########################################
|
426 |
3244
|
jones
|
|
427 |
|
|
# relative directory path in which sitemap files should be written
|
428 |
4080
|
daigle
|
## sitemapDirectory=@install-dir@/sitemaps
|
429 |
3244
|
jones
|
|
430 |
|
|
# Interval (in milliseconds) between rebuilding the sitemap
|
431 |
4208
|
daigle
|
sitemap.interval=86400000
|
432 |
3244
|
jones
|
|
433 |
4966
|
daigle
|
######## Workflow engine section #########################################
|
434 |
5817
|
tao
|
executionEngine.workflowRunEngineName=keplerDevWorkflowEngine
|
435 |
|
|
executionEngine.endPointAddress=http://kepler-dev.nceas.ucsb.edu/axis2/services/KeplerWebService
|
436 |
5814
|
tao
|
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository
|
437 |
4291
|
daigle
|
######## junit test section ################
|
438 |
|
|
|
439 |
|
|
test.printdebug=true
|
440 |
5523
|
berkley
|
test.metacatUrl=http://localhost:8080/knb/metacat
|
441 |
|
|
test.contextUrl=http://localhost:8080/knb
|
442 |
|
|
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler
|
443 |
5437
|
berkley
|
test.metacatDeployDir=/usr/local/tomcat/webapps/knb
|
444 |
4291
|
daigle
|
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
|
445 |
|
|
test.mcPassword=kepler
|
446 |
|
|
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
|
447 |
|
|
test.mcAnotherPassword=test
|
448 |
4336
|
daigle
|
test.piscoUser=uid=piscotest,o=PISCO,dc=ecoinformatics,dc=org
|
449 |
4291
|
daigle
|
test.piscoPassword=testPW
|
450 |
|
|
test.lterUser=uid=tmonkey,o=LTER,dc=ecoinformatics,dc=org
|
451 |
|
|
test.lterPassword=T3$tusr
|
452 |
|
|
test.testProperty=testing
|
453 |
|
|
|
454 |
4152
|
daigle
|
######## Developers Section #########################################
|
455 |
|
|
|
456 |
5437
|
berkley
|
# Set dev.runConfiguration to false to keep the system from walking you
|
457 |
|
|
# through the configuration utility every time you reinstall metacat.
|
458 |
|
|
# Instead, the system will use backed up configuration values. If you
|
459 |
|
|
# haven't ever configured the app (no backup files) the system will take
|
460 |
4152
|
daigle
|
# you through the configuration.
|
461 |
5631
|
berkley
|
dev.runConfiguration=true
|
462 |
4152
|
daigle
|
|
463 |
5523
|
berkley
|
|
464 |
|
|
############# DataONE Section #######################################
|
465 |
5894
|
berkley
|
dataone.memberNodeId=http://knb-mn.ecoinformatics.org
|
466 |
|
|
dataone.nodeName=metacat
|
467 |
|
|
dataone.nodeDescription=A metacat member node.
|
468 |
5523
|
berkley
|
dataone.scienceMetadataSchema1=eml://ecoinformatics.org/eml-2.0.0
|
469 |
|
|
dataone.scienceMetadataSchema2=eml://ecoinformatics.org/eml-2.0.1
|
470 |
|
|
dataone.scienceMetadataSchema3=eml://ecoinformatics.org/eml-2.1.0
|
471 |
|
|
dataone.scienceMetadataSchema4=FGDC-STD-001.1-1999
|
472 |
|
|
dataone.scienceMetadataSchema5=FGDC-STD-001-1998
|
473 |
|
|
dataone.scienceMetadataSchema6=INCITS 453-2009
|
474 |
|
|
dataone.scienceMetadataSchema7=http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2
|
475 |
|
|
dataone.scienceMetadataSchema8=CF-1.0
|
476 |
|
|
dataone.scienceMetadataSchema9=CF-1.1
|
477 |
|
|
dataone.scienceMetadataSchema10=CF-1.2
|
478 |
|
|
dataone.scienceMetadataSchema11=CF-1.3
|
479 |
|
|
dataone.scienceMetadataSchema12=CF-1.4
|
480 |
|
|
dataone.scienceMetadataSchema13=http://www.cuahsi.org/waterML/1.0/
|
481 |
|
|
dataone.scienceMetadataSchema14=http://www.cuahsi.org/waterML/1.1/
|
482 |
5526
|
berkley
|
dataone.scienceMetadataSchema15=http://www.loc.gov/METS/
|
483 |
5523
|
berkley
|
dataone.scienceMetadataSchema16=netCDF-3
|
484 |
|
|
dataone.scienceMetadataSchema17=netCDF-4
|
485 |
|
|
dataone.scienceMetadataSchema18=http://rs.tdwg.org/dwc/xsd/simpledarwincore/
|
486 |
|
|
dataone.scienceMetadataSchema19=http://digir.net/schema/conceptual/darwin/2003/1.0/darwin2.xsd
|
487 |
|
|
|
488 |
5671
|
berkley
|
crudService.listObjects.ReturnDoctype=http://dataone.org/service/types/0.5.1
|
489 |
5623
|
berkley
|
crudService.listObjects.QFormat=xml
|
490 |
|
|
crudService.listObjects.ReturnField.1=size
|
491 |
|
|
crudService.listObjects.ReturnField.2=originMemberNode
|
492 |
|
|
crudService.listObjects.ReturnField.3=identifier
|
493 |
|
|
crudService.listObjects.ReturnField.4=objectFormat
|
494 |
|
|
crudService.listObjects.ReturnField.5=dateSysMetadataModified
|
495 |
|
|
crudService.listObjects.ReturnField.6=checksum
|
496 |
|
|
crudService.listObjects.ReturnField.7=checksum/@algorithm
|
497 |
|
|
crudService.listObjects.anyfield=%
|
498 |
|
|
|