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 2156 2004-05-04 16:21:33Z costa $'
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
eml2namespace=@eml2namespace@
60

    
61
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
62

    
63
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
64

    
65
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
66

    
67
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
68

    
69
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
70

    
71
server=@server@
72

    
73
httpserver=@systemidserver@
74

    
75
junittesturl=@systemidserver@@servlet-path@
76

    
77
authclass=edu.ucsb.nceas.metacat.AuthLdap
78

    
79
ldapurl=ldap://ldap.ecoinformatics.org:389/
80

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

    
83
ldapbase=dc=ecoinformatics,dc=org
84

    
85
referral=follow
86

    
87
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
88

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

    
91
#ldapbase=o=NCEAS,c=US
92

    
93
deltaT=60
94

    
95
replicationpath=@replication-path@
96

    
97
replicationlog=@replication-log@
98

    
99
replicationerrorlog=@replicationerrorlog@
100

    
101
dtdPath=@install-dir@/dtd/
102

    
103
schemaPath=@install-dir@/schema/
104

    
105
dtdURL=@systemidserver@@html-path@/dtd/
106

    
107
schemaURL=@systemidserver@@html-path@/schema/
108

    
109
datafilepath=@datafilepath@
110

    
111
inlinedatafilepath=@inlinedatafilepath@
112

    
113
certPath=@install-dir@/
114

    
115
context=@context@
116

    
117
debuglevel=@debuglevel@
118

    
119
datafileflag=datafile
120

    
121
datafilesizelimit=1000
122

    
123
defaultcontenttype=@defaultcontenttype@
124

    
125
query.ignored.params=enableediting,foo
126

    
127
usexmlindex=false
128

    
129
resultsetsize=40
130

    
131
# Harvester properties
132

    
133
connectToMetacat=true
134

    
135
delay=0
136

    
137
harvesterAdministrator=name@institution.edu
138

    
139
logPeriod=90
140

    
141
maxHarvests=30
142

    
143
period=24
144

    
145
smtpServer=localhost
146

    
147
GetDocError=Error getting EML document from site,Error
148

    
149
GetDocSuccess=Success getting EML document from site,Debug
150

    
151
GetHarvestListError=Error getting harvest list from site,Error
152

    
153
GetHarvestListSuccess=Success getting harvest list from site,Debug
154

    
155
HarvesterStartup=Harvester start up,Info
156

    
157
HarvesterShutdown=Harvester shut down,Info
158

    
159
InsertDocError=Error inserting EML document to Metacat,Error
160

    
161
InsertDocSuccess=Success inserting EML document to Metacat,Info
162

    
163
MetacatHasDoc=Metacat already has this EML document,Warning
164

    
165
UpdateDocError=Error updating EML document to Metacat,Error
166

    
167
UpdateDocSuccess=Success updating EML document to Metacat,Info
168

    
169
ValidateDocError=Error validating EML docoument,Error
170

    
171
ValidateDocSuccess=Success validating EML document,Debug
172

    
173
ValidateHarvestListError=Error validating harvest list,Error
174

    
175
ValidateHarvestListSuccess=Success validating harvest list,Debug
176

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