Project

General

Profile

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
# 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=knb
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
# CVS access to retrieve latest conversion styles 
44
cvsroot-alternate=:ext:${env.USER}@cvs.nceas.ucsb.edu:/cvs/pbi
45

    
46
# Configure the installed skins, and select the default
47
default-style=knb
48

    
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
knb-site-url=http://knb.ecoinformatics.org
52

    
53
forcereplicationwaitingtime=30000
54

    
55
# Administrator accounts, in a colon separated list
56
administrators=uid=jones,o=NCEAS,dc=ecoinformatics,dc=org
(3-3/5)