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 entries in the launcher.config file for each user? Then I could run paraview with:

|{
'sessionManagerURL':  'http://localhost:8080/paraview',
'application':  'launcher',
'node':  1024,
'secret':  'katglrt54#%dfg',
'user':  'sebastien.jourdain',
'password':  'ousdfbdxldfgh',
'app':  'launcher with parameters from user'   // here I set the app name with 
specific user paramteres saved in launcher.config?
}|


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to