Revision 5818
Added by Jing Tao almost 14 years ago
settings.jsp | ||
---|---|---|
46 | 46 |
//ADVANCED_SEARCH_METACAT_POST_FIELD += |
47 | 47 |
String resultDestinationRepository = PropertyService.getProperty("executionEngine.resultDestinationRepository"); |
48 | 48 |
Vector repositoryList = StringUtil.toVector(resultDestinationRepository, ':'); |
49 |
String workflowRunEngineName = PropertyService.getProperty("executionEngine.workflowRunEngineName"); |
|
50 |
String workflowRunEngineURL = PropertyService.getProperty("executionEngine.endPointAddress"); |
|
51 |
String authorizationPath = PropertyService.getProperty("workflowScheduler.authorizationPath"); |
|
52 |
String authenticationPath = PropertyService.getProperty("workflowScheduler.authenticationPath"); |
|
53 |
String queryPath = PropertyService.getProperty("workflowScheduler.queryPath"); |
|
54 |
String authenticationServiceURL = CONTEXT_URL+authenticationPath |
|
49 | 55 |
%> |
Also available in: Unified diff
Add more parameters to the servlet.