> > <Realm className="org.apache.catalina.realm.DataSourceRealm" > > debug="99" dataSourceName="jdbc/TestDB" userTable="UserTBL" > > userNameCol="userid" userCredCol="pass" userRoleTable="RoleTBL" > > roleNameCol="role"/>
> The <Realm> did not change. Sorry, the Realm indeed changed. I had to change the dataSourceName from "jdbc/TestDB" to "TestDB", since the name of the global resource-reference changed as well. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
