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 3780 2008-04-02 23:28:31Z daigle $'
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
#used for writing debug info into a anouther out file
211
writeDebugToFile=true
212
#output file name where debug info will written
213
debugOutputFile=/tmp/metacat.debug
214
#delimitered text output file name where debug info will be written
215
delimiteredOutputFile=/tmp/metacat.debug.delimitered
216

    
217
# Used for client testing and typically don't need to be changed
218
mcuser="uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org"
219
mcpassword="kepler"
220
mcanotheruser="uid=tao,o=NCEAS,dc=ecoinformatics,dc=org"
221
mcanotherpassword="yourpass"
222
piscouser="uid=tao,o=PISCO,dc=ecoinformatics,dc=org"/>
223
piscopassword="yourpass"/>
224
lteruser="uid=jtao,o=LTER,dc=ecoinformatics,dc=org"/>
225
lterpassword="yourpass"/>
226

    
227

    
228
######## Harvester section            #########################################
229
connectToMetacat=true
230

    
231
delay=0
232

    
233
harvesterAdministrator=name@institution.edu
234

    
235
logPeriod=90
236

    
237
maxHarvests=0
238

    
239
period=24
240

    
241
smtpServer=localhost
242

    
243
GetDocError=Error getting EML document from site,Error
244

    
245
GetDocSuccess=Success getting EML document from site,Debug
246

    
247
GetHarvestListError=Error getting harvest list from site,Error
248

    
249
GetHarvestListSuccess=Success getting harvest list from site,Debug
250

    
251
HarvesterStartup=Harvester start up,Info
252

    
253
HarvesterShutdown=Harvester shut down,Info
254

    
255
InsertDocError=Error inserting EML document to Metacat,Error
256

    
257
InsertDocSuccess=Success inserting EML document to Metacat,Info
258

    
259
MetacatHasDoc=Metacat already has this EML document,Info
260

    
261
UpdateDocError=Error updating EML document to Metacat,Error
262

    
263
UpdateDocSuccess=Success updating EML document to Metacat,Info
264

    
265
ValidateDocError=Error validating EML docoument,Error
266

    
267
ValidateDocSuccess=Success validating EML document,Debug
268

    
269
ValidateHarvestListError=Error validating harvest list,Error
270

    
271
ValidateHarvestListSuccess=Success validating harvest list,Debug
272

    
273
# End of Harvester properties
274

    
275
######## Spatial section              #########################################
276
runSpatialOption=true
277
regenerateCacheOnRestart=true
278

    
279
# Comma-seperated list of schemas containing spatial bounding boxes
280
# name corresponds to the docname stored in xml_documents table
281
spatialDocnameList=eml,fgdc,metadata
282

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

    
301
docTitle=dataset/title
302
metacatUrl=@systemidserver@@servlet-path@
303
baseUrl=@systemidserver@@html-path@
304
# END spatial options
305

    
306
# START sitemap properties
307

    
308
# relative directory path in which sitemap files should be written
309
sitemapDirectory=@install-dir@/sitemaps
310

    
311
# Interval (in milliseconds) between rebuilding the sitemap
312
sitemapInterval=86400000
313

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