You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/04/01 18:38:07 UTC

svn commit: r1087791 - /tomcat/trunk/webapps/docs/realm-howto.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org