[Paraview] Where is the properties file for ParaViewWeb?

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Mar 14 00:02:02 EDT 2014


Hi David,

The file pw-config.properties is used with the Java version of the
launcher. Now with the latest release, we also provide a Python one.
=>
http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/py_launcher

Moreover, those configuration files are used to configure a front-end web
server that will trigger pvpython command lines. For testing out
ParaViewWeb, those front-end are optional. Although, it should be pretty
easy to setup the python one by creating a config file that match your
local setting.
For real deployment read the EC2 documentation that explain how to setup
apache to deal with the ws forwarding.

Regarding the performances, on a local machine, you should be around 30
fps. So I suspect, you don't have a proper driver for your graphic card. If
you have an Nvidia graphic card, try to install their driver.

Thanks for letting me know that the script does not work for you, I'll fix
it once I have a chance.

Seb


On Thu, Mar 13, 2014 at 11:01 AM, David Torres <david.torres at renuda.com>wrote:

>  Hello,
> in Linux using apt-get, and started the
>
> I am starting with ParaViewWeb. I installed Paraview 4.1.0. in Linux using
> apt-get, and started the ParaViewWeb server using the guide in [1].
>
> I found is working very slow, even in local (2-5fps I think). And I read
> that I could play with images quality but I don't know where can I change
> them. Here [2] says there is a file called * pw-config.properties *which
> I couldn't find (I used `find / -name pw-config.properties`). I guess it
> belongs to a previous ParaView version.
>
> Then, my question is: where is the properties file in 4.1.0 and what is
> its name? Will I be able to change the quality of the images there?
>
> By the way, I tried the script provided in 'Simple Install' section in
> [1]. It has a mistake in the line 15.
> It is:
> `data = "ParaViewData-v4.1.zip"`
> and it should be
> `data = "ParaViewData-v4.1.0.zip"`
>
> However, after correcting that, is still failing in line 160 at some point
> (at least in Linux) and I couldn't find the error.
>
> Thank you in advance for your help.
>
> [1]
> http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/quick_start
> [2] http://www.paraview.org/Wiki/ParaViewWeb_Server_setting
>
> Best regards,
>
>    David Torres
>
>  Computer Scientist
> Renuda UK
>
>  tel: +44 (0)20 3371 1709
> web: www.renuda.com
>
>  Renuda UK is registered in England and Wales.  Company number 6218863.
> VAT registration number 918 6490 91. Registered office: 35 Charleville
> Road, London W14 9JJ, UK.
> Renuda registered trade mark.
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140313/79388817/attachment.html>


More information about the ParaView mailing list