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