Jason Ling wrote:
What is the the <realm-name> sub-element of <login-config> for in the application's web.xml file, when and how is it used? Suppose I configure more than one <Realm> in server.xml, is that the scenario where I need to use the <real-name> tag to specify which Realm to use? In that case, <realm-name>what is the name</realm-name> for the realm?
It gets passed to the browser which may display it when prompting the user for credentials. If you use DIGEST authentication, it gets used in the computation of the digest.
Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]