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: | RE: 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: | Fri, 13 Aug 2021 04:19:20 +0000 |
Thanks Murali, ive been busy getting a bunch of other things running but will need to revisit this in the future. Will try out some of your suggestions when I get a chance. Adam From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of
Shankar, Murali via Tech-talk >> 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. To see if it is a networking thing; you could use "curl -v" to connect to http://192.168.3.50:17665/mgmt/ui/index.html or
telnet to connect to 192.168.3.50 17665 from the 192.168.2.25(PC). >> Some possible debugging has led to the JS not being loaded properly on the web browsers You can look in the mgmt's localhost access logs to see if there is a difference when loading the UI from the local machine to the PC. Both Firefox and Chrome also should
have more details in the Browser console; you should be able to see any Exceptions there. >> I wasn’t sure about the redirectPort if that had to be changed?
Not really; not unless you plan to use HTTPS for the tomcats. Hope this helps. Regards, Murali |