# Trying to create an Ant build properties files # Tomcat Properties tomcat=/usr/local/devtools/jakarta-tomcat # Tomcat version - tomcat3 or tomcat4 tomcatversion=tomcat4 webapps=/var/www/org.ecoinformatics.knb context=knb # Server Properties server=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=knb password=yourPasswordHere datafilepath=/var/metacat/data inlinedatafilepath=/var/metacat/inline-data # CVS access to retrieve latest EML cvsroot=:ext:brooke@cvs.ecoinformatics.org:/cvs # CVS access to retrieve latest conversion styles cvsroot-alternate=:ext:brooke@cvs.nceas.ucsb.edu:/cvs/pbi # 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 forcereplicationwaitingtime=30000