Hi all,
I have an Embedded Server and try to add a Resource to the
globalnamingresources:
ContextResource resource = new ContextResource();
resource.setName("jdbc/db");
resource.setAuth("Container");
resource.setType("javax.sql.DataSource");
resource.set
William wrote:
> Hi,
>
> description
> webapp definition cannot override global one, even though
> override attribute set to true.
> Why?
> Is that the right way to define resource for common use and
> redefine it within specific webapp?
>
> scenario
> version: 5.5.20
> global definition in c
Hi,
description
webapp definition cannot override global one, even though
override attribute set to true.
Why?
Is that the right way to define resource for common use and
redefine it within specific webapp?
scenario
version: 5.5.20
global definition in conf/server.xml:
webapp defin
> 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
Hello,
What is this for:
factory
org.apache.catalina.users.MemoryUserDatabaseFactory
pathname
conf/tomcat-users.xml
It seems to provide the user database used by the web-based admin
tools. I don't use there, and