# Trying to create an Ant build properties files # Tomcat Properties tomcat=/usr/local/devtools/jakarta-tomcat # Tomcat version - tomcat3 or tomcat4 tomcatversion=tomcat4 webapps=${tomcat}/webapps context=knb # Server Properties server=snow.joneseckert.org: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=postgresql # 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/metacat #jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433 # The base directory for locating JDBC jar files 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=postgresdbuser password=postgrespassword datafilepath=/var/metacat/data inlinedatafilepath=/var/metacat/inline-data # CVS access to retrieve latest EML cvsroot=:ext:jones@cvs.ecoinformatics.org:/cvs # CVS access to retrieve latest conversion styles cvsroot-alternate=:ext:jones@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