On Tomcat 5.0.12, should context /bondtest have access to the following DataSourceRealm? Tomcat complains that it cannot perform the authentication because the name "jdbc" is not bound in the context. However, as you can see below, <Context> directly includes the resource jdbc/BondTest. If I replace DataSourceRealm with JDBCRealm, the authentication is successful and the /bondtest application can access resource jdbc/BondTest. What have I done wrong?
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)