...
- Create a directory to contain the new agent. For example:
C:\SIFAgents\usps-soap-n.n.n
. - Download the kit from SSDT download web site (as described in the Release page) and place it in the new directory
- If upgrading from a previous version, copy the
agent.cfg and Agent.ks
file from the previous install directory into the new directory. This will preserve zone and SOAP settings from the earlier configuration. You may also need to copy the keystore file (Agent.ks). From a command prompt, launch the agent standalone:
Code Block language bash > cd C:\SIFAgents\{installdirectory} > java -jar RunAgentStandalone.jar
...
To execute the Agent Console, do:
Code Block | ||
---|---|---|
| ||
$ cd C:\SIFAgents\{agent_install}
$ java -jar RunConsole.jar
|
...