...
- -StartServer: Starts the local Virtualize server from the command line.
- -data: Specifies the Eclipse workspace location. If the
-dataoption is not used, then the default workspace found under<VIRTUALIZE-WORKSPACE>\parasoft\workspace(where "Virtualize-workspace" could beC:\Users\yourname) will be used. - -settings: Controls various settings for CTP, licensing, and more. You can use the same options available across Parasoft Test products (for example, Parasoft SOAtest). You can also use options that are specific to Virtualize and CTP. See Settingsfor 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 (for example, in performance profiles). JMS, MQ and Http Listeners support asynchronous processing. You can specify the following modes:
ON- all requests are processed asynchronouslyDELAY- only response that have a delay are processed asynchronously, defaultOFF- no asynchronous processing
- -Dparasoft.async.support.workers: The number of worker threads for performing asynchronous processing. Default is
200.
...