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 3154 2007-01-25 21:36:46Z cjones $'
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.7.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=86400000
45

    
46
maximumIndexDelay=5000
47

    
48
runDBConnectionRecycleThread=off
49

    
50
cycleTimeOfDBConnection=30000
51

    
52
######## Access section               #########################################
53
administrators=@administrators@
54

    
55
moderators=@moderators@
56

    
57
allowedSubmitters=@allowedSubmitters@
58

    
59
deniedSubmitters=@deniedSubmitters@
60

    
61
timedreplication=@timedreplication@
62

    
63
firsttimedreplication=@firsttimedreplication@
64

    
65
timedreplicationinterval=@timedreplicationinterval@
66

    
67
forcereplicationwaitingtime=@forcereplicationwaitingtime@
68

    
69
config-dir=@config-dir@
70

    
71
default-style=@default-style@
72

    
73
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
74

    
75
sitecode=nceas
76

    
77
accNumSeparator=.
78

    
79
saxparser=org.apache.xerces.parsers.SAXParser
80

    
81
servletpath=@servlet-path@
82

    
83
htmlpath=@html-path@
84

    
85
eml2_0_0namespace=@eml2_0_0namespace@
86

    
87
eml2_0_1namespace=@eml2_0_1namespace@
88

    
89
eml2_1_0namespace=@eml2_1_0namespace@
90

    
91
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
92

    
93
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
94

    
95
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
96

    
97
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
98

    
99
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
100

    
101
indexNamespaces=@eml2_0_0namespace@,@eml2_0_1namespace@
102

    
103
indexPaths=@indexPaths@
104

    
105
server=@server@
106

    
107
httpserver=@systemidserver@
108

    
109
junittesturl=@systemidserver@@servlet-path@
110

    
111
authclass=edu.ucsb.nceas.metacat.AuthLdap
112

    
113
ldapurl=ldap://ldap.ecoinformatics.org:389/
114

    
115
ldapsurl=ldap://ldap.ecoinformatics.org:389/
116

    
117
ldapbase=dc=ecoinformatics,dc=org
118

    
119
# time in milliseconds allowed for ldap server connections
120
ldapconnecttimelimit=5000
121

    
122
# time in milliseconds allowed for ldap server searches
123
ldapsearchtimelimit=30000
124

    
125
# count of return entries allowed for ldap server searches
126
ldapsearchcountlimit=30000
127

    
128
referral=follow
129

    
130
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
131

    
132
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
133

    
134
#ldapbase=o=NCEAS,c=US
135

    
136
onlySecureLDAPConnection=false
137

    
138
onlySecureLDAPReferalsConnection=false
139

    
140
deltaT=60
141

    
142
replicationpath=@replication-path@
143

    
144
replicationlog=@replication-log@
145

    
146
replicationerrorlog=@replicationerrorlog@
147

    
148
dtdPath=@install-dir@/dtd/
149

    
150
schemaPath=@install-dir@/schema/
151

    
152
dtdURL=@systemidserver@@html-path@/dtd/
153

    
154
schemaURL=@systemidserver@@html-path@/schema/
155

    
156
datafilepath=@datafilepath@
157

    
158
inlinedatafilepath=@inlinedatafilepath@
159

    
160
certPath=@install-dir@/
161

    
162
context=@context@
163

    
164
debuglevel=@debuglevel@
165

    
166
datafileflag=datafile
167

    
168
datafilesizelimit=1000
169

    
170
defaultcontenttype=@defaultcontenttype@
171

    
172
query.ignored.params=enableediting,foo
173

    
174
usexmlindex=true
175

    
176
skinconfigfiles=esa
177

    
178
# used for the setting the size of resultset for applications like morpho
179
app_resultsetsize=400
180

    
181
# used for the setting the size of resultset for searches done using browsers
182
web_resultsetsize=900
183

    
184
# used for the setting the size of queryresult_string in queryresult table.
185
# the limit is 4000 for oracle
186
queryresult_string_length=4000
187

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

    
194
######## Harvester section            #########################################
195
connectToMetacat=true
196

    
197
delay=0
198

    
199
harvesterAdministrator=name@institution.edu
200

    
201
logPeriod=90
202

    
203
maxHarvests=0
204

    
205
period=24
206

    
207
smtpServer=localhost
208

    
209
GetDocError=Error getting EML document from site,Error
210

    
211
GetDocSuccess=Success getting EML document from site,Debug
212

    
213
GetHarvestListError=Error getting harvest list from site,Error
214

    
215
GetHarvestListSuccess=Success getting harvest list from site,Debug
216

    
217
HarvesterStartup=Harvester start up,Info
218

    
219
HarvesterShutdown=Harvester shut down,Info
220

    
221
InsertDocError=Error inserting EML document to Metacat,Error
222

    
223
InsertDocSuccess=Success inserting EML document to Metacat,Info
224

    
225
MetacatHasDoc=Metacat already has this EML document,Info
226

    
227
UpdateDocError=Error updating EML document to Metacat,Error
228

    
229
UpdateDocSuccess=Success updating EML document to Metacat,Info
230

    
231
ValidateDocError=Error validating EML docoument,Error
232

    
233
ValidateDocSuccess=Success validating EML document,Debug
234

    
235
ValidateHarvestListError=Error validating harvest list,Error
236

    
237
ValidateHarvestListSuccess=Success validating harvest list,Debug
238

    
239
# End of Harvester properties
240

    
241
######## Spatial section              #########################################
242
runSpatialOption=true
243
regenerateCacheOnRestart=true
244

    
245
# Comma-seperated list of schemas containing spatial bounding boxes
246
# name corresponds to the docname stored in xml_documents table
247
spatialDocnameList=eml,fgdc
248

    
249
# XML paths to the four bounding coordinates
250
# These paths must be included in your indexPaths variable in build.properties
251
# Note the naming convention:
252
#   {docname}_{direction}BoundingCoordinatePath=.....
253
# Has not been tested with other schemas besides EML
254
eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
255
eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
256
eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
257
eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
258
fgdc_westBoundingCoordinatePath=spdom/bounding/westbc
259
fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc
260
fgdc_southBoundingCoordinatePath=spdom/bounding/southbc
261
fgdc_northBoundingCoordinatePath=spdom/bounding/northbc
262

    
263
docTitle=dataset/title
264
metacatUrl=@systemidserver@@servlet-path@
265
baseUrl=@systemidserver@@html-path@
266
# END spatial options
(15-15/26)