# Trying to create an Ant build properties files # Tomcat Properties tomcat=/usr/local/jakarta-tomcat # Tomcat version - tomcat3 or tomcat4 tomcatversion=tomcat4 webapps=${tomcat}/webapps context=catalog # Server Properties server=your.server.url.here:8080 # Installation directory for registry CGI scripts inst.cgi.dir=/var/www/cgi-bin cgi-prefix=http://snow.joneseckert.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:@dev.nceas.ucsb.edu:1521:exp #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/local/oracle/8.1.6/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=secret datafilepath=/data/metacat inlinedatafilepath=/data/metacat/inline # CVS access to retrieve latest EML cvsroot=:ext:user@cvs.ecoinformatics.org:/cvs # CVS access to retrieve latest conversion styles cvsroot-alternate=:ext:user@cvs.nceas.ucsb.edu:/cvs/pbi # 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://anacapa.nceas.ucsb.edu:8080/knbweb forcereplicationwaitingtime=30000