Revision 1943
Added by brooke almost 21 years ago
build.properties | ||
---|---|---|
1 | 1 |
# Trying to create an Ant build properties files |
2 | 2 |
|
3 | 3 |
# Tomcat Properties |
4 |
tomcat=/usr/local/jakarta-tomcat |
|
4 |
tomcat=/usr/local/devtools/jakarta-tomcat
|
|
5 | 5 |
# Tomcat version - tomcat3 or tomcat4 |
6 | 6 |
tomcatversion=tomcat4 |
7 |
webapps=${tomcat}/webapps
|
|
8 |
context=catalog
|
|
7 |
webapps=/var/www/org.ecoinformatics.knb
|
|
8 |
context=knb
|
|
9 | 9 |
|
10 | 10 |
# Server Properties |
11 |
server=your.server.url.here:8080
|
|
11 |
server=knb.ecoinformatics.org
|
|
12 | 12 |
|
13 | 13 |
# Installation directory for registry CGI scripts |
14 |
inst.cgi.dir=/var/www/cgi-bin
|
|
15 |
cgi-prefix=http://snow.joneseckert.org/cgi-bin
|
|
14 |
inst.cgi.dir=/var/www/cgi-knb
|
|
15 |
cgi-prefix=http://knb.ecoinformatics.org/cgi-bin
|
|
16 | 16 |
ldapUrl=ldap://ldap.ecoinformatics.org/dc=ecoinformatics,dc=org |
17 | 17 |
|
18 | 18 |
# Select the database to use for metadata storage |
... | ... | |
20 | 20 |
database=oracle |
21 | 21 |
|
22 | 22 |
# The JDBC connection string used to connect to the database |
23 |
jdbc-connect=jdbc:oracle:thin:@dev.nceas.ucsb.edu:1521:exp
|
|
23 |
jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
|
|
24 | 24 |
#jdbc-connect=jdbc:postgresql://localhost/postgres |
25 | 25 |
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433 |
26 | 26 |
|
27 | 27 |
# The base directory for locating JDBC jar files (not needed for postgresql) |
28 |
jdbc_base=/usr/local/oracle/8.1.6/jdbc/lib
|
|
28 |
jdbc_base=/usr/oracle/jdbc/lib
|
|
29 | 29 |
#jdbc-base=F:\\Program Files\\Microsoft SQL Server 2000 Driver for JDBC\\lib |
30 | 30 |
|
31 | 31 |
# Metacat database user and password and location of file stores |
32 |
user=metacat
|
|
33 |
password=secret
|
|
34 |
datafilepath=/data/metacat
|
|
35 |
inlinedatafilepath=/data/metacat/inline
|
|
32 |
user=knb
|
|
33 |
password=yourPasswordHere
|
|
34 |
datafilepath=/var/metacat/data
|
|
35 |
inlinedatafilepath=/var/metacat/inline-data
|
|
36 | 36 |
|
37 | 37 |
# CVS access to retrieve latest EML |
38 |
cvsroot=:ext:user@cvs.ecoinformatics.org:/cvs
|
|
38 |
cvsroot=:ext:brooke@cvs.ecoinformatics.org:/cvs
|
|
39 | 39 |
|
40 | 40 |
# CVS access to retrieve latest conversion styles |
41 |
cvsroot-alternate=:ext:user@cvs.nceas.ucsb.edu:/cvs/pbi
|
|
41 |
cvsroot-alternate=:ext:brooke@cvs.nceas.ucsb.edu:/cvs/pbi
|
|
42 | 42 |
|
43 | 43 |
# Configure the installed skins, and select the default |
44 |
default-style=default
|
|
44 |
default-style=knb
|
|
45 | 45 |
|
46 | 46 |
# this is the url to the web context root for the knb site. |
47 | 47 |
# It is used for the qformat=knb skin only |
48 |
knb-site-url=http://anacapa.nceas.ucsb.edu:8080/knbweb
|
|
48 |
knb-site-url=http://knb.ecoinformatics.org
|
|
49 | 49 |
|
50 | 50 |
forcereplicationwaitingtime=30000 |
51 | 51 |
|
Also available in: Unified diff
build props for production metacat on ecoinfo