Embedded Tomcat and global naming resources

2008-12-04 Thread Michael Borchert
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

Re: Failed to override global naming resources in specific app!

2008-08-27 Thread Mark Thomas
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

Failed to override global naming resources in specific app!

2008-08-27 Thread William
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

RE: Global Naming Resources

2008-03-17 Thread Caldarale, Charles R
> 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

Global Naming Resources

2008-03-17 Thread Stephen Nelson-Smith
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