Revision 8265
Added by ben leinfelder about 11 years ago
build.properties | ||
---|---|---|
10 | 10 |
# Tomcat dev deployment directory |
11 | 11 |
# build.tomcat.dir=/usr/local/tomcat |
12 | 12 |
build.tomcat.dir=/Users/leinfelder/tools/apache-tomcat-6 |
13 |
|
|
14 | 13 |
# install ant target uses this to determine where to drop |
15 | 14 |
# the war file in an installation. Test classes will use |
16 | 15 |
# this value to find metacat.properties |
... | ... | |
20 | 19 |
# CVS access to retrieve latest EML, seek and utilities |
21 | 20 |
cvsroot=:ext:${env.USER}@cvs.ecoinformatics.org:/cvs |
22 | 21 |
|
23 |
## metacat.context will be used to name war only
|
|
24 |
metacat.context=knb
|
|
22 |
## metacat.context will be used to name war |
|
23 |
metacat.context=metacat
|
|
25 | 24 |
workflowscheduler.context=workflowscheduler |
26 | 25 |
authority.context=authority |
27 | 26 |
|
Also available in: Unified diff
Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082