Skip to content

Commit

Permalink
Update the realm-howto:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Konstantin Kolinko committed Apr 1, 2011
1 parent 621d3b0 commit 14ef5fc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions webapps/docs/realm-howto.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 14ef5fc

Please sign in to comment.