http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/realm/UserDatabaseRealm.java?rev=1.8&content-type=text/vnd.viewcvs-markup

It looks like it is for JNDI lookups that is only specific to UserDatabase Realm. Probably using Google or the archives might provide more historical insight. (Which I am lacking on this component at the moment)

-Tim

Adam Hardy wrote:
OK, but what's the resourceName for then, as in

<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
           debug="99"
    resourceName="UserDatabase"/>


On 08/25/2003 04:28 PM Tim Funk wrote:


You can't have 2 Realms at the Engine level because there is no way to determine which Realm a webapp should use.

-Tim

Adam Hardy wrote:

ah, ok. I put those 2 realms at engine level. So I can't have 2 realms in <engine>?

Now thanks to your advice I've got the manager working with tomcat-users.xml by placing the realm tag in the manager.xml in the webapps dir. However I would like to keep the declaration in my server.xml

Thanks,
Adam




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





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



Reply via email to