Revision 3994
Added by berkley over 16 years ago
build.properties | ||
---|---|---|
1 | 1 |
# Ant build properties files for the metacat build |
2 | 2 |
|
3 | 3 |
# Tomcat Properties |
4 |
tomcat=/usr/local/devtools/tomcat |
|
5 |
deploy.dir=/usr/local/devtools/tomcat/webapps
|
|
4 |
tomcat=/usr/local/devtools/jakarta-tomcat
|
|
5 |
deploy.dir=/var/www/org.ecoinformatics.knb
|
|
6 | 6 |
#deploy.dir=${tomcat}/webapps |
7 | 7 |
|
8 | 8 |
# Tomcat version - tomcat4 or tomcat5 |
9 | 9 |
tomcatversion=tomcat5 |
10 | 10 |
|
11 | 11 |
# Servlet properties |
12 |
metacat.context=sms
|
|
12 |
metacat.context=knb
|
|
13 | 13 |
authority.context=authority |
14 | 14 |
|
15 | 15 |
# Server Properties |
16 |
config.hostname=linus.nceas.ucsb.edu
|
|
16 |
config.hostname=knb.ecoinformatics.org
|
|
17 | 17 |
config.port=80 |
18 | 18 |
config.port.https=443 |
19 | 19 |
# Server is the domain name for replication purpose, which should be with https port |
... | ... | |
44 | 44 |
|
45 | 45 |
# Metacat database user and password and location of file stores |
46 | 46 |
user=metacat |
47 |
password=dta4all
|
|
47 |
password=yourPasswordHere
|
|
48 | 48 |
datafilepath=/var/metacat/data |
49 | 49 |
inlinedatafilepath=/var/metacat/inline-data |
50 | 50 |
|
... | ... | |
52 | 52 |
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs |
53 | 53 |
|
54 | 54 |
# Configure the installed skins, and select the default |
55 |
default-style=sms
|
|
55 |
default-style=default
|
|
56 | 56 |
|
57 | 57 |
# this is the url to the web context root for the knb site. |
58 | 58 |
# It is used for the qformat=knb skin only |
... | ... | |
120 | 120 |
|
121 | 121 |
# The metacat current dir's abolute value. If you set install.ecogrid=false, this variable |
122 | 122 |
# do NOT need to be configured |
123 |
metacat.dir=/home/berkley/project/metacat
|
|
123 |
metacat.dir=/home/tao/project/metacat
|
|
124 | 124 |
|
Also available in: Unified diff
removing commits that I didn't mean to make