> From: Stephen Nelson-Smith [mailto:[EMAIL PROTECTED] 
> Subject: Global Naming Resources

You didn't bother to tell us what Tomcat version you're using, so it's
impossible to tell you exactly where the dependencies are or what to do
about them.  Search for references to the names of the defined
resources.  Happy hunting.

> <GlobalNamingResources>

Defines resources available to all webapps, should they choose to use
them

>     <Environment name="simpleValue" override="true"
> type="java.lang.Integer" value="30"/>

The above is used by one or more of the sample webapps that come with
the Tomcat download.

>     <Resource auth="Container" description="User database that can be
> updated and saved" name="UserDatabase" scope="Shareable"
> type="org.apache.catalina.UserDatabase"/>

The above and the rest of the global resources setting specifies the
attributes for the data used by the default authentication realm, not
only for Tomcat's manager and admin apps, but also by any other webapp
that is configured for container-managed authentication and doesn't
supply its own realm (e.g., Lambda Probe).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to