Project

General

Profile

1 82 jones
#
2
# Properties file defining options for the MetaCatServlet.java servlet
3 3081 jones
#
4 308 bojilova
# Matt Jones, Dan Higgins, Jivka Bojilova
5 82 jones
# '$Id$'
6
#
7 2156 costa
8 3081 jones
######## Configuration section        #########################################
9
# This flag indicates whether configuration information has been collected from
10
# the user installing metacat yet.
11 3101 perry
configured=true
12 2156 costa
13 3081 jones
configurationPage=/configure.jsp
14
15
configurationSuccessPage=/configure-restart.jsp
16
17 3914 tao
version=1.8.1
18 2156 costa
19 3081 jones
######## Database section             #########################################
20 362 jones
user=@user@
21 2156 costa
22 362 jones
password=@password@
23 2156 costa
24 3780 daigle
databaseType=@database@
25
26 587 berkley
defaultDB=@jdbc-connect@
27 2156 costa
28 882 jones
dbDriver=@dbDriver@
29 2156 costa
30 915 berkley
dbAdapter=@dbAdapter@
31 2156 costa
32 379 bojilova
initialConnections=5
33 2156 costa
34 308 bojilova
incrementConnections=5
35 2156 costa
36 1228 tao
maximumConnections=25
37 2156 costa
38 1090 tao
maximumConnectionAge=120000
39 2156 costa
40 1090 tao
maximumConnectionTime=60000
41 2156 costa
42 1090 tao
maximumUsageNumber=100
43 2156 costa
44 2727 sgarg
numberOfIndexingThreads=5
45
46 3331 tao
indexingTimerTaskTime=604800000
47 2727 sgarg
48 3331 tao
indexingInitialDelay=3600000
49
50 2735 sgarg
maximumIndexDelay=5000
51
52 1292 tao
runDBConnectionRecycleThread=off
53 2156 costa
54 1093 tao
cycleTimeOfDBConnection=30000
55 2156 costa
56 3081 jones
######## Access section               #########################################
57 2308 jones
administrators=@administrators@
58
59 2577 sgarg
moderators=@moderators@
60
61
allowedSubmitters=@allowedSubmitters@
62
63
deniedSubmitters=@deniedSubmitters@
64
65 2551 tao
timedreplication=@timedreplication@
66
67
firsttimedreplication=@firsttimedreplication@
68
69
timedreplicationinterval=@timedreplicationinterval@
70
71 1292 tao
forcereplicationwaitingtime=@forcereplicationwaitingtime@
72 2156 costa
73 832 jones
config-dir=@config-dir@
74 2156 costa
75 832 jones
default-style=@default-style@
76 2156 costa
77 329 jones
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
78 2156 costa
79 615 bojilova
sitecode=nceas
80 2156 costa
81 615 bojilova
accNumSeparator=.
82 2156 costa
83 181 jones
saxparser=org.apache.xerces.parsers.SAXParser
84 2156 costa
85 358 bojilova
servletpath=@servlet-path@
86 2156 costa
87 359 bojilova
htmlpath=@html-path@
88 2156 costa
89 3780 daigle
knbSiteURL=@knb-site-url@
90
91 2174 sgarg
eml2_0_0namespace=@eml2_0_0namespace@
92 2156 costa
93 2228 sgarg
eml2_0_1namespace=@eml2_0_1namespace@
94
95 2174 sgarg
eml2_1_0namespace=@eml2_1_0namespace@
96
97 887 berkley
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
98 2156 costa
99 887 berkley
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
100 2156 costa
101 1549 tao
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
102 2156 costa
103 1549 tao
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
104 2156 costa
105 1367 tao
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 2156 costa
107 2754 sgarg
indexNamespaces=@eml2_0_0namespace@,@eml2_0_1namespace@
108 2513 sgarg
109 2872 sgarg
indexPaths=@indexPaths@
110 2754 sgarg
111 1008 tao
server=@server@
112 2156 costa
113 1552 tao
httpserver=@systemidserver@
114 2156 costa
115 3732 leinfelder
cgi-prefix=@cgi-prefix@
116
117 1084 tao
junittesturl=@systemidserver@@servlet-path@
118 2156 costa
119 547 berkley
authclass=edu.ucsb.nceas.metacat.AuthLdap
120 2156 costa
121 852 jones
ldapurl=ldap://ldap.ecoinformatics.org:389/
122 2156 costa
123 852 jones
ldapsurl=ldap://ldap.ecoinformatics.org:389/
124 2156 costa
125 852 jones
ldapbase=dc=ecoinformatics,dc=org
126 2156 costa
127 3154 cjones
# 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 865 jones
referral=follow
137 2156 costa
138 852 jones
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
139 2156 costa
140 852 jones
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
141 2156 costa
142 852 jones
#ldapbase=o=NCEAS,c=US
143 2156 costa
144 3058 perry
onlySecureLDAPConnection=false
145 3021 sgarg
146
onlySecureLDAPReferalsConnection=false
147
148 525 berkley
deltaT=60
149 2156 costa
150 525 berkley
replicationpath=@replication-path@
151 2156 costa
152 586 berkley
replicationlog=@replication-log@
153 2156 costa
154 1580 tao
replicationerrorlog=@replicationerrorlog@
155 2156 costa
156 3780 daigle
installDir=@install-dir@
157
158 1393 tao
dtdPath=@install-dir@/dtd/
159 2156 costa
160 1393 tao
schemaPath=@install-dir@/schema/
161 2156 costa
162 1393 tao
dtdURL=@systemidserver@@html-path@/dtd/
163 2156 costa
164 1393 tao
schemaURL=@systemidserver@@html-path@/schema/
165 2156 costa
166 1080 tao
datafilepath=@datafilepath@
167 2156 costa
168 1456 tao
inlinedatafilepath=@inlinedatafilepath@
169 2156 costa
170 839 bojilova
certPath=@install-dir@/
171 2156 costa
172 1010 tao
context=@context@
173 2156 costa
174 1052 tao
debuglevel=@debuglevel@
175 2156 costa
176 1033 tao
datafileflag=datafile
177 2156 costa
178 1616 tao
datafilesizelimit=1000
179 2156 costa
180 1488 tao
defaultcontenttype=@defaultcontenttype@
181 2156 costa
182 1956 jones
query.ignored.params=enableediting,foo
183 2156 costa
184 2257 jones
usexmlindex=true
185 2156 costa
186 3557 bowdish
skinconfigfiles=esa,nceas,knb,obfs,nrs,sanparks
187 2898 sgarg
188 2417 sgarg
# used for the setting the size of resultset for applications like morpho
189 3369 tao
app_resultsetsize=7000
190 2156 costa
191 2417 sgarg
# used for the setting the size of resultset for searches done using browsers
192 3369 tao
web_resultsetsize=7000
193 2417 sgarg
194
# used for the setting the size of queryresult_string in queryresult table.
195
# the limit is 4000 for oracle
196 3351 tao
queryresult_string_length=500000
197 2417 sgarg
198 2424 sgarg
# 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 3339 tao
#the size of query result cache
205
queryresult_cache_size=500
206 3341 tao
207
#turn on or off the query result cache
208
query_cache_on=true
209
210 3857 tao
#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 3267 tao
#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 3274 tao
#delimitered text output file name where debug info will be written
221
delimiteredOutputFile=/tmp/metacat.debug.delimitered
222 3267 tao
223 3780 daigle
# Used for client testing and typically don't need to be changed
224 3877 tao
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 3780 daigle
233
234 3081 jones
######## Harvester section            #########################################
235 2156 costa
connectToMetacat=true
236
237
delay=0
238
239
harvesterAdministrator=name@institution.edu
240
241
logPeriod=90
242
243 2427 costa
maxHarvests=0
244 2156 costa
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 2766 costa
MetacatHasDoc=Metacat already has this EML document,Info
266 2156 costa
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 3034 perry
281 3081 jones
######## Spatial section              #########################################
282 3268 tao
runSpatialOption=true
283
regenerateCacheOnRestart=true
284 3034 perry
285 3120 perry
# Comma-seperated list of schemas containing spatial bounding boxes
286
# name corresponds to the docname stored in xml_documents table
287 3452 leinfelder
spatialDocnameList=eml,fgdc,metadata
288 3120 perry
289 3034 perry
# XML paths to the four bounding coordinates
290 3120 perry
# 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 3452 leinfelder
metadata_westBoundingCoordinatePath=westbc
303
metadata_eastBoundingCoordinatePath=eastbc
304
metadata_southBoundingCoordinatePath=southbc
305
metadata_northBoundingCoordinatePath=northbc
306 3034 perry
307 3058 perry
docTitle=dataset/title
308 3034 perry
metacatUrl=@systemidserver@@servlet-path@
309
baseUrl=@systemidserver@@html-path@
310
# END spatial options
311 3244 jones
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 3268 tao
# END sitemap properties