Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you make use sub-folders, make sure to also include the main folder as a directory when you list the <forecasterHelperDirectories>:. Documents in the folder configured as <allNodesDirectory> will be visible at all nodes.

Code Block
<forecasterHelperDirectories>
	<directory>$DOCUMENTS_ROOT_FOLDER$</directory>
	<directory>$DOCUMENTS_ROOT_FOLDER$/subfolder_1/</directory>
	<directory>$DOCUMENTS_ROOT_FOLDER$/subfolder_2</directory>	
	<allNodesDirectory>$DOCUMENTS_ALWAYSVISIBLE_FOLDER$</allNodesDirectory>-->
</forecasterHelperDirectories> 

...