Revision 1051
Added by Jing Tao over 22 years ago
build.xml | ||
---|---|---|
44 | 44 |
<target name="postgresql"> |
45 | 45 |
<!-- Customize these properties if you are using postgres --> |
46 | 46 |
<property name="jdbc-connect" |
47 |
value="jdbc:postgresql://localhost/song"/>
|
|
47 |
value="jdbc:postgresql://localhost/exp"/>
|
|
48 | 48 |
<property name="dbDriver" value="org.postgresql.Driver"/> |
49 | 49 |
<property name="dbAdapter" |
50 | 50 |
value="edu.ucsb.nceas.dbadapter.PostgresqlAdapter"/> |
... | ... | |
56 | 56 |
metacat with postgres instead of oracle --> |
57 | 57 |
|
58 | 58 |
<!-- Customize these properties for your system --> |
59 |
<property name="tomcat" value="/home/tao/tomcat" />
|
|
60 |
<property name="webapps" value="/home/tao/tomcat/webapps" />
|
|
61 |
<property name="context" value="song" />
|
|
59 |
<property name="tomcat" value="/usr/local/devtools/jakarta-tomcat" />
|
|
60 |
<property name="webapps" value="/usr/local/devtools/jakarta-tomcat/webapps" />
|
|
61 |
<property name="context" value="tao" />
|
|
62 | 62 |
<property name="user" value="tao"/> |
63 | 63 |
<property name="password" value="your-pw-goes-here"/> |
64 |
<property name="server" value="epsilon.nceas.ucsb.edu:8443"/>
|
|
65 |
<property name="systemidserver" value="http://epsilon.nceas.ucsb.edu:8080" />
|
|
64 |
<property name="server" value="localhost:8443"/>
|
|
65 |
<property name="systemidserver" value="http://localhost:8080" />
|
|
66 | 66 |
<property name="datadir" value="data" /> |
67 | 67 |
<property name="replication" value="on" /> |
68 | 68 |
<property name="replicationdata" value="on" /> |
69 |
<property name="debuglevel" value="0" /> |
|
69 | 70 |
<property name="web-base-url" |
70 | 71 |
value="http://knb.ecoinformatics.org"/> |
71 | 72 |
<property name="default-style" value="knb" /> |
... | ... | |
135 | 136 |
<filter token="context" value="${context}"/> |
136 | 137 |
<filter token="replication" value="${replication}" /> |
137 | 138 |
<filter token="replicationdata" value="${replicationdata}" /> |
139 |
<filter token="debuglevel" value="${debuglevel}" /> |
|
138 | 140 |
<property name="srcdir" value="./src" /> |
139 | 141 |
<property name="junittestsdir" value="./junittests" /> |
140 | 142 |
<property name="build.dir" value="./build"/> |
Also available in: Unified diff
Add a property named debuglevel in it. This property will control the debug message. It set higher, more debug message will print out