Classloader problem with ant versions

2005-01-19 Thread Jagadeesh Sunkara
Hello Group, Is there any way to make tomcat use ant.jar from my web application's web-inf/lib instead of the one from tomcat/common/lib? I need this as my web app uses ant 1.6.2 but where tomcat 5.0.28 comes with ant 1.6.1 Any help/pointers is appreciated... Thanks, Jagadeesh

Tomcat classloader problem with different ant versions

2005-01-18 Thread Jagadeesh Sunkara
Hello, I am getting the following error when I deploy and run my application under tomcat 5.0.28. The problem is that tomcat is using the ant.jar from tomcat/common/lib directory. But I want to use the one from my web application's WEB-INF/lib. How can I make tomcat use the ant 1.6.2 from my