[Paraview-developers] pv_web_visualizer file outide Jetty config

kyr akyrieleis at gmail.com
Thu Nov 7 06:01:12 EST 2013


OK, I see. You simply specify the values of the parameters you put in the
Jetty config file in the config object that is passed to vtkWeb.start. So
for 

pw.visualizer.cmd=./bin/pvpython
lib/paraview-4.0/site-packages/paraview/web/pv_web_visualizer.py --data-dir
. --load-file FILE --port PORT --authKey SECRET
pw.visualizer.cmd.map=PORT:getPort|SECRET:secret|FILE:file

you specify the file name as
var config = {
                            sessionManagerURL: serviceURL,
                            name: "Live Articles",
                            description: "3D visualization with
ParaView/Web",
                            application: "loader",
                            file: "file-name"
                        };

Great.



--
View this message in context: http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/pv-web-visualizer-file-outide-Jetty-config-tp2596p2603.html
Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.


More information about the Paraview-developers mailing list