# Trying to create an Ant build properties files # Tomcat Properties tomcat=/usr/local/devtools/jakarta-tomcat # Tomcat version - tomcat3 or tomcat4 or tomcat5 tomcatversion=tomcat5 webapps=/var/www/org.ecoinformatics.knb context=knb # Server Properties # this server should be with ssl port if it is tomcat stand-alone server=knb.ecoinformatics.org # this server should be with http plaint port if it is tomcat stand-alone httpserver=knb.ecoinformatics.org # Installation directory for registry CGI scripts inst.cgi.dir=/var/www/cgi-knb cgi-prefix=http://knb.ecoinformatics.org/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=oracle # 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=/usr/oracle/jdbc/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=knb # 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 on, off timedreplication=off # 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= ## Metacat Spatial options shapelib.dir=/home/harris/development/shapelib-1.2.10/