Project

General

Profile

1 82 jones
#
2 2156 costa
3 82 jones
# Properties file defining options for the MetaCatServlet.java servlet
4 2156 costa
5 308 bojilova
# Matt Jones, Dan Higgins, Jivka Bojilova
6 2156 costa
7 82 jones
# '$Id$'
8 2156 costa
9 82 jones
#
10 2156 costa
11 1951 jones
configured=false
12 2156 costa
13 2483 jones
version=@release@
14 2156 costa
15 362 jones
user=@user@
16 2156 costa
17 362 jones
password=@password@
18 2156 costa
19 587 berkley
defaultDB=@jdbc-connect@
20 2156 costa
21 882 jones
dbDriver=@dbDriver@
22 2156 costa
23 915 berkley
dbAdapter=@dbAdapter@
24 2156 costa
25 379 bojilova
initialConnections=5
26 2156 costa
27 308 bojilova
incrementConnections=5
28 2156 costa
29 1228 tao
maximumConnections=25
30 2156 costa
31 1090 tao
maximumConnectionAge=120000
32 2156 costa
33 1090 tao
maximumConnectionTime=60000
34 2156 costa
35 1090 tao
maximumUsageNumber=100
36 2156 costa
37 2727 sgarg
numberOfIndexingThreads=5
38
39
indexingTimerTaskTime=86400000
40
41 2735 sgarg
maximumIndexDelay=5000
42
43 1292 tao
runDBConnectionRecycleThread=off
44 2156 costa
45 1093 tao
cycleTimeOfDBConnection=30000
46 2156 costa
47 2308 jones
administrators=@administrators@
48
49 2577 sgarg
moderators=@moderators@
50
51
allowedSubmitters=@allowedSubmitters@
52
53
deniedSubmitters=@deniedSubmitters@
54
55 2551 tao
timedreplication=@timedreplication@
56
57
firsttimedreplication=@firsttimedreplication@
58
59
timedreplicationinterval=@timedreplicationinterval@
60
61 1292 tao
forcereplicationwaitingtime=@forcereplicationwaitingtime@
62 2156 costa
63 832 jones
config-dir=@config-dir@
64 2156 costa
65 832 jones
default-style=@default-style@
66 2156 costa
67 329 jones
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
68 2156 costa
69 615 bojilova
sitecode=nceas
70 2156 costa
71 615 bojilova
accNumSeparator=.
72 2156 costa
73 181 jones
saxparser=org.apache.xerces.parsers.SAXParser
74 2156 costa
75 358 bojilova
servletpath=@servlet-path@
76 2156 costa
77 359 bojilova
htmlpath=@html-path@
78 2156 costa
79 2174 sgarg
eml2_0_0namespace=@eml2_0_0namespace@
80 2156 costa
81 2228 sgarg
eml2_0_1namespace=@eml2_0_1namespace@
82
83 2174 sgarg
eml2_1_0namespace=@eml2_1_0namespace@
84
85 887 berkley
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
86 2156 costa
87 887 berkley
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
88 2156 costa
89 1549 tao
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
90 2156 costa
91 1549 tao
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
92 2156 costa
93 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
94 2156 costa
95 2727 sgarg
indexed_paths=organizationName,originator/individualName/surName,originator/individualName/givenName,originator/organizationName,creator/individualName/surName,creator/individualName/givenName,creator/organizationName,dataset/title,keyword,northBoundingCoordinate,southBoundingCoordinate,westBoundingCoordinate,eastBoundingCoordinate,title,entityName,individualName/surName,abstract/para,surName,givenName,para,geographicDescription,literalLayout,eastbc,northbc,westbc,southbc,dataset/access/allow/principal
96 2513 sgarg
97 1008 tao
server=@server@
98 2156 costa
99 1552 tao
httpserver=@systemidserver@
100 2156 costa
101 1084 tao
junittesturl=@systemidserver@@servlet-path@
102 2156 costa
103 547 berkley
authclass=edu.ucsb.nceas.metacat.AuthLdap
104 2156 costa
105 852 jones
ldapurl=ldap://ldap.ecoinformatics.org:389/
106 2156 costa
107 852 jones
ldapsurl=ldap://ldap.ecoinformatics.org:389/
108 2156 costa
109 852 jones
ldapbase=dc=ecoinformatics,dc=org
110 2156 costa
111 865 jones
referral=follow
112 2156 costa
113 852 jones
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
114 2156 costa
115 852 jones
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
116 2156 costa
117 852 jones
#ldapbase=o=NCEAS,c=US
118 2156 costa
119 525 berkley
deltaT=60
120 2156 costa
121 525 berkley
replicationpath=@replication-path@
122 2156 costa
123 586 berkley
replicationlog=@replication-log@
124 2156 costa
125 1580 tao
replicationerrorlog=@replicationerrorlog@
126 2156 costa
127 1393 tao
dtdPath=@install-dir@/dtd/
128 2156 costa
129 1393 tao
schemaPath=@install-dir@/schema/
130 2156 costa
131 1393 tao
dtdURL=@systemidserver@@html-path@/dtd/
132 2156 costa
133 1393 tao
schemaURL=@systemidserver@@html-path@/schema/
134 2156 costa
135 1080 tao
datafilepath=@datafilepath@
136 2156 costa
137 1456 tao
inlinedatafilepath=@inlinedatafilepath@
138 2156 costa
139 839 bojilova
certPath=@install-dir@/
140 2156 costa
141 1010 tao
context=@context@
142 2156 costa
143 1052 tao
debuglevel=@debuglevel@
144 2156 costa
145 1033 tao
datafileflag=datafile
146 2156 costa
147 1616 tao
datafilesizelimit=1000
148 2156 costa
149 1488 tao
defaultcontenttype=@defaultcontenttype@
150 2156 costa
151 1956 jones
query.ignored.params=enableediting,foo
152 2156 costa
153 2257 jones
usexmlindex=true
154 2156 costa
155 2417 sgarg
# used for the setting the size of resultset for applications like morpho
156
app_resultsetsize=400
157 2156 costa
158 2417 sgarg
# used for the setting the size of resultset for searches done using browsers
159
web_resultsetsize=900
160
161
# used for the setting the size of queryresult_string in queryresult table.
162
# the limit is 4000 for oracle
163
queryresult_string_length=4000
164
165 2424 sgarg
# the value of xml_returnfield.usage_count should be more than this value
166
# for records to be entered into xml_queryresult. so if you want results for
167
# any combination of returnfields to be stored in xml_queryresult only when
168
# that combination has been requested 50 times, set this value to 50
169
xml_returnfield_count=0
170
171 2156 costa
# Harvester properties
172
connectToMetacat=true
173
174
delay=0
175
176
harvesterAdministrator=name@institution.edu
177
178
logPeriod=90
179
180 2427 costa
maxHarvests=0
181 2156 costa
182
period=24
183
184
smtpServer=localhost
185
186
GetDocError=Error getting EML document from site,Error
187
188
GetDocSuccess=Success getting EML document from site,Debug
189
190
GetHarvestListError=Error getting harvest list from site,Error
191
192
GetHarvestListSuccess=Success getting harvest list from site,Debug
193
194
HarvesterStartup=Harvester start up,Info
195
196
HarvesterShutdown=Harvester shut down,Info
197
198
InsertDocError=Error inserting EML document to Metacat,Error
199
200
InsertDocSuccess=Success inserting EML document to Metacat,Info
201
202
MetacatHasDoc=Metacat already has this EML document,Warning
203
204
UpdateDocError=Error updating EML document to Metacat,Error
205
206
UpdateDocSuccess=Success updating EML document to Metacat,Info
207
208
ValidateDocError=Error validating EML docoument,Error
209
210
ValidateDocSuccess=Success validating EML document,Debug
211
212
ValidateHarvestListError=Error validating harvest list,Error
213
214
ValidateHarvestListSuccess=Success validating harvest list,Debug
215
216
# End of Harvester properties