Wednesday, October 5, 2011

java.lang.NoClassDefFoundError: org/apache/tomcat/util/buf/B2CConverter in Tomcat Deployment

If you have the same problem in deploying your webapp with ant, in Tomcat 7. Then copy the following jars to your lib directory of ant:

catalina-ant.jar
tomcat-coyote.jar
tomcat-util.jar
tomcat-juli.jar

1 comment: