Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

Code Block
curl -L --max-redirs 5 https://flexagon.com/downloads/httpsagent --output HttpsAgentTomcatComplete.zip
Note

Do not unzip the distribution directly into the AGENT_HOME directory so we can prevent existing configuration file(s) or folder(s) from being overwritten.

The download link is available on the http://support.flexagon.com page. Download the agent software from the Flexagon website and transfer it manually to the endpoint if you do not have internet access on the endpoint.

Note

Do not unzip the distribution directly into the AGENT_HOME directory so we can prevent

...

existing configuration file(s) or folder(s) from being overwritten.

Linux

Code Block
languagebash
mkdir /u01/software/agent
cd /u01/software/agent
unzip <download location path>/HttpsAgentTomcatComplete-6.5.x.x.zip

...