How to run Paraview lite without Apache with multiple requests for single port?

Dear all,

How do I run the Paraview lite with multiple requests for single port. I am able to run with single port for eg by giving port --9001 in the command line. So, the paraview lite opens in http://localhost:9001/.

How do I modily this so that it can run as http://localhost:9001/page1. I need this because I have multiple test cases to be visualized in a separate page.

Any leads will be appreciated.

Regards,

Sunag R A.

Apache (or any web proxy) is the way to go to funnel many user requests to a proper running paraview process while using only 1 port.

1 Like