Versions Compared

Key

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

...

  • Manually create the installation directory /usr/local/ZebraTester (you may choose also any other installation directory)

  • Copy the files: prxsniff.jar iaik_jce_full.jar iaik_ssl.jar iaik_eccelerate.jariaik_eccelerate_ssl.jar iaikPkcs11Provider.jar iaikPkcs11Wrapper.jar root.cerprivkeycer privkey.der to this directory (you can copy this files from a Windows or a macOS x installation of ZebraTester. these files can be used for all operating systems).

  • Create or copy the files prxsniff.key and ExecAgentTicket.dat inside the installation directory. You can use vi or another text editor. These files must contain (as ASCII text) the ZebraTester GUI license key and the Exec Agent license ticket.

  • Set the Java CLASSPATH environment variable to include the installation directory, the default directory (.), and the path to all .jar files.

  • Example: export CLASSPATH= .:prxsniff.jar:iaik_jce_full.jar:iaik_ssl.jar:iaik_eccelerate.jar:iaik_eccelerate_ssl.jar:iaikPkcs11Provider.jar:iaikPkcs11Wrapper.jar

  • Start ZebraTester with the following command

    Code Block
    languagejava
    java -Xmx1024m ProxySniffer -WebAdmin -JobController -ExecAgent -encryptJobsOriginBackup -tz CST

...