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 2071 jones
webapps=/var/www/org.ecoinformatics.knb
8 1943 brooke
context=knb
9 1929 brooke
10
# Server Properties
11 2071 jones
server=knb.ecoinformatics.org
12 1929 brooke
13
# Installation directory for registry CGI scripts
14 2071 jones
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 2071 jones
database=oracle
21 1929 brooke
22
# The JDBC connection string used to connect to the database
23 2071 jones
jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
24
#jdbc-connect=jdbc:postgresql://localhost/postgres
25 1929 brooke
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433
26
27 2071 jones
# The base directory for locating JDBC jar files (not needed for postgresql)
28
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 2071 jones
user=knb
33
password=yourPasswordHere
34 1943 brooke
datafilepath=/var/metacat/data
35
inlinedatafilepath=/var/metacat/inline-data
36 1929 brooke
37
# CVS access to retrieve latest EML
38 2071 jones
cvsroot=:ext:brooke@cvs.ecoinformatics.org:/cvs
39 1929 brooke
40
# CVS access to retrieve latest conversion styles
41 2071 jones
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