DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32210>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32210
tomcat-5.0 realm-howto describes wrong className for JAASRealm
Summary: tomcat-5.0 realm-howto describes wrong className for
JAASRealm
Product: Tomcat 5
Version: Unknown
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Other
Component: Unknown
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: pmocek-apache@mocek.org
The Tomcat 5.0 realm-howto document, at
<http://jakarta.apache.org/tomcat/tomcat-5.0-doc/realm-howto.html>, in section `
Standard Realm Implementations', subsection `JAASRealm', states that in order to
use the JAASRealm, one should specify the value
``org.apache.catalina.realm.MemoryRealm'' for the className attribute of the
Realm element of $CATALINA_HOME/conf/server.xml. The correct value is
``org.apache.catalina.realm.JAASRealm''.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|