Hi,
Currently our team is trying to build a web app and want to have a page to show d3plot files that rendered by the Paraview. I tried to initialize the paraview lite inside our web app by calling the command lines and it works. But, I would like to host it on an induvial server on Azure.
Currently, I create an Azure web app by using the following docker image.
kitware/paraviewweb:pvw-v5.6.0-osmesa
but from the container log. I have the following errors.
cp: cannot stat '/pvw/launcher/config.json': No such file or directory
Backing up /etc/apache2/sites-available/001-pvw.conf to /etc/apache2/sites-available/001-pvw.conf.BAK
/opt/paraviewweb/scripts/start.sh: line 64: /opt/launcher/config-template.json: No such file or directory
Starting/Restarting Apache webserver
* Restarting Apache httpd web server apache2 AH00112: Warning: DocumentRoot [/pvw/www] does not exist
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
I tried to mount the storage, but the directory does not even exist.
Please give me some guidance. I don’t really know how to move forward.
Thank you so much.