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 3732 leinfelder
cgi-prefix=@cgi-prefix@
112
113 1084 tao
junittesturl=@systemidserver@@servlet-path@
114 2156 costa
115 547 berkley
authclass=edu.ucsb.nceas.metacat.AuthLdap
116 2156 costa
117 852 jones
ldapurl=ldap://ldap.ecoinformatics.org:389/
118 2156 costa
119 852 jones
ldapsurl=ldap://ldap.ecoinformatics.org:389/
120 2156 costa
121 852 jones
ldapbase=dc=ecoinformatics,dc=org
122 2156 costa
123 3154 cjones
# 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 865 jones
referral=follow
133 2156 costa
134 852 jones
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
135 2156 costa
136 852 jones
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
137 2156 costa
138 852 jones
#ldapbase=o=NCEAS,c=US
139 2156 costa
140 3058 perry
onlySecureLDAPConnection=false
141 3021 sgarg
142
onlySecureLDAPReferalsConnection=false
143
144 525 berkley
deltaT=60
145 2156 costa
146 525 berkley
replicationpath=@replication-path@
147 2156 costa
148 586 berkley
replicationlog=@replication-log@
149 2156 costa
150 1580 tao
replicationerrorlog=@replicationerrorlog@
151 2156 costa
152 1393 tao
dtdPath=@install-dir@/dtd/
153 2156 costa
154 1393 tao
schemaPath=@install-dir@/schema/
155 2156 costa
156 1393 tao
dtdURL=@systemidserver@@html-path@/dtd/
157 2156 costa
158 1393 tao
schemaURL=@systemidserver@@html-path@/schema/
159 2156 costa
160 1080 tao
datafilepath=@datafilepath@
161 2156 costa
162 1456 tao
inlinedatafilepath=@inlinedatafilepath@
163 2156 costa
164 839 bojilova
certPath=@install-dir@/
165 2156 costa
166 1010 tao
context=@context@
167 2156 costa
168 1052 tao
debuglevel=@debuglevel@
169 2156 costa
170 1033 tao
datafileflag=datafile
171 2156 costa
172 1616 tao
datafilesizelimit=1000
173 2156 costa
174 1488 tao
defaultcontenttype=@defaultcontenttype@
175 2156 costa
176 1956 jones
query.ignored.params=enableediting,foo
177 2156 costa
178 2257 jones
usexmlindex=true
179 2156 costa
180 3557 bowdish
skinconfigfiles=esa,nceas,knb,obfs,nrs,sanparks
181 2898 sgarg
182 2417 sgarg
# used for the setting the size of resultset for applications like morpho
183 3369 tao
app_resultsetsize=7000
184 2156 costa
185 2417 sgarg
# used for the setting the size of resultset for searches done using browsers
186 3369 tao
web_resultsetsize=7000
187 2417 sgarg
188
# used for the setting the size of queryresult_string in queryresult table.
189
# the limit is 4000 for oracle
190 3351 tao
queryresult_string_length=500000
191 2417 sgarg
192 2424 sgarg
# 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 3339 tao
#the size of query result cache
199
queryresult_cache_size=500
200 3341 tao
201
#turn on or off the query result cache
202
query_cache_on=true
203
204 3267 tao
#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 3274 tao
#delimitered text output file name where debug info will be written
209
delimiteredOutputFile=/tmp/metacat.debug.delimitered
210 3267 tao
211 3081 jones
######## Harvester section            #########################################
212 2156 costa
connectToMetacat=true
213
214
delay=0
215
216
harvesterAdministrator=name@institution.edu
217
218
logPeriod=90
219
220 2427 costa
maxHarvests=0
221 2156 costa
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 2766 costa
MetacatHasDoc=Metacat already has this EML document,Info
243 2156 costa
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 3034 perry
258 3081 jones
######## Spatial section              #########################################
259 3268 tao
runSpatialOption=true
260
regenerateCacheOnRestart=true
261 3034 perry
262 3120 perry
# Comma-seperated list of schemas containing spatial bounding boxes
263
# name corresponds to the docname stored in xml_documents table
264 3452 leinfelder
spatialDocnameList=eml,fgdc,metadata
265 3120 perry
266 3034 perry
# XML paths to the four bounding coordinates
267 3120 perry
# 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 3452 leinfelder
metadata_westBoundingCoordinatePath=westbc
280
metadata_eastBoundingCoordinatePath=eastbc
281
metadata_southBoundingCoordinatePath=southbc
282
metadata_northBoundingCoordinatePath=northbc
283 3034 perry
284 3058 perry
docTitle=dataset/title
285 3034 perry
metacatUrl=@systemidserver@@servlet-path@
286
baseUrl=@systemidserver@@html-path@
287
# END spatial options
288 3244 jones
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 3268 tao
# END sitemap properties