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 or tomcat5
|
6
|
tomcatversion=tomcat5
|
7
|
webapps=/var/www/org.ecoinformatics.knb
|
8
|
context=knb
|
9
|
|
10
|
# Server Properties
|
11
|
# this server should be with ssl port if it is tomcat stand-alone
|
12
|
server=knb.ecoinformatics.org
|
13
|
# this server should be with http plaint port if it is tomcat stand-alone
|
14
|
httpserver=knb.ecoinformatics.org
|
15
|
|
16
|
# Installation directory for registry CGI scripts
|
17
|
inst.cgi.dir=/var/www/cgi-knb
|
18
|
cgi-prefix=http://knb.ecoinformatics.org/cgi-bin
|
19
|
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
|
database=oracle
|
24
|
|
25
|
# The JDBC connection string used to connect to the database
|
26
|
jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
|
27
|
#jdbc-connect=jdbc:postgresql://localhost/postgres
|
28
|
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433
|
29
|
|
30
|
# The base directory for locating JDBC jar files (not needed for postgresql)
|
31
|
jdbc_base=/usr/oracle/jdbc/lib
|
32
|
#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
|
user=metacat
|
36
|
password=yourPasswordHere
|
37
|
datafilepath=/var/metacat/data
|
38
|
inlinedatafilepath=/var/metacat/inline-data
|
39
|
|
40
|
# CVS access to retrieve latest EML
|
41
|
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs
|
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
|
#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
|
# The value should be in SHORT format (e.g. 2:00 AM) without date
|
56
|
# The first timed replication will start at the setting time which is
|
57
|
# shortest to the tomcat start time.
|
58
|
# 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
|
|
64
|
# The interval to next timed replication if timedreplication is on
|
65
|
# The value is in millisecond and default value is 48 hours
|
66
|
timedreplicationinterval=172800000
|
67
|
|
68
|
forcereplicationwaitingtime=30000
|
69
|
|
70
|
# Administrator accounts, in a colon separated list
|
71
|
administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|
72
|
|
73
|
# Moderator accounts, in a colon seperated list
|
74
|
moderators=cn=knb-prod,o=NCEAS,dc=ecoinformatics,dc=org
|
75
|
|
76
|
# Specify the list of users which should be allowed to submit documents.
|
77
|
# If no value is specified, all users will be allowed to submit documents.
|
78
|
allowedSubmitters=
|
79
|
|
80
|
# Specify the list of users which should not be allowed to submit documents.
|
81
|
# If no value is specified, all users will be allowed to submit documents.
|
82
|
deniedSubmitters=
|
83
|
|
84
|
## Metacat Spatial options
|
85
|
shapelib.dir=/home/harris/development/shapelib-1.2.10/
|