From 431196ecbfae4be7f6534ddd771ab7def017b186 Mon Sep 17 00:00:00 2001
From: kkolinko
Date: Fri, 1 Apr 2011 16:38:07 +0000
Subject: [PATCH] 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
---
webapps/docs/realm-howto.xml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
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}
--
2.11.0