Mike Spreitzer wrote:
> Is $TOMCAT_HOME/conf/tomcat-users.xml the only place where users &
> passwords & roles can be listed? Is there any way to administer these
> things on a per-webapp basis?
>
For Tomcat 3.2, whichever mechanism you use for storing users and roles (the
tomcat-users.xml file or a database accessed with JDBCRealm) is global to an
entire Tomcat installation.
For Tomcat 4.0, you can configure separate realms (which are essentially
"databases" of users and roles) on a per-webapp or per-virtual-host basis, as
well as a global resource. In addition, Tomcat 4.0 can support "single sign
on", where a sign on to one webapp (in a particular virtual host) is recognized
across *all* the webapps at that host).
>
> Thanks,
> Mike
>
Craig McClanahan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]