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 2174 2004-05-29 00:47:21Z 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_1_0namespace=@eml2_1_0namespace@
62

    
63
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
64

    
65
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
66

    
67
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
68

    
69
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
70

    
71
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
72

    
73
server=@server@
74

    
75
httpserver=@systemidserver@
76

    
77
junittesturl=@systemidserver@@servlet-path@
78

    
79
authclass=edu.ucsb.nceas.metacat.AuthLdap
80

    
81
ldapurl=ldap://ldap.ecoinformatics.org:389/
82

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

    
85
ldapbase=dc=ecoinformatics,dc=org
86

    
87
referral=follow
88

    
89
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
90

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

    
93
#ldapbase=o=NCEAS,c=US
94

    
95
deltaT=60
96

    
97
replicationpath=@replication-path@
98

    
99
replicationlog=@replication-log@
100

    
101
replicationerrorlog=@replicationerrorlog@
102

    
103
dtdPath=@install-dir@/dtd/
104

    
105
schemaPath=@install-dir@/schema/
106

    
107
dtdURL=@systemidserver@@html-path@/dtd/
108

    
109
schemaURL=@systemidserver@@html-path@/schema/
110

    
111
datafilepath=@datafilepath@
112

    
113
inlinedatafilepath=@inlinedatafilepath@
114

    
115
certPath=@install-dir@/
116

    
117
context=@context@
118

    
119
debuglevel=@debuglevel@
120

    
121
datafileflag=datafile
122

    
123
datafilesizelimit=1000
124

    
125
defaultcontenttype=@defaultcontenttype@
126

    
127
query.ignored.params=enableediting,foo
128

    
129
usexmlindex=false
130

    
131
resultsetsize=40
132

    
133
# Harvester properties
134

    
135
connectToMetacat=true
136

    
137
delay=0
138

    
139
harvesterAdministrator=name@institution.edu
140

    
141
logPeriod=90
142

    
143
maxHarvests=30
144

    
145
period=24
146

    
147
smtpServer=localhost
148

    
149
GetDocError=Error getting EML document from site,Error
150

    
151
GetDocSuccess=Success getting EML document from site,Debug
152

    
153
GetHarvestListError=Error getting harvest list from site,Error
154

    
155
GetHarvestListSuccess=Success getting harvest list from site,Debug
156

    
157
HarvesterStartup=Harvester start up,Info
158

    
159
HarvesterShutdown=Harvester shut down,Info
160

    
161
InsertDocError=Error inserting EML document to Metacat,Error
162

    
163
InsertDocSuccess=Success inserting EML document to Metacat,Info
164

    
165
MetacatHasDoc=Metacat already has this EML document,Warning
166

    
167
UpdateDocError=Error updating EML document to Metacat,Error
168

    
169
UpdateDocSuccess=Success updating EML document to Metacat,Info
170

    
171
ValidateDocError=Error validating EML docoument,Error
172

    
173
ValidateDocSuccess=Success validating EML document,Debug
174

    
175
ValidateHarvestListError=Error validating harvest list,Error
176

    
177
ValidateHarvestListSuccess=Success validating harvest list,Debug
178

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