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: | "Shankar, Murali via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 18 May 2021 13:17:15 +0000 |
>> 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
|