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

jsp to servlet

2015-10-27 Thread Суржин Константин Вадимович
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.beans.Beans.instantiate(this.getClass().getClassLoader(), "Animal"); but I need a line 1 in

Re: where can I find the rule about how to translate JSP to servlet jave?

2006-08-11 Thread Lung Chan
directory. Is that what you're asking? > > -Original Message- > From: Peng Li [mailto:[EMAIL PROTECTED] > Sent: Friday, July 28, 2006 7:55 PM > To: users@tomcat.apache.org > Subject: where can I find the rule about how to translate JSP to servlet > jave? > > &

Re: where can I find the rule about how to translate JSP to servlet jave?

2006-08-11 Thread Peng Li
---Original Message- From: Peng Li [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 7:55 PM To: users@tomcat.apache.org Subject: where can I find the rule about how to translate JSP to servlet jave? Hi in tomcat, the jsp is translated to java, and then compiled to class. does anyone know

RE: where can I find the rule about how to translate JSP to servlet jave?

2006-08-01 Thread Propes, Barry L
e JSP to servlet jave? Hi in tomcat, the jsp is translated to java, and then compiled to class. does anyone know where can i find the rule about how to do the translation? appreciate any help cheers Peng - To start a new top

where can I find the rule about how to translate JSP to servlet jave?

2006-07-28 Thread Peng Li
Hi in tomcat, the jsp is translated to java, and then compiled to class. does anyone know where can i find the rule about how to do the translation? appreciate any help cheers Peng