Revision 2071
Added by Matt Jones over 20 years ago
build.properties | ||
---|---|---|
4 | 4 |
tomcat=/usr/local/devtools/jakarta-tomcat |
5 | 5 |
# Tomcat version - tomcat3 or tomcat4 |
6 | 6 |
tomcatversion=tomcat4 |
7 |
webapps=${tomcat}/webapps
|
|
7 |
webapps=/var/www/org.ecoinformatics.knb
|
|
8 | 8 |
context=knb |
9 | 9 |
|
10 | 10 |
# Server Properties |
11 |
server=snow.joneseckert.org: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 |
19 | 19 |
# Valid values are oracle, postgresql, sqlserver |
20 |
database=postgresql
|
|
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
|
|
24 |
jdbc-connect=jdbc:postgresql://localhost/metacat
|
|
23 |
jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
|
|
24 |
#jdbc-connect=jdbc:postgresql://localhost/postgres
|
|
25 | 25 |
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433 |
26 | 26 |
|
27 |
# The base directory for locating JDBC jar files |
|
28 |
jdbc_base=./lib
|
|
27 |
# The base directory for locating JDBC jar files (not needed for postgresql)
|
|
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=postgresdbuser
|
|
33 |
password=postgrespassword
|
|
32 |
user=knb
|
|
33 |
password=yourPasswordHere
|
|
34 | 34 |
datafilepath=/var/metacat/data |
35 | 35 |
inlinedatafilepath=/var/metacat/inline-data |
36 | 36 |
|
37 | 37 |
# CVS access to retrieve latest EML |
38 |
cvsroot=:ext:jones@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:jones@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 | 44 |
default-style=knb |
Also available in: Unified diff
Replaced properties file that I accidentally overwrote. Reverting to 1.3.