Versions Compared

Key

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

...

Setting JAVA_HOME in the configuration will be done later. This Java will be used to run the Tomcat server. A different Java version can be specified on the endpoint configuration in FlexDeploy and those will be used to actually execute plugins.

Step 2. Prepare software

The HTTP Agent can be downloaded from this linkDownload and unzip the HTTPS Agent software using wget, curl, or manually from the Flexagon website.

Code Block
# select folder location where the agent will be downloaded
export SOFTWARE_HOME=/u01/software
mkdir -p $SOFTWARE_HOME
cd $SOFTWARE_HOME
wget -O HttpsAgentTomcatComplete.zip https://flexagon.com/downloads/httpsagent

...