Project

General

Profile

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 2228 2004-07-23 17:38:31Z sgarg $'
8

    
9
#
10

    
11
configured=false
12

    
13
version=1.3.1+
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
forcereplicationwaitingtime=@forcereplicationwaitingtime@
42

    
43
config-dir=@config-dir@
44

    
45
default-style=@default-style@
46

    
47
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
48

    
49
sitecode=nceas
50

    
51
accNumSeparator=.
52

    
53
saxparser=org.apache.xerces.parsers.SAXParser
54

    
55
servletpath=@servlet-path@
56

    
57
htmlpath=@html-path@
58

    
59
eml2_0_0namespace=@eml2_0_0namespace@
60

    
61
eml2_0_1namespace=@eml2_0_1namespace@
62

    
63
eml2_1_0namespace=@eml2_1_0namespace@
64

    
65
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
66

    
67
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
68

    
69
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
70

    
71
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
72

    
73
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
74

    
75
server=@server@
76

    
77
httpserver=@systemidserver@
78

    
79
junittesturl=@systemidserver@@servlet-path@
80

    
81
authclass=edu.ucsb.nceas.metacat.AuthLdap
82

    
83
ldapurl=ldap://ldap.ecoinformatics.org:389/
84

    
85
ldapsurl=ldap://ldap.ecoinformatics.org:389/
86

    
87
ldapbase=dc=ecoinformatics,dc=org
88

    
89
referral=follow
90

    
91
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
92

    
93
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
94

    
95
#ldapbase=o=NCEAS,c=US
96

    
97
deltaT=60
98

    
99
replicationpath=@replication-path@
100

    
101
replicationlog=@replication-log@
102

    
103
replicationerrorlog=@replicationerrorlog@
104

    
105
dtdPath=@install-dir@/dtd/
106

    
107
schemaPath=@install-dir@/schema/
108

    
109
dtdURL=@systemidserver@@html-path@/dtd/
110

    
111
schemaURL=@systemidserver@@html-path@/schema/
112

    
113
datafilepath=@datafilepath@
114

    
115
inlinedatafilepath=@inlinedatafilepath@
116

    
117
certPath=@install-dir@/
118

    
119
context=@context@
120

    
121
debuglevel=@debuglevel@
122

    
123
datafileflag=datafile
124

    
125
datafilesizelimit=1000
126

    
127
defaultcontenttype=@defaultcontenttype@
128

    
129
query.ignored.params=enableediting,foo
130

    
131
usexmlindex=false
132

    
133
resultsetsize=40
134

    
135
# Harvester properties
136

    
137
connectToMetacat=true
138

    
139
delay=0
140

    
141
harvesterAdministrator=name@institution.edu
142

    
143
logPeriod=90
144

    
145
maxHarvests=30
146

    
147
period=24
148

    
149
smtpServer=localhost
150

    
151
GetDocError=Error getting EML document from site,Error
152

    
153
GetDocSuccess=Success getting EML document from site,Debug
154

    
155
GetHarvestListError=Error getting harvest list from site,Error
156

    
157
GetHarvestListSuccess=Success getting harvest list from site,Debug
158

    
159
HarvesterStartup=Harvester start up,Info
160

    
161
HarvesterShutdown=Harvester shut down,Info
162

    
163
InsertDocError=Error inserting EML document to Metacat,Error
164

    
165
InsertDocSuccess=Success inserting EML document to Metacat,Info
166

    
167
MetacatHasDoc=Metacat already has this EML document,Warning
168

    
169
UpdateDocError=Error updating EML document to Metacat,Error
170

    
171
UpdateDocSuccess=Success updating EML document to Metacat,Info
172

    
173
ValidateDocError=Error validating EML docoument,Error
174

    
175
ValidateDocSuccess=Success validating EML document,Debug
176

    
177
ValidateHarvestListError=Error validating harvest list,Error
178

    
179
ValidateHarvestListSuccess=Success validating harvest list,Debug
180

    
181
# End of Harvester properties
(10-10/16)