1 |
2737
|
jones
|
# Ant build properties files for the metacat build
|
2 |
1929
|
brooke
|
|
3 |
4080
|
daigle
|
#Version of this build
|
4 |
|
|
metacat.version=1.9.0
|
5 |
2737
|
jones
|
|
6 |
4080
|
daigle
|
# Tomcat dev deployment directory
|
7 |
4086
|
daigle
|
# build.tomcat.dir=/usr/local/tomcat
|
8 |
|
|
build.tomcat.dir=/usr/local/devtools/jakarta-tomcat
|
9 |
1929
|
brooke
|
|
10 |
4099
|
daigle
|
# dev-install ant target uses this to determine where to drop
|
11 |
|
|
# the war file in a dev installation. Test classes will use
|
12 |
|
|
# this value to find metacat.properties
|
13 |
4114
|
daigle
|
dev.deploy.dir=/usr/local/devtools/jakarta-tomcat/webapps
|
14 |
|
|
# dev.deploy.dir=/usr/local/tomcat/webapps
|
15 |
4080
|
daigle
|
|
16 |
|
|
## metacat.context will be used to name war only
|
17 |
3994
|
berkley
|
metacat.context=knb
|
18 |
2737
|
jones
|
authority.context=authority
|
19 |
|
|
|
20 |
1929
|
brooke
|
# Server Properties
|
21 |
2974
|
jones
|
http.protocol=http
|
22 |
2737
|
jones
|
config.lsidauthority=ecoinformatics.org
|
23 |
1929
|
brooke
|
|
24 |
|
|
# Installation directory for registry CGI scripts
|
25 |
2071
|
jones
|
inst.cgi.dir=/var/www/cgi-knb
|
26 |
1929
|
brooke
|
|
27 |
|
|
# Select the database to use for metadata storage
|
28 |
|
|
# Valid values are oracle, postgresql, sqlserver
|
29 |
4080
|
daigle
|
# MCD the next line needs to go away
|
30 |
4099
|
daigle
|
#database=postgresql
|
31 |
1929
|
brooke
|
|
32 |
|
|
# The JDBC connection string used to connect to the database
|
33 |
2737
|
jones
|
#jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
|
34 |
2071
|
jones
|
#jdbc-connect=jdbc:postgresql://localhost/postgres
|
35 |
1929
|
brooke
|
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433
|
36 |
|
|
|
37 |
2071
|
jones
|
# The base directory for locating JDBC jar files (not needed for postgresql)
|
38 |
4099
|
daigle
|
#jdbc.base=./lib
|
39 |
1929
|
brooke
|
#jdbc-base=F:\\Program Files\\Microsoft SQL Server 2000 Driver for JDBC\\lib
|
40 |
4099
|
daigle
|
#jdbc.lib.oracle=classes111.zip
|
41 |
|
|
#jdbc.lib.postgres=postgresql-8.0-312.jdbc3.jar
|
42 |
|
|
#jdbc.lib.sqlserver1=msbase.jar
|
43 |
|
|
#jdbc.lib.sqlserver2=msutil.jar
|
44 |
|
|
#jdbs.lib.sqlserver3=mssqlserver.jar
|
45 |
1929
|
brooke
|
|
46 |
4080
|
daigle
|
# TODO SCW remove this, should be exposed in initial configuration
|
47 |
|
|
temp-dir=/var/metacat/temporary
|
48 |
1929
|
brooke
|
|
49 |
4080
|
daigle
|
# Registry & LDAP properties
|
50 |
|
|
# This section can safely be ignored if installing Metacat without the Perl components
|
51 |
|
|
# LDAP configuration
|
52 |
|
|
ldap.context=unaffiliated
|
53 |
|
|
ldap.url=ldap.ecoinformatics.org
|
54 |
|
|
ldap.password=LDAP_PASSWORD_HERE
|
55 |
|
|
|
56 |
|
|
# Installation directory for registry CGI scripts
|
57 |
|
|
# SCW: these should be detokenized
|
58 |
|
|
inst.cgi.dir=${deploy.dir}/${metacat.context}/cgi-bin
|
59 |
|
|
cgi-prefix=http://${httpserver}/${metacat.context}/cgi-bin
|
60 |
|
|
|
61 |
|
|
# SCW: Set the cgi-user, either here or in scripts to properly
|
62 |
|
|
# set the permissions on the temporary folder; cgi-writable files
|
63 |
|
|
cgi-user=www-data
|
64 |
|
|
|
65 |
1929
|
brooke
|
# CVS access to retrieve latest EML
|
66 |
2213
|
jones
|
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
|
67 |
1929
|
brooke
|
|
68 |
2550
|
tao
|
#Turn off or on for timed replication
|
69 |
3139
|
tao
|
#valide value is true or false
|
70 |
|
|
timedreplication=false
|
71 |
2550
|
tao
|
|
72 |
|
|
# The time for starting first timed replication if timedreplication is on
|
73 |
2553
|
tao
|
# The value should be in SHORT format (e.g. 2:00 AM) without date
|
74 |
2550
|
tao
|
# The first timed replication will start at the setting time which is
|
75 |
|
|
# shortest to the tomcat start time.
|
76 |
2553
|
tao
|
# Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM.
|
77 |
|
|
# the first timed replication will start at 2:00 AM in the second day
|
78 |
|
|
# If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first
|
79 |
|
|
# replication will start at 2:00 PM in the same day.
|
80 |
|
|
firsttimedreplication=10:00 PM
|
81 |
2550
|
tao
|
|
82 |
|
|
# The interval to next timed replication if timedreplication is on
|
83 |
2569
|
tao
|
# The value is in millisecond and default value is 48 hours
|
84 |
2550
|
tao
|
timedreplicationinterval=172800000
|
85 |
|
|
|
86 |
1929
|
brooke
|
forcereplicationwaitingtime=30000
|
87 |
|
|
|
88 |
2737
|
jones
|
## Additional configuration options
|
89 |
|
|
# you probably don't want or need to change these
|
90 |
|
|
config.metadataLabelLsid=${config.lsidauthority}
|
91 |
|
|
build.dir=build
|
92 |
|
|
lsid.build.dir=${build.dir}/lsid
|
93 |
|
|
lib.dir=lib
|
94 |
|
|
lsid.lib.dir=${lib.dir}/lsid_lib
|
95 |
|
|
lsid.classes.dir=edu/ucsb/nceas/metacat/lsid
|
96 |
|
|
conf.dir=lib/lsid_conf
|
97 |
|
|
services.dir=${conf.dir}/services
|
98 |
|
|
webinf.dir=${conf.dir}/WEB-INF
|
99 |
|
|
|
100 |
|
|
compile.debug=true
|
101 |
|
|
compile.deprecation=false
|
102 |
|
|
compile.optimize=true
|
103 |
2872
|
sgarg
|
|
104 |
|
|
# paths to be indexed when document is inserted. these are the paths which will be searched often
|
105 |
4010
|
tao
|
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
|
106 |
2872
|
sgarg
|
|
107 |
2964
|
tao
|
# Flag to install ecogird or not. Possible values are true or false
|
108 |
2958
|
tao
|
install.ecogrid=false
|
109 |
3034
|
perry
|
|
110 |
2964
|
tao
|
# The metacat current dir's abolute value. If you set install.ecogrid=false, this variable
|
111 |
|
|
# do NOT need to be configured
|
112 |
4080
|
daigle
|
metacat.dir=/home/daigle/workspace/metacat
|