Project

General

Profile

1 1929 brooke
# Trying to create an Ant build properties files
2
3
# Tomcat Properties
4 1943 brooke
tomcat=/usr/local/devtools/jakarta-tomcat
5 1929 brooke
# Tomcat version - tomcat3 or tomcat4
6
tomcatversion=tomcat4
7 1943 brooke
webapps=/var/www/org.ecoinformatics.knb
8
context=knb
9 1929 brooke
10
# Server Properties
11 1943 brooke
server=knb.ecoinformatics.org
12 1929 brooke
13
# Installation directory for registry CGI scripts
14 1943 brooke
inst.cgi.dir=/var/www/cgi-knb
15
cgi-prefix=http://knb.ecoinformatics.org/cgi-bin
16 1929 brooke
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 1943 brooke
jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
24 1929 brooke
#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 1943 brooke
jdbc_base=/usr/oracle/jdbc/lib
29 1929 brooke
#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 1943 brooke
user=knb
33
password=yourPasswordHere
34
datafilepath=/var/metacat/data
35
inlinedatafilepath=/var/metacat/inline-data
36 1929 brooke
37
# CVS access to retrieve latest EML
38 1943 brooke
cvsroot=:ext:brooke@cvs.ecoinformatics.org:/cvs
39 1929 brooke
40
# CVS access to retrieve latest conversion styles
41 1943 brooke
cvsroot-alternate=:ext:brooke@cvs.nceas.ucsb.edu:/cvs/pbi
42 1929 brooke
43
# Configure the installed skins, and select the default
44 1943 brooke
default-style=knb
45 1929 brooke
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 1943 brooke
knb-site-url=http://knb.ecoinformatics.org
49 1929 brooke
50
forcereplicationwaitingtime=30000