Re: jsp compilation error in tomcat

2006-07-17 Thread Suba Suresh
Thanks. I thought it was something to do with Tomcat. I am compiling the file using NetBeans. It is progressing. thanks, suba suresh. Christopher Schultz wrote: Suba, If this is the wrong group to post this question let me know. I am new to jsp. This probably /is/ the wrong place to post

Re: jsp compilation error in tomcat

2006-07-17 Thread Christopher Schultz
Suba, > If this is the wrong group to post this question let me know. I am new > to jsp. This probably /is/ the wrong place to post a question about JSP, although most of the readers of this group are well-versed. > org.apache.jasper.JasperException: Unable to compile class for JSP > > An error

jsp compilation error in tomcat

2006-07-17 Thread Suba Suresh
If this is the wrong group to post this question let me know. I am new to jsp. I am using Tomcat 5.5.17. I am using the jsp pages that came with lucene. When I am trying to access the results.jsp file on Tomcat I am getting the following error. I looked at the jsp code I am not able to find a

RE: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Caldarale, Charles R
> From: Glen Mazza [mailto:[EMAIL PROTECTED] > Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector > > For the Vector object you're using, it is possible > that the JDT compiler is not 1.5-compliant The methods of interest (Vector.add() and Vector.iterator

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
way and let you know Thanks for this idea Thibaut Caldarale, Charles R a écrit : From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector Here is the very simple JSP that have written to isolate the error This probably won't help mu

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
hat way and let you know Thanks for this idea Thibaut Caldarale, Charles R a écrit : From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector Here is the very simple JSP that have written to isolate the error This probably won&#x

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Glen Mazza
Thibaut Nicolas wrote: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 4 in the jsp file: /jsp/Test.jsp Generated servlet error: The method add(String) is undefined for the type Vector An error occurred at line: 4 in the jsp file: /jsp/Test.jsp G

RE: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Caldarale, Charles R
> From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] > Subject: Re: JSP compilation error in Tomcat 5.5 using type Vector > > Here is the very simple JSP that have written to isolate the error This probably won't help much: your sample JSP works fine for me on nearly stock versi

Re: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
[mailto:[EMAIL PROTECTED] Sent: 20 February 2006 16:33 To: users@tomcat.apache.org Subject: JSP compilation error in Tomcat 5.5 using type Vector Hi all, I have a problem while trying to migrate an application from Tomcat 4.1 to Tomcat 5.5. I get a JasperException when tomcat try to compi

RE: JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Michael Andreas Omerou
Can we have the code that causes this error? >-Original Message- >From: Thibaut Nicolas [mailto:[EMAIL PROTECTED] >Sent: 20 February 2006 16:33 >To: users@tomcat.apache.org >Subject: JSP compilation error in Tomcat 5.5 using type Vector > >Hi all, > >I hav

JSP compilation error in Tomcat 5.5 using type Vector

2006-02-20 Thread Thibaut Nicolas
Hi all, I have a problem while trying to migrate an application from Tomcat 4.1 to Tomcat 5.5. I get a JasperException when tomcat try to compile a JSP : The method add(String) is undefined for the type Vector The method iterator() is undefined for the type Vector I've put the complete trace at