Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2021.1

...

virtualizecli -startServer -data <workspace_dir> -settings <settingslocalsettings <localsettings_file> file .

When starting Virtualize in this way, the Start deactivated, release automatically when idle option (in Parasoft> Preferences> Parasoft> License) needs to be disabled. Otherwise, you won’t be able to add this server from another Virtualize installation’s UI.

...

  • -StartServer: Starts the local Virtualize server from the command line.
  • -data: Specifies the Eclipse workspace location. If the -data option is not used, then the default workspace found under [Virtualize_workspace]\parasoft\workspace (where "Virtualize_workspace" could be C:\Users\yourname) will be used.
  • -settingslocalsettings: Controls various settings for CTP, licensing, and more. You can use the same options available across Parasoft Test products (e.g., Parasoft SOAtest). You can also use options that are specific to Virtualize and CTP. See Settings Localsettings for details.
  • -prefs: Reads the %PREFS_URL% preference URL to import Eclipse workspace preferences.%PREFS_URL% is interpreted as a URL or the path to a local Eclipse workspace preferences file. For example:
    -prefs "http://intranet.acme.com/Virtualize/workspace.properties"
    -prefs "workspace.properties"\
  • -disableEventMonitoring: Disables all event monitoring for this server.
  • -machineid: Prints the machine ID, which is used for licensing purposes. 
  • -Dparasoft.async.support.mode=<mode>: This property sets the asynchronous processing mode. Asynchronous processing enables better concurrency when responders are configured with delays (e.g., in performance profiles). JMS, MQ and Http Listeners support asynchronous processing. You can specify the following modes:
    • ON - all requests are processed asynchronously
    • DELAY - only response that have a delay are processed asynchronously, default
    • OFF - no asynchronous processing
  • -Dparasoft.async.support.workers: The number of worker threads for performing asynchronous processing. Default is 200

...