Re: JDBCRealm driver location 9.0.24

2021-08-01 Thread passignat
Thanks a lot, it works great. Driver is loaded from catalina_base now. -Original Message- From: Christopher Schultz Reply-To: Tomcat Users List To: users@tomcat.apache.org Subject: Re: JDBCRealm driver location 9.0.24 Date: Sun, 1 Aug 2021 18:08:16 -0400 Stephane, On 8/1/21 11:17

Re: JDBCRealm driver location 9.0.24

2021-08-01 Thread Christopher Schultz
Stephane, On 8/1/21 11:17, Stephane wrote: I'm trying to distinguish catalina_home from catalina_base and I use a JDBCRealm and soon will probably use other realms. Don't use JDBCRealm. Instead, use DataSourceRealm. It's a long story, but DataSourceRealm is what you want for production and JD

JDBCRealm driver location 9.0.24

2021-08-01 Thread Stephane
Hello, I'm trying to distinguish catalina_home from catalina_base and I use a JDBCRealm and soon will probably use other realms. I read the documentation, mentioning JDBC driver needs to be in catalina_home/lib. I don't understand why as catalina.properties specify common.loader as "${catalina.ba