<html><head><style> body {height: 100%; color:#000000; font-size:12pt; font-family:Times New Roman;}</style></head><body>Hi everybody,<br><div style="text-align: left;">&nbsp; &nbsp; I have a question to ask. I use ParaViewWeb JavaScript Console to load an image file to ParaViewWeb, I use the followed code "var reader =paraview.OpenDataFile({filename:"../NameOfFile"});"&nbsp;&nbsp; &nbsp; I tried with the absolute path of my PC (which is normally not the good solution) and get the "ServerDownException"<br>&nbsp; &nbsp; So, if I want ParaViewWeb to look at in the web-apps of tomcat server, which path I have to use? As I know, if the file is in the same location as the PWConsole.war, we can access to it directly using {filename:"hola.mhd"} (for example)<br>&nbsp; &nbsp; Anyone have an idea?<br>&nbsp; &nbsp;Thank in advance.</body></html>