-Original Message-
From: Konstantin Kolinko [mailto:[EMAIL PROTECTED]
Sent: Monday, October 06, 2008 6:02 PM
To: Tomcat Users List
Subject: Re: Problem with jasper-compiler when ported web application
from tomcat 5.5.9 to 5.5.26
> Can you please look into Bug 37326 for 5.5.25 I think this
CTED]
> Sent: Monday, October 06, 2008 4:27 PM
> To: Tomcat Users List
> Subject: Re: Problem with jasper-compiler when ported web application
> from tomcat 5.5.9 to 5.5.26
>
>> I wanted to know what change has happened in above mentioned jars from
>
>> tomcat 5.5.9 to
: Tomcat Users List
Subject: Re: Problem with jasper-compiler when ported web application
from tomcat 5.5.9 to 5.5.26
> I wanted to know what change has happened in above mentioned jars from
> tomcat 5.5.9 to 5.5.26 which is breaking my code?
Don't know. All changes are mentioned in the chan
ened in above mentioned jars from
> tomcat 5.5.9 to 5.5.26 which is breaking my code?
>
> Thanks and Regards,
>
> Vinit
> -Original Message-
> From: Konstantin Kolinko [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 03, 2008 7:08 PM
> To: Tomcat Users List
> Su
, 2008 7:08 PM
To: Tomcat Users List
Subject: Re: Problem with jasper-compiler when ported web application
from tomcat 5.5.9 to 5.5.26
2008/10/3 Bhagwat, Vinit (Vinit) <[EMAIL PROTECTED]>:
> Hi,
>
> I am getting following exception
>
> org.apache.jasper.JasperException: ServletExc
2008/10/3 Bhagwat, Vinit (Vinit) <[EMAIL PROTECTED]>:
> Hi,
>
> I am getting following exception
>
> org.apache.jasper.JasperException: ServletException in
> '/testapp/dir1/test1.jsp': File "/testapp/dir2/def.jsp" not found
>
> when I ported my web application from tomcat 5.5.9 to 5.5.26
>
> Follow
Following is appBase setting for host in server.xml
And there is no ROOT context defined.
Vinit
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2008 3:49 PM
To: Tomcat Users List
Subject: Re: Problem with jasper-compiler when ported web
Bhagwat, Vinit (Vinit) wrote:
> Hi,
>
> I am getting following exception
>
> org.apache.jasper.JasperException: ServletException in
> '/testapp/dir1/test1.jsp': File "/testapp/dir2/def.jsp" not found
>
> when I ported my web application from tomcat 5.5.9 to 5.5.26
>
> Following is code sni
Hi,
I am getting following exception
org.apache.jasper.JasperException: ServletException in
'/testapp/dir1/test1.jsp': File "/testapp/dir2/def.jsp" not found
when I ported my web application from tomcat 5.5.9 to 5.5.26
Following is code snippet from test1.jsp page under webapps/testapp/dir