Re: DataSourceRealm says "Name jdbc is not bound in this Context"

2005-02-07 Thread Dan Washusen
Dominik, that worked! Champion!!! My revised context.xml looks like this: On Mon, 07 Feb 2005 08:57:08 +0100, Dominik Drzewiecki <[EMAIL PROTECTED]> wrote: > Dan Washusen <[EMAIL PROTECTED]> wrote: > > Hi Sven, > > I can access the data sourc

Re: DataSourceRealm says "Name jdbc is not bound in this Context"

2005-02-06 Thread Dan Washusen
you need an additional parameter to > like so: > > 8 > 9 dataSource > 10 jdbc/Taglib > 11 > > Check the dtd description at > http://java.sun.com/j2ee/dtds/web-app_2.3.dtd for > further info. &g

DataSourceRealm says "Name jdbc is not bound in this Context"

2005-02-05 Thread Dan Washusen
Hi All, I'm trying to get container managed authentication going under Tomcat 5.5 using the org.apache.catalina.realm.DataSourceRealm class. I've configured a DataSource using the name "jdbc/MindDB" and I can access that from within my app, but when the configured DataSourceRealm tries to access i