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 |
2468
|
sgarg
|
# Tomcat version - tomcat3 or tomcat4 or tomcat5
|
6 |
|
|
tomcatversion=tomcat5
|
7 |
2071
|
jones
|
webapps=/var/www/org.ecoinformatics.knb
|
8 |
1943
|
brooke
|
context=knb
|
9 |
1929
|
brooke
|
|
10 |
|
|
# Server Properties
|
11 |
2181
|
tao
|
# this server should be with ssl port if it is tomcat stand-alone
|
12 |
2071
|
jones
|
server=knb.ecoinformatics.org
|
13 |
2181
|
tao
|
# this server should be with http plaint port if it is tomcat stand-alone
|
14 |
|
|
httpserver=knb.ecoinformatics.org
|
15 |
1929
|
brooke
|
|
16 |
|
|
# Installation directory for registry CGI scripts
|
17 |
2071
|
jones
|
inst.cgi.dir=/var/www/cgi-knb
|
18 |
|
|
cgi-prefix=http://knb.ecoinformatics.org/cgi-bin
|
19 |
1929
|
brooke
|
ldapUrl=ldap://ldap.ecoinformatics.org/dc=ecoinformatics,dc=org
|
20 |
|
|
|
21 |
|
|
# Select the database to use for metadata storage
|
22 |
|
|
# Valid values are oracle, postgresql, sqlserver
|
23 |
2071
|
jones
|
database=oracle
|
24 |
1929
|
brooke
|
|
25 |
|
|
# The JDBC connection string used to connect to the database
|
26 |
2071
|
jones
|
jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
|
27 |
|
|
#jdbc-connect=jdbc:postgresql://localhost/postgres
|
28 |
1929
|
brooke
|
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433
|
29 |
|
|
|
30 |
2071
|
jones
|
# The base directory for locating JDBC jar files (not needed for postgresql)
|
31 |
|
|
jdbc_base=/usr/oracle/jdbc/lib
|
32 |
1929
|
brooke
|
#jdbc-base=F:\\Program Files\\Microsoft SQL Server 2000 Driver for JDBC\\lib
|
33 |
|
|
|
34 |
|
|
# Metacat database user and password and location of file stores
|
35 |
2460
|
sgarg
|
user=metacat
|
36 |
2071
|
jones
|
password=yourPasswordHere
|
37 |
1943
|
brooke
|
datafilepath=/var/metacat/data
|
38 |
|
|
inlinedatafilepath=/var/metacat/inline-data
|
39 |
1929
|
brooke
|
|
40 |
|
|
# CVS access to retrieve latest EML
|
41 |
2213
|
jones
|
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
|
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 |
2550
|
tao
|
#Turn off or on for timed replication
|
51 |
|
|
#valide value is on, off
|
52 |
|
|
timedreplication=off
|
53 |
|
|
|
54 |
|
|
# The time for starting first timed replication if timedreplication is on
|
55 |
2553
|
tao
|
# The value should be in SHORT format (e.g. 2:00 AM) without date
|
56 |
2550
|
tao
|
# The first timed replication will start at the setting time which is
|
57 |
|
|
# shortest to the tomcat start time.
|
58 |
2553
|
tao
|
# Fox example, if the setting is 2:00 AM and tomcat was started at 8:00 AM.
|
59 |
|
|
# the first timed replication will start at 2:00 AM in the second day
|
60 |
|
|
# If the setting is 2:00 PM and tomcat was started at 8:00 AM, the first
|
61 |
|
|
# replication will start at 2:00 PM in the same day.
|
62 |
|
|
firsttimedreplication=10:00 PM
|
63 |
2550
|
tao
|
|
64 |
|
|
# The interval to next timed replication if timedreplication is on
|
65 |
|
|
# The value is in mini second and default value is 48 hours
|
66 |
|
|
timedreplicationinterval=172800000
|
67 |
|
|
|
68 |
1929
|
brooke
|
forcereplicationwaitingtime=30000
|
69 |
|
|
|
70 |
2308
|
jones
|
# Administrator accounts, in a colon separated list
|
71 |
|
|
administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|