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