Revision 4132
Added by daigle over 16 years ago
metacat.properties | ||
---|---|---|
23 | 23 |
application.metacatVersion=@metacatVersion@ |
24 | 24 |
## This is autodiscovered and populated by the config utility |
25 | 25 |
application.tomcatDir= |
26 |
application.deployDir= |
|
26 | 27 |
## This is autodiscovered and populated by the config utility |
27 | 28 |
application.context= |
28 | 29 |
application.default-style=default |
... | ... | |
327 | 328 |
|
328 | 329 |
######## junit test section ################ |
329 | 330 |
# junittesturl=@systemidserver@@servlet-path@ |
331 |
test.printdebug=true |
|
330 | 332 |
test.metacat.url=http://localhost:8080/knb/metacat |
331 |
test.mcuser="uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org"
|
|
332 |
test.mcpassword="kepler"
|
|
333 |
test.mcanotheruser="uid=tao,o=NCEAS,dc=ecoinformatics,dc=org"
|
|
334 |
test.mcanotherpassword="yourpass"
|
|
335 |
test.piscouser="uid=tao,o=PISCO,dc=ecoinformatics,dc=org"/>
|
|
336 |
test.piscopassword="yourpass"/>
|
|
337 |
test.lteruser="uid=jtao,o=LTER,dc=ecoinformatics,dc=org"/>
|
|
338 |
test.lterpassword="yourpass"/>
|
|
333 |
test.mcuser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org
|
|
334 |
test.mcpassword=kepler
|
|
335 |
test.mcanotheruser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org
|
|
336 |
test.mcanotherpassword=test
|
|
337 |
test.piscouser=uid=tao,o=PISCO,dc=ecoinformatics,dc=org/>
|
|
338 |
test.piscopassword=yourpass/>
|
|
339 |
test.lteruser=uid=jtao,o=LTER,dc=ecoinformatics,dc=org/>
|
|
340 |
test.lterpassword=yourpass/>
|
|
339 | 341 |
|
340 | 342 |
######## Harvester section ######################################### |
341 | 343 |
connectToMetacat=true |
Also available in: Unified diff
Differentiate between tomcat directory and deployment directory.