Re: Tomcat7 Client Certicate Authentication Using Datasource Realm Fails

2014-05-04 Thread Dhayanidhi sundaramoorthi
Hi, I have moved the realm configuration inside tag Still I get the same below mentioned error. May 04, 2014 11:10:11 AM org.apache.catalina.realm.RealmBase hasResourcePermission FINE: No role found: masFedClient May 04, 2014 11:10:11 AM org.apache.catalina.realm.RealmBase hasResourcePe

Re: Tomcat7 Client Certicate Authentication Using Datasource Realm Fails

2014-05-04 Thread Konstantin Kolinko
2014-05-04 17:24 GMT+04:00 Dhayanidhi sundaramoorthi : > Hi, > > Thanks for your response. > > Can you pls let me know the exact location where I am supposed to configure > the realm in server.xml? It belongs to a "container" (Context, Host or Engine). In server.xml that will be or . http://tomca

Re: Tomcat7 Client Certicate Authentication Using Datasource Realm Fails

2014-05-04 Thread Dhayanidhi sundaramoorthi
Hi, Thanks for your response. Can you pls let me know the exact location where I am supposed to configure the realm in server.xml? If I place the configuration in /conf/web.xml, the configuration is applicable for all the web apps. I want all the webapplication needs to be protected. Thanks Dha

Re: Tomcat7 Client Certicate Authentication Using Datasource Realm Fails

2014-05-04 Thread Konstantin Kolinko
2014-05-04 3:31 GMT+04:00 Dhayanidhi sundaramoorthi : > Hi, > > In Tomcat7, we are trying to do client certificate authentication using > datasource realm. But it fails. > > Please fnd the configuration below: > > server.xml: > > > className="org.apache.catalina.core.AprLifecycle

Re: Tomcat7 Client Certicate Authentication Using Datasource Realm Fails

2014-05-03 Thread Dhayanidhi sundaramoorthi
preciate your help and support. Thanks Dhaya On Sat, May 3, 2014 at 8:37 PM, Martin Gainty wrote: > > > > Date: Sat, 3 May 2014 19:31:17 -0400 > > Subject: Tomcat7 Client Certicate Authentication Using Datasource Realm > Fails > > From: dhayamoorthi2...@gmail.

RE: Tomcat7 Client Certicate Authentication Using Datasource Realm Fails

2014-05-03 Thread Martin Gainty
> Date: Sat, 3 May 2014 19:31:17 -0400 > Subject: Tomcat7 Client Certicate Authentication Using Datasource Realm Fails > From: dhayamoorthi2...@gmail.com > To: users@tomcat.apache.org > > Hi, > > In Tomcat7, we are trying to do client certificate authentication using &g

Tomcat7 Client Certicate Authentication Using Datasource Realm Fails

2014-05-03 Thread Dhayanidhi sundaramoorthi
Hi, In Tomcat7, we are trying to do client certificate authentication using datasource realm. But it fails. Please fnd the configuration below: server.xml: security role configuration /conf/web.xml: