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 3622 tao
version=1.8.0
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 587 berkley
defaultDB=@jdbc-connect@
25 2156 costa
26 882 jones
dbDriver=@dbDriver@
27 2156 costa
28 915 berkley
dbAdapter=@dbAdapter@
29 2156 costa
30 379 bojilova
initialConnections=5
31 2156 costa
32 308 bojilova
incrementConnections=5
33 2156 costa
34 1228 tao
maximumConnections=25
35 2156 costa
36 1090 tao
maximumConnectionAge=120000
37 2156 costa
38 1090 tao
maximumConnectionTime=60000
39 2156 costa
40 1090 tao
maximumUsageNumber=100
41 2156 costa
42 2727 sgarg
numberOfIndexingThreads=5
43
44 3331 tao
indexingTimerTaskTime=604800000
45 2727 sgarg
46 3331 tao
indexingInitialDelay=3600000
47
48 2735 sgarg
maximumIndexDelay=5000
49
50 1292 tao
runDBConnectionRecycleThread=off
51 2156 costa
52 1093 tao
cycleTimeOfDBConnection=30000
53 2156 costa
54 3081 jones
######## Access section               #########################################
55 2308 jones
administrators=@administrators@
56
57 2577 sgarg
moderators=@moderators@
58
59
allowedSubmitters=@allowedSubmitters@
60
61
deniedSubmitters=@deniedSubmitters@
62
63 2551 tao
timedreplication=@timedreplication@
64
65
firsttimedreplication=@firsttimedreplication@
66
67
timedreplicationinterval=@timedreplicationinterval@
68
69 1292 tao
forcereplicationwaitingtime=@forcereplicationwaitingtime@
70 2156 costa
71 832 jones
config-dir=@config-dir@
72 2156 costa
73 832 jones
default-style=@default-style@
74 2156 costa
75 329 jones
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
76 2156 costa
77 615 bojilova
sitecode=nceas
78 2156 costa
79 615 bojilova
accNumSeparator=.
80 2156 costa
81 181 jones
saxparser=org.apache.xerces.parsers.SAXParser
82 2156 costa
83 358 bojilova
servletpath=@servlet-path@
84 2156 costa
85 359 bojilova
htmlpath=@html-path@
86 2156 costa
87 2174 sgarg
eml2_0_0namespace=@eml2_0_0namespace@
88 2156 costa
89 2228 sgarg
eml2_0_1namespace=@eml2_0_1namespace@
90
91 2174 sgarg
eml2_1_0namespace=@eml2_1_0namespace@
92
93 887 berkley
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
94 2156 costa
95 887 berkley
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
96 2156 costa
97 1549 tao
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
98 2156 costa
99 1549 tao
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
100 2156 costa
101 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
102 2156 costa
103 2754 sgarg
indexNamespaces=@eml2_0_0namespace@,@eml2_0_1namespace@
104 2513 sgarg
105 2872 sgarg
indexPaths=@indexPaths@
106 2754 sgarg
107 1008 tao
server=@server@
108 2156 costa
109 1552 tao
httpserver=@systemidserver@
110 2156 costa
111 1084 tao
junittesturl=@systemidserver@@servlet-path@
112 2156 costa
113 547 berkley
authclass=edu.ucsb.nceas.metacat.AuthLdap
114 2156 costa
115 852 jones
ldapurl=ldap://ldap.ecoinformatics.org:389/
116 2156 costa
117 852 jones
ldapsurl=ldap://ldap.ecoinformatics.org:389/
118 2156 costa
119 852 jones
ldapbase=dc=ecoinformatics,dc=org
120 2156 costa
121 3154 cjones
# 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 865 jones
referral=follow
131 2156 costa
132 852 jones
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
133 2156 costa
134 852 jones
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
135 2156 costa
136 852 jones
#ldapbase=o=NCEAS,c=US
137 2156 costa
138 3058 perry
onlySecureLDAPConnection=false
139 3021 sgarg
140
onlySecureLDAPReferalsConnection=false
141
142 525 berkley
deltaT=60
143 2156 costa
144 525 berkley
replicationpath=@replication-path@
145 2156 costa
146 586 berkley
replicationlog=@replication-log@
147 2156 costa
148 1580 tao
replicationerrorlog=@replicationerrorlog@
149 2156 costa
150 1393 tao
dtdPath=@install-dir@/dtd/
151 2156 costa
152 1393 tao
schemaPath=@install-dir@/schema/
153 2156 costa
154 1393 tao
dtdURL=@systemidserver@@html-path@/dtd/
155 2156 costa
156 1393 tao
schemaURL=@systemidserver@@html-path@/schema/
157 2156 costa
158 1080 tao
datafilepath=@datafilepath@
159 2156 costa
160 1456 tao
inlinedatafilepath=@inlinedatafilepath@
161 2156 costa
162 839 bojilova
certPath=@install-dir@/
163 2156 costa
164 1010 tao
context=@context@
165 2156 costa
166 1052 tao
debuglevel=@debuglevel@
167 2156 costa
168 1033 tao
datafileflag=datafile
169 2156 costa
170 1616 tao
datafilesizelimit=1000
171 2156 costa
172 1488 tao
defaultcontenttype=@defaultcontenttype@
173 2156 costa
174 1956 jones
query.ignored.params=enableediting,foo
175 2156 costa
176 2257 jones
usexmlindex=true
177 2156 costa
178 3557 bowdish
skinconfigfiles=esa,nceas,knb,obfs,nrs,sanparks
179 2898 sgarg
180 2417 sgarg
# used for the setting the size of resultset for applications like morpho
181 3369 tao
app_resultsetsize=7000
182 2156 costa
183 2417 sgarg
# used for the setting the size of resultset for searches done using browsers
184 3369 tao
web_resultsetsize=7000
185 2417 sgarg
186
# used for the setting the size of queryresult_string in queryresult table.
187
# the limit is 4000 for oracle
188 3351 tao
queryresult_string_length=500000
189 2417 sgarg
190 2424 sgarg
# 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 3339 tao
#the size of query result cache
197
queryresult_cache_size=500
198 3341 tao
199
#turn on or off the query result cache
200
query_cache_on=true
201
202 3267 tao
#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 3274 tao
#delimitered text output file name where debug info will be written
207
delimiteredOutputFile=/tmp/metacat.debug.delimitered
208 3267 tao
209 3081 jones
######## Harvester section            #########################################
210 2156 costa
connectToMetacat=true
211
212
delay=0
213
214
harvesterAdministrator=name@institution.edu
215
216
logPeriod=90
217
218 2427 costa
maxHarvests=0
219 2156 costa
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 2766 costa
MetacatHasDoc=Metacat already has this EML document,Info
241 2156 costa
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 3034 perry
256 3081 jones
######## Spatial section              #########################################
257 3268 tao
runSpatialOption=true
258
regenerateCacheOnRestart=true
259 3034 perry
260 3120 perry
# Comma-seperated list of schemas containing spatial bounding boxes
261
# name corresponds to the docname stored in xml_documents table
262 3452 leinfelder
spatialDocnameList=eml,fgdc,metadata
263 3120 perry
264 3034 perry
# XML paths to the four bounding coordinates
265 3120 perry
# 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 3452 leinfelder
metadata_westBoundingCoordinatePath=westbc
278
metadata_eastBoundingCoordinatePath=eastbc
279
metadata_southBoundingCoordinatePath=southbc
280
metadata_northBoundingCoordinatePath=northbc
281 3034 perry
282 3058 perry
docTitle=dataset/title
283 3034 perry
metacatUrl=@systemidserver@@servlet-path@
284
baseUrl=@systemidserver@@html-path@
285
# END spatial options
286 3244 jones
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 3268 tao
# END sitemap properties