Project

General

Profile

1
# Trying to create an Ant build properties files
2

    
3
# Tomcat Properties
4
tomcat=/usr/local/jakarta-tomcat
5
# Tomcat version - tomcat3 or tomcat4
6
tomcatversion=tomcat4
7
webapps=${tomcat}/webapps
8
context=catalog
9

    
10
# Server Properties
11
server=your.server.url.here:8080
12

    
13
# Installation directory for registry CGI scripts
14
inst.cgi.dir=/var/www/cgi-bin
15
cgi-prefix=http://snow.joneseckert.org/cgi-bin
16
ldapUrl=ldap://ldap.ecoinformatics.org/dc=ecoinformatics,dc=org
17

    
18
# Select the database to use for metadata storage
19
# Valid values are oracle, postgresql, sqlserver
20
database=oracle
21

    
22
# The JDBC connection string used to connect to the database
23
jdbc-connect=jdbc:oracle:thin:@dev.nceas.ucsb.edu:1521:exp
24
#jdbc-connect=jdbc:postgresql://localhost/postgres
25
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433
26

    
27
# The base directory for locating JDBC jar files (not needed for postgresql)
28
jdbc_base=/usr/local/oracle/8.1.6/jdbc/lib
29
#jdbc-base=F:\\Program Files\\Microsoft SQL Server 2000 Driver for JDBC\\lib
30

    
31
# Metacat database user and password and location of file stores
32
user=metacat
33
password=secret
34
datafilepath=/data/metacat
35
inlinedatafilepath=/data/metacat/inline
36

    
37
# CVS access to retrieve latest EML 
38
cvsroot=:ext:user@cvs.ecoinformatics.org:/cvs
39

    
40
# CVS access to retrieve latest conversion styles 
41
cvsroot-alternate=:ext:user@cvs.nceas.ucsb.edu:/cvs/pbi
42

    
43
# Configure the installed skins, and select the default
44
default-style=default
45

    
46
# this is the url to the web context root for the knb site. 
47
# It is used for the qformat=knb skin only
48
knb-site-url=http://anacapa.nceas.ucsb.edu:8080/knbweb
49

    
50
forcereplicationwaitingtime=30000
51

    
(3-3/5)