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
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
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
>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
Суржин,
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
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
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?
>
>
&
---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
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
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
10 matches
Mail list logo