Re: [Paraview] ParaviewWeb Multiuser

2014-05-26 Thread Daniel Zuidinga
I looked into the sources and doesn't understand how the stuff works together. In getting started example I run some sort of server and then I can call the url. Where is the starting point when I call a webpage with parameters? Where do I handle parameters like user credentials? Some more

Re: [Paraview] ParaviewWeb Multiuser

2014-05-26 Thread Daniel Zuidinga
The easiest way should be to modify the launcher.py setting up the data-dir via a parameter? Does launcher.py run on windows? I first want to try getting it to run on my local machine. Am 19.05.2014 16:48, schrieb Sebastien Jourdain: Hi Daniel, I would suggest to handle the data-dir

Re: [Paraview] ParaviewWeb Multiuser

2014-05-26 Thread Sebastien Jourdain
Hi Daniel, the overview is here: http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/architecture the details on how to push data to the launcher so the launcher can use it, is here: http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/py_launcher

[Paraview] ParaviewWeb Multiuser

2014-05-19 Thread Daniel Zuidinga
Hello, I want to setup a server with multiuser support. Each user should have a specific own data directory. Do I need Jetty launcher for this or can I achieve this only with the Pyhton launcher? As far as I can see I can't setup the directory on the client so that I have to create app

Re: [Paraview] ParaviewWeb Multiuser

2014-05-19 Thread Ben Boeckel
On Mon, May 19, 2014 at 16:03:49 +0200, Daniel Zuidinga wrote: 'secret': 'katglrt54#%dfg', 'user': 'sebastien.jourdain', 'password': 'ousdfbdxldfgh', Hmm...might want to change these if they're real? --Ben ___ Powered by www.kitware.com Visit other

Re: [Paraview] ParaviewWeb Multiuser

2014-05-19 Thread Sebastien Jourdain
Hi Daniel, I would suggest to handle the data-dir argument inside a shell script that will then depend on the user. So instead of running a pvpython command line you run your custom script command line. BTW, Ben the payload example given come from the documentation and are given for example