1
|
#
|
2
|
# Properties file defining options for the MetaCatServlet.java servlet
|
3
|
#
|
4
|
# Matt Jones, Dan Higgins, Jivka Bojilova
|
5
|
# '$Id: metacat.properties 3452 2007-09-16 16:43:52Z leinfelder $'
|
6
|
#
|
7
|
|
8
|
######## Configuration section #########################################
|
9
|
# This flag indicates whether configuration information has been collected from
|
10
|
# the user installing metacat yet.
|
11
|
configured=true
|
12
|
|
13
|
configurationPage=/configure.jsp
|
14
|
|
15
|
configurationSuccessPage=/configure-restart.jsp
|
16
|
|
17
|
version=1.7.0
|
18
|
|
19
|
######## Database section #########################################
|
20
|
user=@user@
|
21
|
|
22
|
password=@password@
|
23
|
|
24
|
defaultDB=@jdbc-connect@
|
25
|
|
26
|
dbDriver=@dbDriver@
|
27
|
|
28
|
dbAdapter=@dbAdapter@
|
29
|
|
30
|
initialConnections=5
|
31
|
|
32
|
incrementConnections=5
|
33
|
|
34
|
maximumConnections=25
|
35
|
|
36
|
maximumConnectionAge=120000
|
37
|
|
38
|
maximumConnectionTime=60000
|
39
|
|
40
|
maximumUsageNumber=100
|
41
|
|
42
|
numberOfIndexingThreads=5
|
43
|
|
44
|
indexingTimerTaskTime=604800000
|
45
|
|
46
|
indexingInitialDelay=3600000
|
47
|
|
48
|
maximumIndexDelay=5000
|
49
|
|
50
|
runDBConnectionRecycleThread=off
|
51
|
|
52
|
cycleTimeOfDBConnection=30000
|
53
|
|
54
|
######## Access section #########################################
|
55
|
administrators=@administrators@
|
56
|
|
57
|
moderators=@moderators@
|
58
|
|
59
|
allowedSubmitters=@allowedSubmitters@
|
60
|
|
61
|
deniedSubmitters=@deniedSubmitters@
|
62
|
|
63
|
timedreplication=@timedreplication@
|
64
|
|
65
|
firsttimedreplication=@firsttimedreplication@
|
66
|
|
67
|
timedreplicationinterval=@timedreplicationinterval@
|
68
|
|
69
|
forcereplicationwaitingtime=@forcereplicationwaitingtime@
|
70
|
|
71
|
config-dir=@config-dir@
|
72
|
|
73
|
default-style=@default-style@
|
74
|
|
75
|
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
|
76
|
|
77
|
sitecode=nceas
|
78
|
|
79
|
accNumSeparator=.
|
80
|
|
81
|
saxparser=org.apache.xerces.parsers.SAXParser
|
82
|
|
83
|
servletpath=@servlet-path@
|
84
|
|
85
|
htmlpath=@html-path@
|
86
|
|
87
|
eml2_0_0namespace=@eml2_0_0namespace@
|
88
|
|
89
|
eml2_0_1namespace=@eml2_0_1namespace@
|
90
|
|
91
|
eml2_1_0namespace=@eml2_1_0namespace@
|
92
|
|
93
|
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
|
94
|
|
95
|
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
|
96
|
|
97
|
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
|
98
|
|
99
|
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
|
100
|
|
101
|
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
|
102
|
|
103
|
indexNamespaces=@eml2_0_0namespace@,@eml2_0_1namespace@
|
104
|
|
105
|
indexPaths=@indexPaths@
|
106
|
|
107
|
server=@server@
|
108
|
|
109
|
httpserver=@systemidserver@
|
110
|
|
111
|
junittesturl=@systemidserver@@servlet-path@
|
112
|
|
113
|
authclass=edu.ucsb.nceas.metacat.AuthLdap
|
114
|
|
115
|
ldapurl=ldap://ldap.ecoinformatics.org:389/
|
116
|
|
117
|
ldapsurl=ldap://ldap.ecoinformatics.org:389/
|
118
|
|
119
|
ldapbase=dc=ecoinformatics,dc=org
|
120
|
|
121
|
# time in milliseconds allowed for ldap server connections
|
122
|
ldapconnecttimelimit=5000
|
123
|
|
124
|
# time in milliseconds allowed for ldap server searches
|
125
|
ldapsearchtimelimit=30000
|
126
|
|
127
|
# count of return entries allowed for ldap server searches
|
128
|
ldapsearchcountlimit=30000
|
129
|
|
130
|
referral=follow
|
131
|
|
132
|
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
|
133
|
|
134
|
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
|
135
|
|
136
|
#ldapbase=o=NCEAS,c=US
|
137
|
|
138
|
onlySecureLDAPConnection=false
|
139
|
|
140
|
onlySecureLDAPReferalsConnection=false
|
141
|
|
142
|
deltaT=60
|
143
|
|
144
|
replicationpath=@replication-path@
|
145
|
|
146
|
replicationlog=@replication-log@
|
147
|
|
148
|
replicationerrorlog=@replicationerrorlog@
|
149
|
|
150
|
dtdPath=@install-dir@/dtd/
|
151
|
|
152
|
schemaPath=@install-dir@/schema/
|
153
|
|
154
|
dtdURL=@systemidserver@@html-path@/dtd/
|
155
|
|
156
|
schemaURL=@systemidserver@@html-path@/schema/
|
157
|
|
158
|
datafilepath=@datafilepath@
|
159
|
|
160
|
inlinedatafilepath=@inlinedatafilepath@
|
161
|
|
162
|
certPath=@install-dir@/
|
163
|
|
164
|
context=@context@
|
165
|
|
166
|
debuglevel=@debuglevel@
|
167
|
|
168
|
datafileflag=datafile
|
169
|
|
170
|
datafilesizelimit=1000
|
171
|
|
172
|
defaultcontenttype=@defaultcontenttype@
|
173
|
|
174
|
query.ignored.params=enableediting,foo
|
175
|
|
176
|
usexmlindex=true
|
177
|
|
178
|
skinconfigfiles=esa
|
179
|
|
180
|
# used for the setting the size of resultset for applications like morpho
|
181
|
app_resultsetsize=7000
|
182
|
|
183
|
# used for the setting the size of resultset for searches done using browsers
|
184
|
web_resultsetsize=7000
|
185
|
|
186
|
# used for the setting the size of queryresult_string in queryresult table.
|
187
|
# the limit is 4000 for oracle
|
188
|
queryresult_string_length=500000
|
189
|
|
190
|
# the value of xml_returnfield.usage_count should be more than this value
|
191
|
# for records to be entered into xml_queryresult. so if you want results for
|
192
|
# any combination of returnfields to be stored in xml_queryresult only when
|
193
|
# that combination has been requested 50 times, set this value to 50
|
194
|
xml_returnfield_count=0
|
195
|
|
196
|
#the size of query result cache
|
197
|
queryresult_cache_size=500
|
198
|
|
199
|
#turn on or off the query result cache
|
200
|
query_cache_on=true
|
201
|
|
202
|
#used for writing debug info into a anouther out file
|
203
|
writeDebugToFile=true
|
204
|
#output file name where debug info will written
|
205
|
debugOutputFile=/tmp/metacat.debug
|
206
|
#delimitered text output file name where debug info will be written
|
207
|
delimiteredOutputFile=/tmp/metacat.debug.delimitered
|
208
|
|
209
|
######## Harvester section #########################################
|
210
|
connectToMetacat=true
|
211
|
|
212
|
delay=0
|
213
|
|
214
|
harvesterAdministrator=name@institution.edu
|
215
|
|
216
|
logPeriod=90
|
217
|
|
218
|
maxHarvests=0
|
219
|
|
220
|
period=24
|
221
|
|
222
|
smtpServer=localhost
|
223
|
|
224
|
GetDocError=Error getting EML document from site,Error
|
225
|
|
226
|
GetDocSuccess=Success getting EML document from site,Debug
|
227
|
|
228
|
GetHarvestListError=Error getting harvest list from site,Error
|
229
|
|
230
|
GetHarvestListSuccess=Success getting harvest list from site,Debug
|
231
|
|
232
|
HarvesterStartup=Harvester start up,Info
|
233
|
|
234
|
HarvesterShutdown=Harvester shut down,Info
|
235
|
|
236
|
InsertDocError=Error inserting EML document to Metacat,Error
|
237
|
|
238
|
InsertDocSuccess=Success inserting EML document to Metacat,Info
|
239
|
|
240
|
MetacatHasDoc=Metacat already has this EML document,Info
|
241
|
|
242
|
UpdateDocError=Error updating EML document to Metacat,Error
|
243
|
|
244
|
UpdateDocSuccess=Success updating EML document to Metacat,Info
|
245
|
|
246
|
ValidateDocError=Error validating EML docoument,Error
|
247
|
|
248
|
ValidateDocSuccess=Success validating EML document,Debug
|
249
|
|
250
|
ValidateHarvestListError=Error validating harvest list,Error
|
251
|
|
252
|
ValidateHarvestListSuccess=Success validating harvest list,Debug
|
253
|
|
254
|
# End of Harvester properties
|
255
|
|
256
|
######## Spatial section #########################################
|
257
|
runSpatialOption=true
|
258
|
regenerateCacheOnRestart=true
|
259
|
|
260
|
# Comma-seperated list of schemas containing spatial bounding boxes
|
261
|
# name corresponds to the docname stored in xml_documents table
|
262
|
spatialDocnameList=eml,fgdc,metadata
|
263
|
|
264
|
# XML paths to the four bounding coordinates
|
265
|
# These paths must be included in your indexPaths variable in build.properties
|
266
|
# Note the naming convention:
|
267
|
# {docname}_{direction}BoundingCoordinatePath=.....
|
268
|
# Has not been tested with other schemas besides EML
|
269
|
eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
|
270
|
eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
|
271
|
eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
|
272
|
eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
|
273
|
fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
|
274
|
fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
|
275
|
fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
|
276
|
fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
|
277
|
metadata_westBoundingCoordinatePath=westbc
|
278
|
metadata_eastBoundingCoordinatePath=eastbc
|
279
|
metadata_southBoundingCoordinatePath=southbc
|
280
|
metadata_northBoundingCoordinatePath=northbc
|
281
|
|
282
|
docTitle=dataset/title
|
283
|
metacatUrl=@systemidserver@@servlet-path@
|
284
|
baseUrl=@systemidserver@@html-path@
|
285
|
# END spatial options
|
286
|
|
287
|
# START sitemap properties
|
288
|
|
289
|
# relative directory path in which sitemap files should be written
|
290
|
sitemapDirectory=@install-dir@/sitemaps
|
291
|
|
292
|
# Interval (in milliseconds) between rebuilding the sitemap
|
293
|
sitemapInterval=86400000
|
294
|
|
295
|
# END sitemap properties
|