https://issues.apache.org/bugzilla/show_bug.cgi?id=51621

             Bug #: 51621
           Summary: Missing jars in Deployer
           Product: Tomcat 7
           Version: 7.0.19
          Platform: HP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Packaging
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: silvio.corciol...@tiscali.it
    Classification: Unclassified


I put to ANT classpath all jars included in "apache-tomcat-7.0.19-deployer.zip"
("lib" dir).
Trying to run the Deployer ANT task "undeploy", I got:

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

I added to ANT classpath "tomcat-coyote.jar" from Tomcat core distribution
(apache-tomcat-7.0.19-windows-x64.zip), and I got:

java.lang.NoClassDefFoundError: org/apache/tomcat/util/res/StringManager

I added to ANT classpath "tomcat-util.jar" from Tomcat core distribution
(apache-tomcat-7.0.19-windows-x64.zip), and finally I got the task successfully
executed.

Therefore, I guess the Deployer distribution should include "tomcat-coyote.jar"
and "tomcat-util.jar".

-- 
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