[jboss-user] [Clustering/JBoss] - Errors with JBossManagedConnectionPool on Cluster

2009-03-09 Thread dan957
Hi, We are trying to implement JBoss clustering, however we are ending up with the error below. Throwable while attempting to get a new connection: null java.lang.NoClassDefFoundError: org/jboss/cache/DataNode Can you guys help us out, perhaps we are missing something? We are using 4.0.1, and

[jboss-user] [Security JAAS/JBoss] - Re: Passing LDAP-authenticated users from Apache to JBoss

2009-02-24 Thread dan957
Solved! It was a matter of adding tomcatAuthentication=false in the connector settings. I didn't realize this parameter was still valid in JBoss :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4212712#4212712 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Passing LDAP-authenticated users from Apache to JBoss

2009-02-18 Thread dan957
Hi Everyone, [Was looking for a way to transfer this post from another forum, but couldn't, so pasting here anyway. Apologies for those reading this twice :(] I was hoping to get your insights. I am trying to migrate an Apache+LDAP+Tomcat application to an Apache+LDAP+JBoss set-up.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Passing LDAP-authenticated users from Apache to JBoss

2009-02-17 Thread dan957
Hi Everyone, I was hoping to get your insights. I am trying to migrate an Apache+LDAP+Tomcat application to an Apache+LDAP+JBoss set-up. Authentication is done by Apache via LDAP for protected resources. While it works fine for the existing Tomcat set-up, on my JBoss set-up, it does not