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