Revision 882
Added by Matt Jones about 23 years ago
metacat.properties | ||
---|---|---|
6 | 6 |
user=@user@ |
7 | 7 |
password=@password@ |
8 | 8 |
defaultDB=@jdbc-connect@ |
9 |
dbDriver=oracle.jdbc.driver.OracleDriver
|
|
9 |
dbDriver=@dbDriver@
|
|
10 | 10 |
dbAdapter=edu.ucsb.nceas.dbadapter.OracleAdapter |
11 | 11 |
initialConnections=5 |
12 | 12 |
incrementConnections=5 |
... | ... | |
21 | 21 |
htmlpath=@html-path@ |
22 | 22 |
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN |
23 | 23 |
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta4//EN |
24 |
server=@server@ |
|
24 |
server=@serverhost@
|
|
25 | 25 |
authclass=edu.ucsb.nceas.metacat.AuthLdap |
26 | 26 |
ldapurl=ldap://ldap.ecoinformatics.org:389/ |
27 | 27 |
ldapsurl=ldap://ldap.ecoinformatics.org:389/ |
... | ... | |
34 | 34 |
replicationpath=@replication-path@ |
35 | 35 |
replicationlog=@replication-log@ |
36 | 36 |
dtdPath=@install-dir@/dtd/ |
37 |
dtdURL=http://@server@@html-path@/dtd/
|
|
37 |
dtdURL=@server@@html-path@/dtd/ |
|
38 | 38 |
datafilepath=@install-dir@/data/ |
39 | 39 |
certPath=@install-dir@/ |
40 | 40 |
|
Also available in: Unified diff
Updated documentation to reflect new installprocess.
Modified build.xml to properly copy the docs into the distribution, which
required some changes in the ant token filtering scheme.