...
- Add the jar(s) using one of the following methods:
- Copy the jar(s) into the <workspace>/VirtualAssets/system_jars folder, which is where Parasoft Virtualize Server searches for custom/external jar files to load. Add this folder if it does not already exist.
- Upload the jar(s) using the REST API upload operation (/v5/files/upload) as described in the Swagger documentation (see API Usage). The upload should specify the /VirtualAssets/system_jars as the parent folder. The /VirtualAssets/system_jars folder will be created if it did not already exist.
- Reload the jars using one of the following methods:
- If the jars contain Virtualize custom extensions, restart the server.
Otherwise, either restart the server or call the /v5/preferences/systemProperties/reload REST API.
Additional Configuration Notes
...