Versions Compared

Key

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

...

Info
titleManually launch the application

Alternatively, leaving the Application path blank and clicking the Record button will start the recorder but not launch any application automatically. Instead, it can be launched manually.


Note
titleJava applications

StresStimulus will automatically add necessary arguments to java applications in order to capture HTTP/S traffic during recording. If launching a java application manually add the following arguments to capture the traffic during recording:

-DproxySet=true -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort={proxy_port} -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort={proxy_port} -Djavax.net.ssl.trustStoreType=WINDOWS-ROOT

Process Filtering

When recording a non-browser application, StresStimulus will filter out all HTTP/S traffic not coming from the Application (a). To enable recording from other processes enter a comma-separated list of process names in the textbox (d). To record from all processes (not recommended) check the checkbox (e).

...