# Ant build properties files for the metacat build #Version of this build metacat.version=1.9.0 # Tomcat dev deployment directory # build.tomcat.dir=/usr/local/tomcat build.tomcat.dir=/usr/local/devtools/jakarta-tomcat # dev-install ant target uses this to determine where to drop # the war file in a dev installation. Test classes will use # this value to find metacat.properties dev.deploy.dir=/usr/local/devtools/jakarta-tomcat/webapps # dev.deploy.dir=/usr/local/tomcat/webapps ## metacat.context will be used to name war only metacat.context=knb authority.context=authority # Server Properties http.protocol=http config.lsidauthority=ecoinformatics.org # Installation directory for registry CGI scripts inst.cgi.dir=/var/www/cgi-knb # Select the database to use for metadata storage # Valid values are oracle, postgresql, sqlserver # MCD the next line needs to go away #database=postgresql # The JDBC connection string used to connect to the database #jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb #jdbc-connect=jdbc:postgresql://localhost/postgres #jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433 # The base directory for locating JDBC jar files (not needed for postgresql) #jdbc.base=./lib #jdbc-base=F:\\Program Files\\Microsoft SQL Server 2000 Driver for JDBC\\lib #jdbc.lib.oracle=classes111.zip #jdbc.lib.postgres=postgresql-8.0-312.jdbc3.jar #jdbc.lib.sqlserver1=msbase.jar #jdbc.lib.sqlserver2=msutil.jar #jdbs.lib.sqlserver3=mssqlserver.jar # TODO SCW remove this, should be exposed in initial configuration temp-dir=/var/metacat/temporary # Registry & LDAP properties # This section can safely be ignored if installing Metacat without the Perl components # LDAP configuration ldap.context=unaffiliated ldap.url=ldap.ecoinformatics.org ldap.password=LDAP_PASSWORD_HERE # Installation directory for registry CGI scripts # SCW: these should be detokenized inst.cgi.dir=${deploy.dir}/${metacat.context}/cgi-bin cgi-prefix=http://${httpserver}/${metacat.context}/cgi-bin # SCW: Set the cgi-user, either here or in scripts to properly # set the permissions on the temporary folder; cgi-writable files cgi-user=www-data # CVS access to retrieve latest EML cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs #Turn off or on for timed replication #valide value is true or false timedreplication=false # The time for starting first timed replication if timedreplication is on # The value should be in SHORT format (e.g. 2:00 AM) without date # The first timed replication will start at the setting time which is # shortest to the tomcat start time. # Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM. # the first timed replication will start at 2:00 AM in the second day # If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first # replication will start at 2:00 PM in the same day. firsttimedreplication=10:00 PM # The interval to next timed replication if timedreplication is on # The value is in millisecond and default value is 48 hours timedreplicationinterval=172800000 forcereplicationwaitingtime=30000 ## Additional configuration options # you probably don't want or need to change these config.metadataLabelLsid=${config.lsidauthority} build.dir=build lsid.build.dir=${build.dir}/lsid lib.dir=lib lsid.lib.dir=${lib.dir}/lsid_lib lsid.classes.dir=edu/ucsb/nceas/metacat/lsid conf.dir=lib/lsid_conf services.dir=${conf.dir}/services webinf.dir=${conf.dir}/WEB-INF compile.debug=true compile.deprecation=false compile.optimize=true # paths to be indexed when document is inserted. these are the paths which will be searched often 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 # Flag to install ecogird or not. Possible values are true or false install.ecogrid=true # The metacat current dir's abolute value. If you set install.ecogrid=false, this variable # do NOT need to be configured #metacat.dir=/home/daigle/workspace/metacat