1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Archiver Appliance mgmt tomcat issue |
From: | "Manoussakis, Adamandios via Tech-talk" <tech-talk at aps.anl.gov> |
To: | EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Tue, 18 May 2021 07:01:44 +0000 |
Hey All, I am trying to figure out why I cannot access the front end interface of the archiver (192.168.3.50:17665/mgmt/ui/index.html) from another subnet. Locally it works perfectly fine, able to archive PVs and retrieve with Phoebus for example
or even using python. When I try to get the web page to serve up on another PC that is not on the same subnet 192.168.2.25(PC) and 192.168.3.50(Archiver) for example it seems like the request gets stuck. Some possible debugging has led to the JS not being
loaded properly on the web browsers but I have looked for anything that would block on the network and cant seem to find any issue. I also looked at the install guide again and found this part “ Editing the
conf/server.xml file to change the ports to better suit your installation.
<Connector connectionTimeout="20000" port="17665" protocol="HTTP/1.1" redirectPort="8443"/> “ Which matches the port I use for the mgmt tomcat instance. I wasn’t sure about the redirectPort if that had to be changed? I also have tried the archiver on multiple computers and using multiple other PCs on different subnets to see if
a PC was an issue but get the same stuck request. I am fairly sure it is something I have misconfigured on the archiver possibly. For phoebus I have the settings.ini set for the epics env variables (not sure if these impact those requests for PVs though
from the archiver) and I have the usual env variables set for EPICs. |