You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by yo...@apache.org on 2005/03/24 15:42:55 UTC

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml realm-howto.xml

yoavs       2005/03/24 06:42:55

  Modified:    webapps/docs changelog.xml realm-howto.xml
  Log:
  Bugzilla 34139.
  
  Revision  Changes    Path
  1.260     +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.259
  retrieving revision 1.260
  diff -u -r1.259 -r1.260
  --- changelog.xml	24 Mar 2005 13:27:37 -0000	1.259
  +++ changelog.xml	24 Mar 2005 14:42:55 -0000	1.260
  @@ -54,6 +54,9 @@
         <update>
           Update to MX4J 3.0.1 (pero)
         </update>
  +      <update>
  +        <bug>34139</bug>: Updated Realm-HowTo to specify JMX, Commons-Logging jars for RealmBase. (yoavs)
  +      </update>
       </changelog>
      </subsection>
   
  
  
  
  1.26      +5 -1      jakarta-tomcat-catalina/webapps/docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- realm-howto.xml	21 Jan 2005 22:49:22 -0000	1.25
  +++ realm-howto.xml	24 Mar 2005 14:42:55 -0000	1.26
  @@ -219,7 +219,11 @@
   
   <p>To use either of the above techniques, the
   <code>$CATALINA_HOME/server/lib/catalina.jar</code> file will need to be
  -on your class path to make the <code>RealmBase</code> class available.</p>
  +on your class path to make the <code>RealmBase</code> class available.  In 
  +addition, you will need the JMX jar and the commons-logging jar (either 
  +commons-logging-api.jar or commons-logging.jar).  Both of these are included
  +with the Tomcat distribution.
  +</p>
   
   <p>Non-ASCII usernames and/or passwords are supported using
   <source>java org.apache.catalina.realm.RealmBase \
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org