Configure orchestration
Orchestration default paths are configured, at application scope, in the rapiddeploy.properties file. Please see the section below:
All jars in the deployment.library.directory will be copied to the target server and added to the classpath of the orchestration java process when a job is executed.
#---------------------------------
# Deployment orchestration parameters
#
# These parameters pertain to the remote orchestration framework and not
# the RapidDeploy GUI interface
#
# deployment.library.directory - Location of the deployment orchestration jars.
# deployment.class - The class used for the deployment orchestration
# deployment.orchestration.filename - The orchestration filename
# deployment.log4j.filename - The log4j properties file used in deployment.
#---------------------------------
deployment.library.directory=${MV_HOME}
deployment.ext.library.directory=${MV_HOME}/ext-lib
deployment.proj.library.directory=${MV_HOME}/proj-lib
deployment.plugin.directory=${MV_HOME}/plugin
deployment.class=com/midvision/rapiddeploy/domain/task/core/JobRunner
deployment.orchestration.filename=midvision-deploy-orchestration.xml
deployment.log4j.filename=log4j.propertiesThe default location of the orchestration jars is ${MV_HOME}/lib for plugin jars and ${MV_HOME}/ext-lib for dependencies jars.

