1
|
# Ant build properties files for the metacat build
|
2
|
|
3
|
#Version of this build. This needs to be a dotted numeric version. For
|
4
|
#instance 1.9.1 is okay. 1.9.1_rc1 is not.
|
5
|
metacat.version=1.9.0
|
6
|
|
7
|
#This is for display purposes. leave it blank for final production release.
|
8
|
metacat.releaseInfo=Release Candidate 1
|
9
|
|
10
|
# Tomcat dev deployment directory
|
11
|
# build.tomcat.dir=/usr/local/tomcat
|
12
|
build.tomcat.dir=/usr/local/devtools/jakarta-tomcat
|
13
|
|
14
|
# dev-install ant target uses this to determine where to drop
|
15
|
# the war file in a dev installation. Test classes will use
|
16
|
# this value to find metacat.properties
|
17
|
dev.deploy.dir=/usr/local/devtools/jakarta-tomcat/webapps
|
18
|
# dev.deploy.dir=/usr/local/tomcat/webapps
|
19
|
|
20
|
## metacat.context will be used to name war only
|
21
|
metacat.context=knb
|
22
|
authority.context=authority
|
23
|
|
24
|
# Server Properties
|
25
|
http.protocol=http
|
26
|
config.lsidauthority=ecoinformatics.org
|
27
|
|
28
|
# Installation directory for registry CGI scripts
|
29
|
inst.cgi.dir=/var/www/cgi-knb
|
30
|
|
31
|
# Select the database to use for metadata storage
|
32
|
# Valid values are oracle, postgresql, sqlserver
|
33
|
# MCD the next line needs to go away
|
34
|
#database=postgresql
|
35
|
|
36
|
# The JDBC connection string used to connect to the database
|
37
|
#jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
|
38
|
#jdbc-connect=jdbc:postgresql://localhost/postgres
|
39
|
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433
|
40
|
|
41
|
# The base directory for locating JDBC jar files (not needed for postgresql)
|
42
|
#jdbc.base=./lib
|
43
|
#jdbc-base=F:\\Program Files\\Microsoft SQL Server 2000 Driver for JDBC\\lib
|
44
|
#jdbc.lib.oracle=classes111.zip
|
45
|
#jdbc.lib.postgres=postgresql-8.0-312.jdbc3.jar
|
46
|
#jdbc.lib.sqlserver1=msbase.jar
|
47
|
#jdbc.lib.sqlserver2=msutil.jar
|
48
|
#jdbs.lib.sqlserver3=mssqlserver.jar
|
49
|
|
50
|
# TODO SCW remove this, should be exposed in initial configuration
|
51
|
temp-dir=/var/metacat/temporary
|
52
|
|
53
|
# Registry & LDAP properties
|
54
|
# This section can safely be ignored if installing Metacat without the Perl components
|
55
|
# LDAP configuration
|
56
|
ldap.context=unaffiliated
|
57
|
ldap.url=ldap.ecoinformatics.org
|
58
|
ldap.password=LDAP_PASSWORD_HERE
|
59
|
|
60
|
# Installation directory for registry CGI scripts
|
61
|
# SCW: these should be detokenized
|
62
|
inst.cgi.dir=${deploy.dir}/${metacat.context}/cgi-bin
|
63
|
cgi-prefix=http://${httpserver}/${metacat.context}/cgi-bin
|
64
|
|
65
|
# SCW: Set the cgi-user, either here or in scripts to properly
|
66
|
# set the permissions on the temporary folder; cgi-writable files
|
67
|
cgi-user=www-data
|
68
|
|
69
|
# CVS access to retrieve latest EML
|
70
|
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
|
71
|
|
72
|
#Turn off or on for timed replication
|
73
|
#valide value is true or false
|
74
|
timedreplication=false
|
75
|
|
76
|
# The time for starting first timed replication if timedreplication is on
|
77
|
# The value should be in SHORT format (e.g. 2:00 AM) without date
|
78
|
# The first timed replication will start at the setting time which is
|
79
|
# shortest to the tomcat start time.
|
80
|
# Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM.
|
81
|
# the first timed replication will start at 2:00 AM in the second day
|
82
|
# If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first
|
83
|
# replication will start at 2:00 PM in the same day.
|
84
|
firsttimedreplication=10:00 PM
|
85
|
|
86
|
# The interval to next timed replication if timedreplication is on
|
87
|
# The value is in millisecond and default value is 48 hours
|
88
|
timedreplicationinterval=172800000
|
89
|
|
90
|
forcereplicationwaitingtime=30000
|
91
|
|
92
|
## Additional configuration options
|
93
|
# you probably don't want or need to change these
|
94
|
config.metadataLabelLsid=${config.lsidauthority}
|
95
|
build.dir=build
|
96
|
lsid.build.dir=${build.dir}/lsid
|
97
|
lib.dir=lib
|
98
|
lsid.lib.dir=${lib.dir}/lsid_lib
|
99
|
lsid.classes.dir=edu/ucsb/nceas/metacat/lsid
|
100
|
conf.dir=lib/lsid_conf
|
101
|
services.dir=${conf.dir}/services
|
102
|
webinf.dir=${conf.dir}/WEB-INF
|
103
|
|
104
|
compile.debug=true
|
105
|
compile.deprecation=false
|
106
|
compile.optimize=true
|
107
|
|
108
|
# paths to be indexed when document is inserted. these are the paths which will be searched often
|
109
|
indexPaths=organizationName,originator/individualName/surName,originator/individualName/givenName,originator/organizationName,creator/individualName/surName,creator/individualName/givenName,creator/organizationName,dataset/title,keyword,geographicCoverage/boundingCoordinates/northBoundingCoordinate,geographicCoverage/boundingCoordinates/southBoundingCoordinate,geographicCoverage/boundingCoordinates/westBoundingCoordinate,geographicCoverage/boundingCoordinates/eastBoundingCoordinate,eastBoundingCoordinate,title,entityName,individualName/surName,abstract/para,surName,givenName,para,geographicDescription,literalLayout,eastbc,northbc,westbc,southbc,dataset/access/allow/principal,entityName,taxonRankValue,dataset/dataTable/physical/distribution/online/url,dataset/spatialRaster/physical/distribution/online/url,@packageId,/reviewHistory/review/packageId,EcogridRegEntry/description,EcogridRegEntry/serviceName,EcogridRegEntry/endPoint,associatedParty/individualName/surName,associatedParty/organizationName,coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName,coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName,coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName,placekey,idinfo/citation/citeinfo/title,idinfo/citation/citeinfo/origin,idinfo/keywords/theme/themekey,abstract,dataset/dataTable/physical/distribution/online/url/@function,dataset/spatialRaster/physical/distribution/online/url/@function,taxonomicClassification/taxonRankValue,taxonomicClassification/taxonRankName,northBoundingCoordinate,southBoundingCoordinate,westBoundingCoordinate,eastBoundingCoordinate,additionalMetadata/moderatorComment
|
110
|
|
111
|
# Flag to install ecogird or not. Possible values are true or false
|
112
|
install.ecogrid=true
|
113
|
|
114
|
# The metacat current dir's abolute value. If you set install.ecogrid=false, this variable
|
115
|
# do NOT need to be configured
|
116
|
#metacat.dir=/home/daigle/workspace/metacat
|
117
|
|