Re: Unable to generate pw hash on cmd line since 7.0.16

2011-07-26 Thread M. Jeremy Carter
Found a java guy here locally that helped me with this.  It looks like HexUtils was moved to tomcat-coyote.jar.  Added that to my classpath and it works now.  The url I mentioned below should probably be updated though.

Unable to generate pw hash on cmd line since 7.0.16

2011-07-26 Thread M. Jeremy Carter
Since upgrading to Tomcat 7.0.16, the command line noted at http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html hasn't worked for me.  I've been unable to find any answers from google, other than some references that seem to say I'm missing tomcat-util.jar on my classpath (which I'm not).