...
- 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 の使用). 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.
- Copy the jar(s) into the
- 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. If you are using CTP, you can also refresh the server from the Service Virtualization interface. See Refreshing Files in the CTP documentation.
Additional Configuration Notes
...