If you are running WVS >= 2.4.0 you can achieve this by simply setting TRN_DATA_STORAGE_DIR
The instructions are only applicable under these conditions: Windows only (WVS <= 2.4.0) & Docker <=1.5.6
static_data
directory in your new data location.WEBVIEWER_INSTALL/apache-tomcat/conf/server.xml
and look Context docBase argument for /data
, replace it with this.WEBVIEWER_INSTALL/apache-tomcat/wvs_config.json
, change the next line into the following line:"TRN_DATA_STORAGE_DIR":"WEBVIEWER_INSTALL/apache-tomcat/static_data",
To use a networked drive on Windows, follow the same steps as above except specify your network path.
When using WVS with the Windows installer, it is possible to run its cache on a shared network drive. There can be many complications and considerations when using a network drive. The following are some things you should consider.
This is because the System user that WVS is running as does not have access to the network drive map. We must force the drive to be mapped on system startup so that the System user has access to it. The following steps detail that process. It may be possible to change the service user and get the mapped drives working, however, this is the only way we were able to get the networked drive to work with a service.
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales