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

2011-07-26 Thread Ognjen Blagojevic
On 27.7.2011 0:11, Ognjen Blagojevic wrote: Add tomcat-coyote.jar to your classpath, and you should be fine. Ops... Didn't notice you already solved it. Thunderbird broke it into separate threads. -Ognjen - To unsubscribe,

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

2011-07-26 Thread Ognjen Blagojevic
Hi Jeremy, On 26.7.2011 17:37, M. Jeremy Carter wrote: 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

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

2011-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy, On 7/26/2011 12:09 PM, M. Jeremy Carter wrote: > 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 sho

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