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 |
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 |
|
|
# CVS access to retrieve latest conversion styles
|
44 |
2213
|
jones
|
cvsroot-alternate=:ext:${env.USER}@cvs.nceas.ucsb.edu:/cvs/pbi
|
45 |
1929
|
brooke
|
|
46 |
|
|
# Configure the installed skins, and select the default
|
47 |
1943
|
brooke
|
default-style=knb
|
48 |
1929
|
brooke
|
|
49 |
|
|
# this is the url to the web context root for the knb site.
|
50 |
|
|
# It is used for the qformat=knb skin only
|
51 |
1943
|
brooke
|
knb-site-url=http://knb.ecoinformatics.org
|
52 |
1929
|
brooke
|
|
53 |
|
|
forcereplicationwaitingtime=30000
|
54 |
|
|
|
55 |
2308
|
jones
|
# Administrator accounts, in a colon separated list
|
56 |
|
|
administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
|