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