My Tomcat version is: 6.0.18.0 Also, I am using the same Tomcat versions for pre-compilation and execution.
The Ant script that I am using is same as what is available on the Apache Tomcat site: http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html#Web%20Application%20Compilation So, I am sure there is no issue of different versions of Tomcat. On Fri, Jul 10, 2009 at 12:02 PM, Mark Thomas <ma...@apache.org> wrote: > Gaurav Naigaonkar wrote: > > I am using Tomcat 6.0. > > There are 21 different 6.0.x versions. You need to be precise. > > > There isnt a mismatch in Tomcats here. I have a Ant script that I am > running > > from command line. So I guess Tomcat version should not be an issue. > > You must be using *exactly* the same Tomcat version. You can't mix and > match, even within the 6.0.x series. While this usually works, it isn't > guaranteed to work. > > > Let me know if what I am assuming is wrong. > > That depends on if you are using exactly the same Tomcat versions for > pre-compilation and execution. > > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > -- Gaurav Naigaonkar