The AGENT_HOME variable referenced here is the base directory of the agent, which contains the apache-tomcat-flexdeploy-https-agent and config folders as well as the start and stop scripts.
Step 1. Stop the
...
Agent
Linux
Code Block |
---|
cd $AGENT_HOME ./StopFlexDeployHttpsAgent.sh |
...
Code Block |
---|
cd %AGENT_HOME% copy apache-tomcat-flexdeploy-https-agent-old/conf/server.xml apache-tomcat-flexdeploy-https-agent/conf/server.xml copy apache-tomcat-flexdeploy-https-agent-old/conf/tomcat-users.xml apache-tomcat-flexdeploy-https-agent/conf/tomcat-users.xml |
Step 6. Start
...
Agent
Linux
Code Block |
---|
cd $AGENT_HOME ./StartFlexDeployHttpsAgent.sh |
...
Code Block |
---|
cd %AGENT_HOME% StartFlexDeployHttpsAgent.bat |