https://issues.apache.org/bugzilla/show_bug.cgi?id=52148
             Bug #: 52148
           Summary: Missing jars in catalina-tasks.xml
           Product: Tomcat 7
           Version: 7.0.22
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Packaging
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: volker.kr...@abas.de
    Classification: Unclassified


When importing catalina-task.xml and running the list task I get an
java.lang.NoClassDefFoundError: org/apache/tomcat/util/buf/B2CConverter

tomcat-coyote.jar is missing in the classpath.

Solution:
Add
<fileset file="${catalina.home}/lib/tomcat-coyote.jar"/>
to taskdef classpath in catalina-task.xml

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to