Revision 5817
Added by Jing Tao almost 14 years ago
metacat.properties | ||
---|---|---|
421 | 421 |
|
422 | 422 |
######## workflowScheduler section ####################################### |
423 | 423 |
|
424 |
workflowScheduler.url=http://indus.msi.ucsb.edu/workflowscheduler/scheduler |
|
424 |
workflowScheduler.url=http://chico1.dyndns.org/workflowscheduler/scheduler |
|
425 |
workflowScheduler.authorizationPath=/services/AuthorizationService |
|
426 |
workflowScheduler.authenticationPath=/services/AuthenticationService |
|
427 |
workflowScheduler.queryPath=/services/QueryService |
|
425 | 428 |
|
426 | 429 |
######## SiteMap section ######################################### |
427 | 430 |
|
... | ... | |
432 | 435 |
sitemap.interval=86400000 |
433 | 436 |
|
434 | 437 |
######## Workflow engine section ######################################### |
435 |
executionEngine.endPointAddress=http://localhost:8080/axis2/services/KeplerWebService |
|
438 |
executionEngine.workflowRunEngineName=keplerDevWorkflowEngine |
|
439 |
executionEngine.endPointAddress=http://kepler-dev.nceas.ucsb.edu/axis2/services/KeplerWebService |
|
436 | 440 |
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository |
437 | 441 |
######## junit test section ################ |
438 | 442 |
|
Also available in: Unified diff
Add authorizationPath,authenticationPath and queryPath for workflow scheduler.