Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.2

...

  1. Share the VirtualAssets project across the cluster. See Workspace Configuration for more information.
  2. Enable refreshing using native hooks or polling:
    • From the GUI: 
      1. Choose Window > Preference > General > Workspace from the Virtualize main menu.
      2. Enable the Refresh using native hooks or polling option and restart the server.
    • From the command line:
      1. Open the org.eclipse.core.resources.prefs file in the <WORKSPACE>/.metadata/.plugins/org.eclipse.core.runtime/.settings/ directory.
      2. Add the refresh.enabled=true property, for example:

        Code Block
        eclipse.preferences.version=1 
        version=1
        refresh.enabled=true
      3. Restart the server.

  3. Add the following Java option to JVM argument to your startup command on all nodes in the cluster:

    -J-Dparasoft.auto.deploy.new=false

  4. Restart your servers.

...