[Paraview-developers] Facing Problem with Server in ParaView 4.1 Web Version

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Jan 2 00:36:21 EST 2015


Hi Debanshu,

what you are seeing is exactly expected. For multiple user, we expect to
start one server per client. Hence we use a launcher to automate that task
and use apache to serve everything on the same port.

What you just did was to validate that ParaViewWeb does work on your
computer.
(Which is impressive considering that Windows is not officially supported.)

You can read more here:
http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/multi_user_setup

Seb

On Thu, Jan 1, 2015 at 10:08 PM, Debanshu Saha <debanshu at 2pirad.com> wrote:

> Hello,
>
> I have followed the below mentioned steps while installing ParaView Web:-
>
> 1) We have downloaded the ParaView-4.1.0-Windows-64bit.zip from ParaView
> website.
>
> 2) We have downloaded the same data like can.ex2 and disk_out_ref.ex2 from
> ParaView website.
>
> 3) Then we executed the below code in a batch file:-
> $ unzip ParaView-4.1.0-Windows-64bit.exe
> $ cd ParaView-4.1.0-Windows-64bit\bin
> $ pvpython.exe
> ..\lib\paraview-4.1\site-packages\paraview\web\pv_web_visualizer.py
> --content ..\share\paraview-4.1\www --data-dir .\path-to-share --port 8080
> So, the ParaView server is started.
>
> 4) Started the application by hitting the URL
> http://localhost:8080/apps/Visualizer/
>
> Now, we facing the below problems:-
>
> 1) When we again hit the same URL in the same browser window, the server
> stops. It does not happen when we hit the same URL in different browser.
>
> Kindly advice what is wrong with it.
>
> *Regards*
> Debanshu
> *2PiRad*
> *Contact: *+91-8981409005
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150101/b437db72/attachment.html>


More information about the Paraview-developers mailing list