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 3081 2006-11-11 11:45:02Z jones $'
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.6.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
referral=follow
120

    
121
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
122

    
123
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
124

    
125
#ldapbase=o=NCEAS,c=US
126

    
127
onlySecureLDAPConnection=false
128

    
129
onlySecureLDAPReferalsConnection=false
130

    
131
deltaT=60
132

    
133
replicationpath=@replication-path@
134

    
135
replicationlog=@replication-log@
136

    
137
replicationerrorlog=@replicationerrorlog@
138

    
139
dtdPath=@install-dir@/dtd/
140

    
141
schemaPath=@install-dir@/schema/
142

    
143
dtdURL=@systemidserver@@html-path@/dtd/
144

    
145
schemaURL=@systemidserver@@html-path@/schema/
146

    
147
datafilepath=@datafilepath@
148

    
149
inlinedatafilepath=@inlinedatafilepath@
150

    
151
certPath=@install-dir@/
152

    
153
context=@context@
154

    
155
debuglevel=@debuglevel@
156

    
157
datafileflag=datafile
158

    
159
datafilesizelimit=1000
160

    
161
defaultcontenttype=@defaultcontenttype@
162

    
163
query.ignored.params=enableediting,foo
164

    
165
usexmlindex=true
166

    
167
skinconfigfiles=esa
168

    
169
# used for the setting the size of resultset for applications like morpho
170
app_resultsetsize=400
171

    
172
# used for the setting the size of resultset for searches done using browsers
173
web_resultsetsize=900
174

    
175
# used for the setting the size of queryresult_string in queryresult table.
176
# the limit is 4000 for oracle
177
queryresult_string_length=4000
178

    
179
# the value of xml_returnfield.usage_count should be more than this value
180
# for records to be entered into xml_queryresult. so if you want results for
181
# any combination of returnfields to be stored in xml_queryresult only when
182
# that combination has been requested 50 times, set this value to 50
183
xml_returnfield_count=0
184

    
185
######## Harvester section            #########################################
186
connectToMetacat=true
187

    
188
delay=0
189

    
190
harvesterAdministrator=name@institution.edu
191

    
192
logPeriod=90
193

    
194
maxHarvests=0
195

    
196
period=24
197

    
198
smtpServer=localhost
199

    
200
GetDocError=Error getting EML document from site,Error
201

    
202
GetDocSuccess=Success getting EML document from site,Debug
203

    
204
GetHarvestListError=Error getting harvest list from site,Error
205

    
206
GetHarvestListSuccess=Success getting harvest list from site,Debug
207

    
208
HarvesterStartup=Harvester start up,Info
209

    
210
HarvesterShutdown=Harvester shut down,Info
211

    
212
InsertDocError=Error inserting EML document to Metacat,Error
213

    
214
InsertDocSuccess=Success inserting EML document to Metacat,Info
215

    
216
MetacatHasDoc=Metacat already has this EML document,Info
217

    
218
UpdateDocError=Error updating EML document to Metacat,Error
219

    
220
UpdateDocSuccess=Success updating EML document to Metacat,Info
221

    
222
ValidateDocError=Error validating EML docoument,Error
223

    
224
ValidateDocSuccess=Success validating EML document,Debug
225

    
226
ValidateHarvestListError=Error validating harvest list,Error
227

    
228
ValidateHarvestListSuccess=Success validating harvest list,Debug
229

    
230
# End of Harvester properties
231

    
232
######## Spatial section              #########################################
233
runSpatialOption=true
234
regenerateCacheOnRestart=true
235

    
236
# XML paths to the four bounding coordinates
237
# these paths must be included in your indexPaths variable in build.properties
238
# these are the defaults for EML and have not been tested with other schemas
239
westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate
240
eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate
241
southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate
242
northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate
243

    
244
docTitle=dataset/title
245
metacatUrl=@systemidserver@@servlet-path@
246
baseUrl=@systemidserver@@html-path@
247
# END spatial options
(15-15/26)