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 3732 2008-02-25 18:26:33Z 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.8.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
cgi-prefix=@cgi-prefix@
112

    
113
junittesturl=@systemidserver@@servlet-path@
114

    
115
authclass=edu.ucsb.nceas.metacat.AuthLdap
116

    
117
ldapurl=ldap://ldap.ecoinformatics.org:389/
118

    
119
ldapsurl=ldap://ldap.ecoinformatics.org:389/
120

    
121
ldapbase=dc=ecoinformatics,dc=org
122

    
123
# time in milliseconds allowed for ldap server connections
124
ldapconnecttimelimit=5000
125

    
126
# time in milliseconds allowed for ldap server searches
127
ldapsearchtimelimit=30000
128

    
129
# count of return entries allowed for ldap server searches
130
ldapsearchcountlimit=30000
131

    
132
referral=follow
133

    
134
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
135

    
136
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
137

    
138
#ldapbase=o=NCEAS,c=US
139

    
140
onlySecureLDAPConnection=false
141

    
142
onlySecureLDAPReferalsConnection=false
143

    
144
deltaT=60
145

    
146
replicationpath=@replication-path@
147

    
148
replicationlog=@replication-log@
149

    
150
replicationerrorlog=@replicationerrorlog@
151

    
152
dtdPath=@install-dir@/dtd/
153

    
154
schemaPath=@install-dir@/schema/
155

    
156
dtdURL=@systemidserver@@html-path@/dtd/
157

    
158
schemaURL=@systemidserver@@html-path@/schema/
159

    
160
datafilepath=@datafilepath@
161

    
162
inlinedatafilepath=@inlinedatafilepath@
163

    
164
certPath=@install-dir@/
165

    
166
context=@context@
167

    
168
debuglevel=@debuglevel@
169

    
170
datafileflag=datafile
171

    
172
datafilesizelimit=1000
173

    
174
defaultcontenttype=@defaultcontenttype@
175

    
176
query.ignored.params=enableediting,foo
177

    
178
usexmlindex=true
179

    
180
skinconfigfiles=esa,nceas,knb,obfs,nrs,sanparks
181

    
182
# used for the setting the size of resultset for applications like morpho
183
app_resultsetsize=7000
184

    
185
# used for the setting the size of resultset for searches done using browsers
186
web_resultsetsize=7000
187

    
188
# used for the setting the size of queryresult_string in queryresult table.
189
# the limit is 4000 for oracle
190
queryresult_string_length=500000
191

    
192
# the value of xml_returnfield.usage_count should be more than this value
193
# for records to be entered into xml_queryresult. so if you want results for
194
# any combination of returnfields to be stored in xml_queryresult only when
195
# that combination has been requested 50 times, set this value to 50
196
xml_returnfield_count=0
197

    
198
#the size of query result cache
199
queryresult_cache_size=500
200

    
201
#turn on or off the query result cache
202
query_cache_on=true
203

    
204
#used for writing debug info into a anouther out file
205
writeDebugToFile=true
206
#output file name where debug info will written
207
debugOutputFile=/tmp/metacat.debug
208
#delimitered text output file name where debug info will be written
209
delimiteredOutputFile=/tmp/metacat.debug.delimitered
210

    
211
######## Harvester section            #########################################
212
connectToMetacat=true
213

    
214
delay=0
215

    
216
harvesterAdministrator=name@institution.edu
217

    
218
logPeriod=90
219

    
220
maxHarvests=0
221

    
222
period=24
223

    
224
smtpServer=localhost
225

    
226
GetDocError=Error getting EML document from site,Error
227

    
228
GetDocSuccess=Success getting EML document from site,Debug
229

    
230
GetHarvestListError=Error getting harvest list from site,Error
231

    
232
GetHarvestListSuccess=Success getting harvest list from site,Debug
233

    
234
HarvesterStartup=Harvester start up,Info
235

    
236
HarvesterShutdown=Harvester shut down,Info
237

    
238
InsertDocError=Error inserting EML document to Metacat,Error
239

    
240
InsertDocSuccess=Success inserting EML document to Metacat,Info
241

    
242
MetacatHasDoc=Metacat already has this EML document,Info
243

    
244
UpdateDocError=Error updating EML document to Metacat,Error
245

    
246
UpdateDocSuccess=Success updating EML document to Metacat,Info
247

    
248
ValidateDocError=Error validating EML docoument,Error
249

    
250
ValidateDocSuccess=Success validating EML document,Debug
251

    
252
ValidateHarvestListError=Error validating harvest list,Error
253

    
254
ValidateHarvestListSuccess=Success validating harvest list,Debug
255

    
256
# End of Harvester properties
257

    
258
######## Spatial section              #########################################
259
runSpatialOption=true
260
regenerateCacheOnRestart=true
261

    
262
# Comma-seperated list of schemas containing spatial bounding boxes
263
# name corresponds to the docname stored in xml_documents table
264
spatialDocnameList=eml,fgdc,metadata
265

    
266
# XML paths to the four bounding coordinates
267
# These paths must be included in your indexPaths variable in build.properties
268
# Note the naming convention:
269
#   {docname}_{direction}BoundingCoordinatePath=.....
270
# Has not been tested with other schemas besides EML
271
eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
272
eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
273
eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
274
eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
275
fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
276
fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
277
fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
278
fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
279
metadata_westBoundingCoordinatePath=westbc
280
metadata_eastBoundingCoordinatePath=eastbc
281
metadata_southBoundingCoordinatePath=southbc
282
metadata_northBoundingCoordinatePath=northbc
283

    
284
docTitle=dataset/title
285
metacatUrl=@systemidserver@@servlet-path@
286
baseUrl=@systemidserver@@html-path@
287
# END spatial options
288

    
289
# START sitemap properties
290

    
291
# relative directory path in which sitemap files should be written
292
sitemapDirectory=@install-dir@/sitemaps
293

    
294
# Interval (in milliseconds) between rebuilding the sitemap
295
sitemapInterval=86400000
296

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