...
Code Block | ||
---|---|---|
| ||
AGENT_TEMP=/u01/software/agent (you may change this to any directory, but dodon't not use AGENT_HOME) mkdir ${AGENT_TEMP} cd ${AGENT_TEMP} unzip <download location path>/HttpsAgentTomcatComplete.zip |
...
Code Block | ||
---|---|---|
| ||
set AGENT_TEMP=c:\u01\software\agent mkdir %AGENT_TEMP% (you may change this to any directory, but dodon't not use AGENT_HOME) cd %AGENT_TEMP% unzip <download location path>\HttpsAgentTomcatComplete.zip |
...
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 |
Info |
---|
You can may remove the apache-tomcat-flexdeploy-agent-old directory after testing the connection in step 7. |
...