RE: Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-06 Thread Bhagwat, Vinit (Vinit)
-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

Re: Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-06 Thread Konstantin Kolinko
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

RE: Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-06 Thread Bhagwat, Vinit (Vinit)
: 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

Re: Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-06 Thread Konstantin Kolinko
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

RE: Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-05 Thread Bhagwat, Vinit (Vinit)
, 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

Re: Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-03 Thread Konstantin Kolinko
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

RE: Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-03 Thread Bhagwat, Vinit (Vinit)
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

Re: Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-03 Thread Mark Thomas
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

Problem with jasper-compiler when ported web application from tomcat 5.5.9 to 5.5.26

2008-10-03 Thread Bhagwat, Vinit (Vinit)
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