RE: JDBC authentication problem

2015-02-05 Thread Luc DALLEMANE
. De : Felix Schumacher felix.schumac...@internetallee.de Envoyé : mercredi 4 février 2015 20:11 À : Tomcat Users List Objet : Re: JDBC authentication problem Am 04.02.2015 um 14:21 schrieb Luc DALLEMANE: Hi, I'm back again with the problem :) Firstly, I

RE: JDBC authentication problem

2015-02-04 Thread Luc DALLEMANE
-03 14:29 GMT+03:00 Luc DALLEMANE ldallem...@alaloop.com: Hi, Thanks for the reply, I tried to add the options you told me about (testWhileIdle, timeBetweenEvictionRunsMillis, and maxConnLifetimeMillis), but I'm still unable to log after un hour ... Do you have validationQuery configured

RE: JDBC authentication problem

2015-02-03 Thread Luc DALLEMANE
02.02.2015 um 17:03 schrieb Luc DALLEMANE: Thanks for the reply, No I haven't got any exceptions, and there is no more logs until I restart tomcat manually. From the web page, you can see that it keeps loading the page indefinitely... and never tells if the authentication fails

RE: JDBC authentication problem

2015-02-02 Thread Luc DALLEMANE
looked the firewall config and told me the config was OK ... So, if you have any idea, you're welcome ! Regards, Luc. De : Luc DALLEMANE ldallem...@alaloop.com Envoyé : vendredi 30 janvier 2015 15:39 À : Tomcat Users List Objet : RE: JDBC authentication

RE: JDBC authentication problem

2015-02-02 Thread Luc DALLEMANE
/2/15 6:11 AM, Luc DALLEMANE wrote: I tried to switch to DataSourceRealm but my problem is here again. After a while, the authentication is still impossible. Maybe i have missed something about the DataSource in the doc but I'm able to login several times. It's only after about one hour

RE: JDBC authentication problem

2015-01-30 Thread Luc DALLEMANE
] Envoyé : vendredi 30 janvier 2015 14:52 À : Tomcat Users List Objet : Re: JDBC authentication problem 2015-01-30 16:45 GMT+03:00 Luc DALLEMANE ldallem...@alaloop.com: Hi, I'm facing a problem with my web application. I'm using Tomcat 7.0.56, Java 1.8, Postgres 9.4 and Debian 7

RE: JDBC authentication problem

2015-01-30 Thread Luc DALLEMANE
SIGNED MESSAGE- Hash: SHA256 Luc, On 1/30/15 9:05 AM, Luc DALLEMANE wrote: Thanks for the reply, it is the JDBCRealm not the data source. Your Resource configuration is therefore ignored. The JDBCRealm should really not be used at all. Switch to DataSourceRealm. If you don't like using your

JDBC authentication problem

2015-01-30 Thread Luc DALLEMANE
Hi, I'm facing a problem with my web application. I'm using Tomcat 7.0.56, Java 1.8, Postgres 9.4 and Debian 7. The application is configured as followed : The web server is located in a DMZ. The database server is located in our LAN. To communicate with each other, a firewall has been