Hi list!

I've faces the strange problem that I don't understand.

I need to configure some authentication at some part of our site, so I chose FORM based authentication through DataSourceRealm described in "Realm Configuration HOW-TO".
First, I've mentioned that explanation about DataSourceRealm and attribute list are strangely similar to JDBCRealm one (is it just a copy&paste?) -- that is, in some places there is "JDBCRealm" where "DataSourceRealm" should be.
Second, attribute list for DSR has no differences with JDBCR -- how should I declare jndi name for a data source? But it the "Example" subsection below there is dataSourceName attribute, and className is "org.apache.catalina.realm.DataSourceRealm" instead of "org.apache.catalina.realm.JDBCRealm" listed in attrubute list above. Is it documentation error or not?
Third, and most strangest, is that there is _no_ org.apache.catalina.realm.DataSourceRealm class in my Tomcat distribution! I looked in $TOMCAT_HOME/server/catalina.jar and didn't find this class.

My Tomcat is 4.1.16, OS is Win2k.
I've searched marc.theaimsgroup.com and Google, and didn't find any message related to my question.


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to