Revision 6741
Added by Jing Tao almost 13 years ago
metacat.properties | ||
---|---|---|
449 | 449 |
|
450 | 450 |
######## workflowScheduler section ####################################### |
451 | 451 |
|
452 |
workflowScheduler.url=http://chico1.dyndns.org/workflowscheduler/scheduler
|
|
452 |
workflowScheduler.url=http://localhost/workflowscheduler/scheduler
|
|
453 | 453 |
workflowScheduler.authorizationPath=/services/AuthorizationService |
454 | 454 |
workflowScheduler.authenticationPath=/services/AuthenticationService |
455 | 455 |
workflowScheduler.queryPath=/services/QueryService |
... | ... | |
463 | 463 |
sitemap.interval=86400000 |
464 | 464 |
|
465 | 465 |
######## Workflow engine section ######################################### |
466 |
executionEngine.workflowRunEngineName=keplerDevWorkflowEngine
|
|
467 |
executionEngine.endPointAddress=http://kepler-dev.nceas.ucsb.edu/axis2/services/KeplerWebService
|
|
466 |
executionEngine.workflowRunEngineName=localWorkflowEngine
|
|
467 |
executionEngine.endPointAddress=http://localhost/workflowrunengine/services/KeplerWebService
|
|
468 | 468 |
executionEngine.resultDestinationRepository=sanparksRepository:keplerRepository:keplerDevRepository:chico1Repository |
469 | 469 |
######## junit test section ################ |
470 | 470 |
|
Also available in: Unified diff
change the default scheduler and workflow run engine urls.