Re: Configuring a context specific JNDI/JDBC Realm

2011-05-03 Thread Mark Hoebeke
Thank you for your quick reply. I made the changes you suggested (and had to re-read some configuration HOWTOs) and the application behaves as expected. Thanks again. Mark Le 02/05/2011 18:22, Mark Thomas a écrit : > On 02/05/2011 17:11, Mark Hoebeke wrote: >> So, I'm using Tomcat 6.0.26 and I'

Re: Configuring a context specific JNDI/JDBC Realm

2011-05-02 Thread Mark Thomas
On 02/05/2011 17:11, Mark Hoebeke wrote: > So, I'm using Tomcat 6.0.26 and I'm developing an application relying on > a Realm to authenticate users. The Realm is a DataSourceRealm pointing > to a JNDI Resource declared in the ${catalina.home}/conf/context.xml as > follows : You almost certainly do

Configuring a context specific JNDI/JDBC Realm

2011-05-02 Thread Mark Hoebeke
Hello, after Googling a lot across Tomcat docs and mailing lists, and finding no answer to my problem I decided to give it a try on the mailing list. So, I'm using Tomcat 6.0.26 and I'm developing an application relying on a Realm to authenticate users. The Realm is a DataSourceRealm pointing to