Re: org.apache.jasper.JasperException: java.lang.ClassCastException: org.apache.catalina.util.DefaultAnnotationProcessor cannot be cast to org.apache.AnnotationProcessor

2008-12-28 Thread adilturbo
I get the solution; the problem was in catalina.jar that was in my web application, i deleted it from my web application and let the one in tomcat/lib, every thing is ok -- View this message in context:

org.apache.jasper.JasperException: java.lang.ClassCastException: org.apache.catalina.util.DefaultAnnotationProcessor cannot be cast to org.apache.AnnotationProcessor

2008-12-27 Thread adilturbo
Hi, I have a web application that was running on tomcat5.5. Now i want to deploy it on tomcat 6. when runing it, i got an error saying: org.apache.jasper.JasperException: java.lang.ClassCastException:org.apache.catalina.util.DefaultAnnotationProcessor cannot be cast to

RE: server/classes directory in tomcat 6

2008-12-22 Thread adilturbo
hi, thank you so much it works. thanks again. Caldarale, Charles R wrote: From: adilturbo [mailto:z_t...@hotmail.com] Subject: server/classes directory in tomcat 6 in tomcat 6, there is no server/classes directory; so where should i put this class (valve) in tomcat 6. For performance

server/classes directory in tomcat 6

2008-12-20 Thread adilturbo
hi, i have a web application that was deploied in tomcat 5.5, in which i used a valve (class) that filters data.in tomcat 5.5 this class (valve) was in tomcat_home/server/classes; in tomcat 6, there is no server/classes directory; so where should i put this class (valve) in tomcat 6. Many