Revision 587
Added by berkley about 24 years ago
lib/metacat.properties | ||
---|---|---|
5 | 5 |
# |
6 | 6 |
user=@user@ |
7 | 7 |
password=@password@ |
8 |
defaultDB=jdbc:oracle:thin:@alpha.nceas.ucsb.edu:1521:oralin
|
|
8 |
defaultDB=@jdbc-connect@
|
|
9 | 9 |
dbDriver=oracle.jdbc.driver.OracleDriver |
10 | 10 |
initialConnections=5 |
11 | 11 |
incrementConnections=5 |
build.xml | ||
---|---|---|
15 | 15 |
--> |
16 | 16 |
<project name="metacat" default="jar" basedir="."> |
17 | 17 |
<target name="init"> |
18 |
<property name="jdbc-connect" value="jdbc:oracle:thin:@dev.nceas.ucsb.edu:1521:exp"/> |
|
18 | 19 |
<property name="installdir" value="/opt/tomcat/webapps/metadata" /> |
19 | 20 |
<property name="name" value="metacat"/> |
20 | 21 |
<property name="Name" value="MetaCat"/> |
Also available in: Unified diff
added an ant substitution for the jdbc connection string