...
- Share the VirtualAssets project and all of its associated content (.pmpdd, .pvadd, .pjcdd, VirtualAssets.xml, .git, etc.) across the cluster. We recommend using a
git fetch
command as a post commit trigger to synchronize sharing. - Enable refreshing using native hooks or polling:
- From the GUI:
- Choose Window> Preference> General> Workspace from the Virtualize main menu.
- Enable the Refresh using native hooks or polling option and restart the server.
- From the command line:
- Open the org.eclipse.core.resources.prefs file in the <INSTALL><WORKSPACE>/.metadata/.plugins/org.eclipse.core.runtime/.settings/ directory.
Add the
refresh.enabled=true
property, e.g.:Code Block eclipse.preferences.version=1 version=1 refresh.enabled=true
Restart the server.
- From the GUI:
- Add the following Java option to your startup command on all nodes in the cluster to put the server.
-J-Dparasoft.auto.deploy.new=false
- Restart your servers.
...