https://issues.apache.org/bugzilla/show_bug.cgi?id=51561
Bug #: 51561 Summary: Missing tomcat-coyote.jar from classpath requirement in Digested Passwords section Product: Tomcat 7 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Documentation AssignedTo: dev@tomcat.apache.org ReportedBy: vizo...@yahoo.com Classification: Unclassified It appears that starting in version 7.0.16, HexUtils.class exists in tomcat-coyote.jar instead of its previous home, catalina.jar. On page: http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html Under Common Features > Digested Passwords Current text: To use either of the above techniques, the following jar files will need to be on your class path to make the RealmBase class available: $CATALINA_HOME/bin/tomcat-juli.jar $CATALINA_HOME/lib/catalina.jar $CATALINA_HOME/lib/tomcat-util.jar Needs to be updated to also include: $CATALINA_HOME/lib/tomcat-coyote.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