Project

General

Profile

1
#
2
# Properties file defining options for the MetaCatServlet.java servlet
3
#
4
# Matt Jones, Dan Higgins, Jivka Bojilova
5
# '$Id: metacat.properties 3857 2008-05-13 22:06:26Z tao $'
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.8.0
18

    
19
######## Database section             #########################################
20
user=@user@
21

    
22
password=@password@
23

    
24
databaseType=@database@
25

    
26
defaultDB=@jdbc-connect@
27

    
28
dbDriver=@dbDriver@
29

    
30
dbAdapter=@dbAdapter@
31

    
32
initialConnections=5
33

    
34
incrementConnections=5
35

    
36
maximumConnections=25
37

    
38
maximumConnectionAge=120000
39

    
40
maximumConnectionTime=60000
41

    
42
maximumUsageNumber=100
43

    
44
numberOfIndexingThreads=5
45

    
46
indexingTimerTaskTime=604800000
47

    
48
indexingInitialDelay=3600000
49

    
50
maximumIndexDelay=5000
51

    
52
runDBConnectionRecycleThread=off
53

    
54
cycleTimeOfDBConnection=30000
55

    
56
######## Access section               #########################################
57
administrators=@administrators@
58

    
59
moderators=@moderators@
60

    
61
allowedSubmitters=@allowedSubmitters@
62

    
63
deniedSubmitters=@deniedSubmitters@
64

    
65
timedreplication=@timedreplication@
66

    
67
firsttimedreplication=@firsttimedreplication@
68

    
69
timedreplicationinterval=@timedreplicationinterval@
70

    
71
forcereplicationwaitingtime=@forcereplicationwaitingtime@
72

    
73
config-dir=@config-dir@
74

    
75
default-style=@default-style@
76

    
77
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
78

    
79
sitecode=nceas
80

    
81
accNumSeparator=.
82

    
83
saxparser=org.apache.xerces.parsers.SAXParser
84

    
85
servletpath=@servlet-path@
86

    
87
htmlpath=@html-path@
88

    
89
knbSiteURL=@knb-site-url@
90

    
91
eml2_0_0namespace=@eml2_0_0namespace@
92

    
93
eml2_0_1namespace=@eml2_0_1namespace@
94

    
95
eml2_1_0namespace=@eml2_1_0namespace@
96

    
97
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
98

    
99
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
100

    
101
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
102

    
103
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
104

    
105
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
106

    
107
indexNamespaces=@eml2_0_0namespace@,@eml2_0_1namespace@
108

    
109
indexPaths=@indexPaths@
110

    
111
server=@server@
112

    
113
httpserver=@systemidserver@
114

    
115
cgi-prefix=@cgi-prefix@
116

    
117
junittesturl=@systemidserver@@servlet-path@
118

    
119
authclass=edu.ucsb.nceas.metacat.AuthLdap
120

    
121
ldapurl=ldap://ldap.ecoinformatics.org:389/
122

    
123
ldapsurl=ldap://ldap.ecoinformatics.org:389/
124

    
125
ldapbase=dc=ecoinformatics,dc=org
126

    
127
# time in milliseconds allowed for ldap server connections
128
ldapconnecttimelimit=5000
129

    
130
# time in milliseconds allowed for ldap server searches
131
ldapsearchtimelimit=30000
132

    
133
# count of return entries allowed for ldap server searches
134
ldapsearchcountlimit=30000
135

    
136
referral=follow
137

    
138
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
139

    
140
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
141

    
142
#ldapbase=o=NCEAS,c=US
143

    
144
onlySecureLDAPConnection=false
145

    
146
onlySecureLDAPReferalsConnection=false
147

    
148
deltaT=60
149

    
150
replicationpath=@replication-path@
151

    
152
replicationlog=@replication-log@
153

    
154
replicationerrorlog=@replicationerrorlog@
155

    
156
installDir=@install-dir@
157

    
158
dtdPath=@install-dir@/dtd/
159

    
160
schemaPath=@install-dir@/schema/
161

    
162
dtdURL=@systemidserver@@html-path@/dtd/
163

    
164
schemaURL=@systemidserver@@html-path@/schema/
165

    
166
datafilepath=@datafilepath@
167

    
168
inlinedatafilepath=@inlinedatafilepath@
169

    
170
certPath=@install-dir@/
171

    
172
context=@context@
173

    
174
debuglevel=@debuglevel@
175

    
176
datafileflag=datafile
177

    
178
datafilesizelimit=1000
179

    
180
defaultcontenttype=@defaultcontenttype@
181

    
182
query.ignored.params=enableediting,foo
183

    
184
usexmlindex=true
185

    
186
skinconfigfiles=esa,nceas,knb,obfs,nrs,sanparks
187

    
188
# used for the setting the size of resultset for applications like morpho
189
app_resultsetsize=7000
190

    
191
# used for the setting the size of resultset for searches done using browsers
192
web_resultsetsize=7000
193

    
194
# used for the setting the size of queryresult_string in queryresult table.
195
# the limit is 4000 for oracle
196
queryresult_string_length=500000
197

    
198
# the value of xml_returnfield.usage_count should be more than this value
199
# for records to be entered into xml_queryresult. so if you want results for
200
# any combination of returnfields to be stored in xml_queryresult only when
201
# that combination has been requested 50 times, set this value to 50
202
xml_returnfield_count=0
203

    
204
#the size of query result cache
205
queryresult_cache_size=500
206

    
207
#turn on or off the query result cache
208
query_cache_on=true
209

    
210
#The flag to indicate if invalidated eml 201 documents were corrected.
211
#Before Metacat 1.8.1, metacat uses tag RELEASE_EML_2_0_1_UPDATE_6 as eml
212
#schema, which accidentily points to wrong version of eml-resource.xsd.
213
#If this value is false, metacat will run a class to correct eml201 doucment.
214
eml201_document_corrected=false
215

    
216
#used for writing debug info into a anouther out file
217
writeDebugToFile=true
218
#output file name where debug info will written
219
debugOutputFile=/tmp/metacat.debug
220
#delimitered text output file name where debug info will be written
221
delimiteredOutputFile=/tmp/metacat.debug.delimitered
222

    
223
# Used for client testing and typically don't need to be changed
224
mcuser="uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org"
225
mcpassword="kepler"
226
mcanotheruser="uid=tao,o=NCEAS,dc=ecoinformatics,dc=org"
227
mcanotherpassword="yourpass"
228
piscouser="uid=tao,o=PISCO,dc=ecoinformatics,dc=org"/>
229
piscopassword="yourpass"/>
230
lteruser="uid=jtao,o=LTER,dc=ecoinformatics,dc=org"/>
231
lterpassword="yourpass"/>
232

    
233

    
234
######## Harvester section            #########################################
235
connectToMetacat=true
236

    
237
delay=0
238

    
239
harvesterAdministrator=name@institution.edu
240

    
241
logPeriod=90
242

    
243
maxHarvests=0
244

    
245
period=24
246

    
247
smtpServer=localhost
248

    
249
GetDocError=Error getting EML document from site,Error
250

    
251
GetDocSuccess=Success getting EML document from site,Debug
252

    
253
GetHarvestListError=Error getting harvest list from site,Error
254

    
255
GetHarvestListSuccess=Success getting harvest list from site,Debug
256

    
257
HarvesterStartup=Harvester start up,Info
258

    
259
HarvesterShutdown=Harvester shut down,Info
260

    
261
InsertDocError=Error inserting EML document to Metacat,Error
262

    
263
InsertDocSuccess=Success inserting EML document to Metacat,Info
264

    
265
MetacatHasDoc=Metacat already has this EML document,Info
266

    
267
UpdateDocError=Error updating EML document to Metacat,Error
268

    
269
UpdateDocSuccess=Success updating EML document to Metacat,Info
270

    
271
ValidateDocError=Error validating EML docoument,Error
272

    
273
ValidateDocSuccess=Success validating EML document,Debug
274

    
275
ValidateHarvestListError=Error validating harvest list,Error
276

    
277
ValidateHarvestListSuccess=Success validating harvest list,Debug
278

    
279
# End of Harvester properties
280

    
281
######## Spatial section              #########################################
282
runSpatialOption=true
283
regenerateCacheOnRestart=true
284

    
285
# Comma-seperated list of schemas containing spatial bounding boxes
286
# name corresponds to the docname stored in xml_documents table
287
spatialDocnameList=eml,fgdc,metadata
288

    
289
# XML paths to the four bounding coordinates
290
# These paths must be included in your indexPaths variable in build.properties
291
# Note the naming convention:
292
#   {docname}_{direction}BoundingCoordinatePath=.....
293
# Has not been tested with other schemas besides EML
294
eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
295
eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
296
eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
297
eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
298
fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
299
fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
300
fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
301
fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
302
metadata_westBoundingCoordinatePath=westbc
303
metadata_eastBoundingCoordinatePath=eastbc
304
metadata_southBoundingCoordinatePath=southbc
305
metadata_northBoundingCoordinatePath=northbc
306

    
307
docTitle=dataset/title
308
metacatUrl=@systemidserver@@servlet-path@
309
baseUrl=@systemidserver@@html-path@
310
# END spatial options
311

    
312
# START sitemap properties
313

    
314
# relative directory path in which sitemap files should be written
315
sitemapDirectory=@install-dir@/sitemaps
316

    
317
# Interval (in milliseconds) between rebuilding the sitemap
318
sitemapInterval=86400000
319

    
320
# END sitemap properties
(15-15/26)