Re: Migration to Tomcat 5.5

2005-03-02 Thread Bernd Schiffer
Hi Antonio. [EMAIL PROTECTED] schrieb: I had a similar problem with jdk 5.0, but with tomcat 5.0.28. In that case I was using Apache Forrest (as a webapp). Under my Struts webapp I put Apache Xerces (the latest version) under WEB-INF/lib, because it seems that the parser under jdk 5.0 is buggy (it

Re: Migration to Tomcat 5.5

2005-03-01 Thread brenmcguire
I had a similar problem with jdk 5.0, but with tomcat 5.0.28. In that case I was using Apache Forrest (as a webapp). Under my Struts webapp I put Apache Xerces (the latest version) under WEB-INF/lib, because it seems that the parser under jdk 5.0 is buggy (it should be an old version of Xerces...)

Re: Migration to Tomcat 5.5

2005-03-01 Thread Bernd Schiffer
Hi Luis. I'm sorry for not giving this info to you. Yes, I use JDK 5.0. update 1. The webapp is developed with this jdk and both, Tomcat 5.0.28 and Tomcat 5.5.7, use this jdk, too. The webapp works on Tomcat 5.0.28, but does not work on Tomcat 5.5.7. What else could be the problem? Bernd Luis

Re: Migration to Tomcat 5.5

2005-03-01 Thread Luis Carlos Poletto
Did you upgrade your jdk to version 5.0? On Tue, 01 Mar 2005 18:22:11 +0100, Bernd Schiffer <[EMAIL PROTECTED]> wrote: > Hi. > > I have a problem migrating to Tomcat 5.5 with my Struts webapp. > > I run my webapp with Struts 1.2.4 on Tomcat 5.0.28. Everything works > fine. But when I move the s

Migration to Tomcat 5.5

2005-03-01 Thread Bernd Schiffer
Hi. I have a problem migrating to Tomcat 5.5 with my Struts webapp. I run my webapp with Struts 1.2.4 on Tomcat 5.0.28. Everything works fine. But when I move the same webapp to a Tomcat 5.5.7 I get a ClassCastException with message "org.apache.struts.taglib.logic.IterateTei" whenever I try to s