Author: kkolinko Date: Fri Apr 1 16:38:07 2011 New Revision: 1087791 URL: http://svn.apache.org/viewvc?rev=1087791&view=rev Log: Update the realm-howto: In TC7 the tomcat-util.jar is also needed on the classpath to call the o.a.c.realm.RealmBase class.
Modified: tomcat/trunk/webapps/docs/realm-howto.xml Modified: tomcat/trunk/webapps/docs/realm-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/realm-howto.xml?rev=1087791&r1=1087790&r2=1087791&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/realm-howto.xml (original) +++ tomcat/trunk/webapps/docs/realm-howto.xml Fri Apr 1 16:38:07 2011 @@ -215,12 +215,16 @@ java org.apache.catalina.realm.RealmBase not specified in web.xml, the default value of <code>Authentication required</code> is used.</p> -<p>To use either of the above techniques, the -<code>$CATALINA_HOME/lib/catalina.jar</code> and -<code>$CATALINA_HOME/bin/tomcat-juli.jar</code> files will need to be -on your class path to make the <code>RealmBase</code> class available. +<p>To use either of the above techniques, the following jar files will need +to be on your class path to make the <code>RealmBase</code> class available: </p> +<ul> + <li>$CATALINA_HOME/bin/tomcat-juli.jar</li> + <li>$CATALINA_HOME/lib/catalina.jar</li> + <li>$CATALINA_HOME/lib/tomcat-util.jar</li> +</ul> + <p>Non-ASCII usernames and/or passwords are supported using <source>java org.apache.catalina.realm.RealmBase \ -a {algorithm} -e {encoding} {input} --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org