Re: JSP to Servlet conversion missing HTML contents in Tomcat 8.5.91

2023-08-04 Thread அருள்ராஜன் அ லை
Yes. But fortunately it is not a tomcat issue. The NewRelic agent we used for instrumentation, could've caused it. After disabling the Browser instrumentation in newrelic it compiled fine. Also it worked well in other server where we dont have newrelic. So Thanks for checking. Sorry for updating it

Re: JSP to Servlet conversion missing HTML contents in Tomcat 8.5.91

2023-08-03 Thread Mark Thomas
On 01/08/2023 19:13, அருள்ராஜன் அ லை wrote: Hi We are recently upgraded tomcat 8.5.91 . While the below JSP compiled into JAVA it is missing some content JSP JAVA class generated try { response.setContentType("text/html"); pageContext = _jspxFactory.getPageContex

Re: jsp to servlet

2015-10-28 Thread Christopher Schultz
On 10/28/15 4:27 AM, Суржин Константин Вадимович wrote: >> You are asking for a bean with the class name "Animal", and the JSP compiler >> and/or runtime >can't find it. I'm guessing you meant to use >> "org.animal.Animal" here? > > > > JSP compiler produce next servlet code: > org.animal.A

RE: jsp to servlet

2015-10-28 Thread Суржин Константин Вадимович
>You are asking for a bean with the class name "Animal", and the JSP compiler >and/or runtime >can't find it. I'm guessing you meant to use >"org.animal.Animal" here? JSP compiler produce next servlet code: org.animal.Animal animalBean_1 = new org.animal.Animal(); It's OK without import dir

Re: jsp to servlet

2015-10-27 Thread Christopher Schultz
Суржин, On 10/27/15 7:45 AM, Суржин Константин Вадимович wrote: > Hi. > win XP. > Apache Tomcat 8.0.15 > jdk8 > animal.jsp (page code below) > Animal.java(page code below) > > line 10 -> animalBean_0 = new org.animal.Animal(); > and all right. > > line 16 -> animalBean_1 = (Animal) > java.bea