From: kkolinko
Date: Fri, 1 Apr 2011 16:38:07 +0000 (+0000)
Subject: Update the realm-howto:
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=431196ecbfae4be7f6534ddd771ab7def017b186;p=tomcat7.0
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.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1087791 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/realm-howto.xml b/webapps/docs/realm-howto.xml
index 6e2d95f53..760c5d710 100644
--- a/webapps/docs/realm-howto.xml
+++ b/webapps/docs/realm-howto.xml
@@ -215,12 +215,16 @@ java org.apache.catalina.realm.RealmBase \
not specified in web.xml, the default value of Authentication
required is used.
-
To use either of the above techniques, the
-$CATALINA_HOME/lib/catalina.jar and
-$CATALINA_HOME/bin/tomcat-juli.jar files will need to be
-on your class path to make the RealmBase class available.
+
To use either of the above techniques, the following jar files will need
+to be on your class path to make the RealmBase class available:
+
+
$CATALINA_HOME/bin/tomcat-juli.jar
+
$CATALINA_HOME/lib/catalina.jar
+
$CATALINA_HOME/lib/tomcat-util.jar
+
+
Non-ASCII usernames and/or passwords are supported using
java org.apache.catalina.realm.RealmBase \
-a {algorithm} -e {encoding} {input}