Re: JNDI datasource error upgrading from Tomcat 7.0.23 to 7.0.27

2012-10-27 Thread Aladin Dajani
Hello, I am mot familiar with Hibernate or Liferay, but I ran into what appear to be similar. Look onto the thread titled " JDBCRealm conection timeout failure on getPassword" in thus list. It may help. Aladin On Oct 27, 2012, at 6:28 PM, Konstantin Kolinko wrote: > 2012/10/28 Bob Dietrich :

Re: SSl Query-- please help

2012-10-21 Thread Aladin Dajani
Hello, Terminating SSL at the Apache level assumes all tomcat servers behind Apache are on a secure, externally inaccessible, network. But In cloud-based, hosted systems, there is no guarantee someone isn't listening. Does this make a case for securing Apache<->tomcat communication? On Oct 21,

Re: JDBCRealm conection timeout failure on getPassword

2012-10-08 Thread Aladin Dajani
Thanks to all, Aladin On Sun, Oct 7, 2012 at 9:57 PM, Mark Eggers wrote: > Comments inline. > > On 10/7/2012 3:31 PM, Aladin Dajani wrote: > >> Hello Pid, >> >> I cannot dismiss that there may be inaccuracies as you mentioned in your >> res

Re: JDBCRealm conection timeout failure on getPassword

2012-10-07 Thread Aladin Dajani
login succeeds when valid credentials are used. Thanks Aladin On Sun, Oct 7, 2012 at 4:35 PM, Pid wrote: > On 07/10/2012 19:40, Aladin Dajani wrote: > > Thank you all for your help. I now have DataSourceRealm based > > authentication up and running with my connection pool. > &g

Re: JDBCRealm conection timeout failure on getPassword

2012-10-07 Thread Aladin Dajani
. I tried several combinations as described in the wiki and outside and this is the one that worked, for now this is what matters to me. Thanks On Sun, Oct 7, 2012 at 11:33 AM, Mark Eggers wrote: > On 10/7/2012 8:22 AM, Pid * wrote: > >> On 7 Oct 2012, at 15:26, Aladin D

Re: JDBCRealm conection timeout failure on getPassword

2012-10-07 Thread Aladin Dajani
configuration somewhere ? Thanks. On Sun, Oct 7, 2012 at 9:36 AM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Aladin Dajani schrieb: > > >Hello List, > > > >My application is configured for JDBCRealm authentication uses a MySQL > >database. &

Re: JDBCRealm conection timeout failure on getPassword

2012-10-07 Thread Aladin Dajani
Thanks Felix, This does look like what I need. On Sun, Oct 7, 2012 at 9:36 AM, Felix Schumacher < felix.schumac...@internetallee.de> wrote: > > > Aladin Dajani schrieb: > > >Hello List, > > > >My application is configured for JDBCRealm authentication uses a

JDBCRealm conection timeout failure on getPassword

2012-10-07 Thread Aladin Dajani
Hello List, My application is configured for JDBCRealm authentication uses a MySQL database. For my own use inside the application, I have setup a connection pool to access the database, However, the configuration of JDBCRealm in server.xml uses astand-alone connection. Since MySQL times-out con