Versions Compared

Key

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

...

The scripts located inside the agent installation directory are used for starting and stopping the agent.

Start

Linux

Code Block
cd $AGENT$HTTPS_AGENT_HOME

./StartFlexDeployHttpsAgent.sh

Windows

Code Block
cd %AGENT%HTTPS_AGENT_HOME%

StartFlexDeployHttpsAgent.bat

Stop

Linux

Code Block
cd $AGENT$HTTPS_AGENT_HOME

./StopFlexDeployHttpsAgent.sh

Windows

Code Block
cd %AGENT%HTTPS_AGENT_HOME%

StopFlexDeployHttpsAgent.bat

...

View the logs by going to HTTPS_AGENT_HOME/apache-tomcat-flexdeploy-https-agent/logs

...

To change the log level adjust the HTTPS_AGENT_HOME/apache-tomcat-flexdeploy-https-agent/conf/logging.properties file. Change the following lines to the desired log level.

...