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
configured=true
12 2156 costa
13 3081 jones
configurationPage=/configure.jsp
14
15
configurationSuccessPage=/configure-restart.jsp
16
17 3080 jones
version=1.6.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
indexingTimerTaskTime=86400000
45
46 2735 sgarg
maximumIndexDelay=5000
47
48 1292 tao
runDBConnectionRecycleThread=off
49 2156 costa
50 1093 tao
cycleTimeOfDBConnection=30000
51 2156 costa
52 3081 jones
######## Access section               #########################################
53 2308 jones
administrators=@administrators@
54
55 2577 sgarg
moderators=@moderators@
56
57
allowedSubmitters=@allowedSubmitters@
58
59
deniedSubmitters=@deniedSubmitters@
60
61 2551 tao
timedreplication=@timedreplication@
62
63
firsttimedreplication=@firsttimedreplication@
64
65
timedreplicationinterval=@timedreplicationinterval@
66
67 1292 tao
forcereplicationwaitingtime=@forcereplicationwaitingtime@
68 2156 costa
69 832 jones
config-dir=@config-dir@
70 2156 costa
71 832 jones
default-style=@default-style@
72 2156 costa
73 329 jones
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
74 2156 costa
75 615 bojilova
sitecode=nceas
76 2156 costa
77 615 bojilova
accNumSeparator=.
78 2156 costa
79 181 jones
saxparser=org.apache.xerces.parsers.SAXParser
80 2156 costa
81 358 bojilova
servletpath=@servlet-path@
82 2156 costa
83 359 bojilova
htmlpath=@html-path@
84 2156 costa
85 2174 sgarg
eml2_0_0namespace=@eml2_0_0namespace@
86 2156 costa
87 2228 sgarg
eml2_0_1namespace=@eml2_0_1namespace@
88
89 2174 sgarg
eml2_1_0namespace=@eml2_1_0namespace@
90
91 887 berkley
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
92 2156 costa
93 887 berkley
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
94 2156 costa
95 1549 tao
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
96 2156 costa
97 1549 tao
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
98 2156 costa
99 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
100 2156 costa
101 2754 sgarg
indexNamespaces=@eml2_0_0namespace@,@eml2_0_1namespace@
102 2513 sgarg
103 2872 sgarg
indexPaths=@indexPaths@
104 2754 sgarg
105 1008 tao
server=@server@
106 2156 costa
107 1552 tao
httpserver=@systemidserver@
108 2156 costa
109 1084 tao
junittesturl=@systemidserver@@servlet-path@
110 2156 costa
111 547 berkley
authclass=edu.ucsb.nceas.metacat.AuthLdap
112 2156 costa
113 852 jones
ldapurl=ldap://ldap.ecoinformatics.org:389/
114 2156 costa
115 852 jones
ldapsurl=ldap://ldap.ecoinformatics.org:389/
116 2156 costa
117 852 jones
ldapbase=dc=ecoinformatics,dc=org
118 2156 costa
119 865 jones
referral=follow
120 2156 costa
121 852 jones
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
122 2156 costa
123 852 jones
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
124 2156 costa
125 852 jones
#ldapbase=o=NCEAS,c=US
126 2156 costa
127 3058 perry
onlySecureLDAPConnection=false
128 3021 sgarg
129
onlySecureLDAPReferalsConnection=false
130
131 525 berkley
deltaT=60
132 2156 costa
133 525 berkley
replicationpath=@replication-path@
134 2156 costa
135 586 berkley
replicationlog=@replication-log@
136 2156 costa
137 1580 tao
replicationerrorlog=@replicationerrorlog@
138 2156 costa
139 1393 tao
dtdPath=@install-dir@/dtd/
140 2156 costa
141 1393 tao
schemaPath=@install-dir@/schema/
142 2156 costa
143 1393 tao
dtdURL=@systemidserver@@html-path@/dtd/
144 2156 costa
145 1393 tao
schemaURL=@systemidserver@@html-path@/schema/
146 2156 costa
147 1080 tao
datafilepath=@datafilepath@
148 2156 costa
149 1456 tao
inlinedatafilepath=@inlinedatafilepath@
150 2156 costa
151 839 bojilova
certPath=@install-dir@/
152 2156 costa
153 1010 tao
context=@context@
154 2156 costa
155 1052 tao
debuglevel=@debuglevel@
156 2156 costa
157 1033 tao
datafileflag=datafile
158 2156 costa
159 1616 tao
datafilesizelimit=1000
160 2156 costa
161 1488 tao
defaultcontenttype=@defaultcontenttype@
162 2156 costa
163 1956 jones
query.ignored.params=enableediting,foo
164 2156 costa
165 2257 jones
usexmlindex=true
166 2156 costa
167 2898 sgarg
skinconfigfiles=esa
168
169 2417 sgarg
# used for the setting the size of resultset for applications like morpho
170
app_resultsetsize=400
171 2156 costa
172 2417 sgarg
# 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 2424 sgarg
# 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 3081 jones
######## Harvester section            #########################################
186 2156 costa
connectToMetacat=true
187
188
delay=0
189
190
harvesterAdministrator=name@institution.edu
191
192
logPeriod=90
193
194 2427 costa
maxHarvests=0
195 2156 costa
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 2766 costa
MetacatHasDoc=Metacat already has this EML document,Info
217 2156 costa
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 3034 perry
232 3081 jones
######## Spatial section              #########################################
233 3034 perry
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 3058 perry
docTitle=dataset/title
245 3034 perry
metacatUrl=@systemidserver@@servlet-path@
246
baseUrl=@systemidserver@@html-path@
247
# END spatial options