Skip to content
Jack Harper edited this page Nov 1, 2024 · 17 revisions

PVWS

(PV Web socket)

we run a PVWS instance on NDAEXTWEB3 for the Web Dashboard

this is done with a native tomcat service following the PVWS instructions

Updating tomcat installer from https://tomcat.apache.org/download-90.cgi installed in C:\Program Files\Apache Software Foundation\Tomcat 9.0 pvws https://github.com/ornl-epics/pvws - we are using the latest nightly .war as of 01/11/24 - to update download this and place in the tomcat dir\webapps folder and restart the service jdk 21 from https://adoptium.net/en-GB/ installed in C:\Program Files\Eclipse Adoptium\jdk-21.0.5.11-hotspot

Setting CA environment variables for the tomcat instance

C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin>Tomcat9.exe //US ++Environment EPICS_CA_AUTO_ADDR_LIST=NO;EPICS_CA_ADDR_LIST=<ip> where ip is the gateway address.

Clone this wiki locally