Update the realm-howto:
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 1 Apr 2011 16:38:07 +0000 (16:38 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 1 Apr 2011 16:38:07 +0000 (16:38 +0000)
In TC7 the tomcat-util.jar is also needed on the classpath to call the o.a.c.realm.RealmBase class.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1087791 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/realm-howto.xml

index 6e2d95f..760c5d7 100644 (file)
@@ -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}