This page is for anyone who needs to reference files on the PhixFlow Server.
Administrator setting up softlinks
Understanding the Soft Link Between Tomcat and PhixFlow
...
For more information about symlinks, see this article on Creating Symbolic Links.
The Path or URL to Use
Within PhixFlow, to refer to a file on the server, start the path with the datalink directory.
Examples:
- file path:
datalink/Project1/Images/file1.png
- URL:
url("https:datalink/MyProject/MyImage.png")
...