Re: Did something JSP related change between 9.0.71 and 9.0.73

2023-09-03 Thread Tim N
One last note on this...we noticed some pages not fixed after upgrading New Relic, but fixed them by deleting the compiled JSP files (e.g. files in work/Tomcat/my-webapp/ROOT/org/apache/jsp/WEB_002dINF/jsp) and letting Tomcat re-compile them. On Mon, Sep 4, 2023 at 12:48 AM அருள்ராஜன் அ லை wrote:

Re: Did something JSP related change between 9.0.71 and 9.0.73

2023-09-03 Thread அருள்ராஜன் அ லை
Yes. It is with some JASPER library changes in Tomcat which affected the NewRelic agents. It was fixed in NewRelic agent 8.2.0. In our case we have newrelic agent 7,4.x ., So it failed. For a temporary measure we disabled the new relic browser monitoring and moved on. (Ours is not a UI app) You c