# Ant build properties files for the metacat build # Tomcat Properties tomcat=/usr/local/devtools/jakarta-tomcat deploy.dir=/var/www/org.ecoinformatics.knb #deploy.dir=${tomcat}/webapps # Tomcat version - tomcat4 or tomcat5 tomcatversion=tomcat5 # Servlet properties metacat.context=knb authority.context=authority # Server Properties config.hostname=knb.ecoinformatics.org config.port=80 config.port.https=443 # Server is the domain name for replication purpose, which should be with https port server=${config.hostname}:${config.port.https} httpserver=${config.hostname}:${config.port} http.protocol=http config.metacatserver=${http.protocol}://${httpserver}/${metacat.context}/metacat config.lsidauthority=ecoinformatics.org # Installation directory for registry CGI scripts inst.cgi.dir=/var/www/cgi-knb cgi-prefix=http://${httpserver}/cgi-bin ldapUrl=ldap://ldap.ecoinformatics.org/dc=ecoinformatics,dc=org # Select the database to use for metadata storage # Valid values are oracle, postgresql, sqlserver 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 jdbc-connect=jdbc:postgresql://localhost/metacat # 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 # Metacat database user and password and location of file stores user=metacat password=yourPasswordHere datafilepath=/var/metacat/data inlinedatafilepath=/var/metacat/inline-data # CVS access to retrieve latest EML cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs # Configure the installed skins, and select the default default-style=default # this is the url to the web context root for the knb site. # It is used for the qformat=knb skin only knb-site-url=http://knb.ecoinformatics.org #Turn off or on for timed replication #valide value is true or false timedreplication=false #replication log directory #log.dir=/var/log/tomcat log.dir=${tomcat}/logs # 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 # Administrator accounts, in a colon separated list administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org # Moderator accounts, in a colon seperated list moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org # Specify the list of users which should be allowed to submit documents. # If no value is specified, all users will be allowed to submit documents. allowedSubmitters= # Specify the list of users which should not be allowed to submit documents. # If no value is specified, all users will be allowed to submit documents. deniedSubmitters= ## 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 # Flag to install ecogird or not. Possible values are true or false install.ecogrid=false # The metacat current dir's abolute value. If you set install.ecogrid=false, this variable # do NOT need to be configured metacat.dir=/home/tao/project/metacat