RE: web.xml authentication and Tomcat Realm

2014-09-07 Thread Dalecki, Janusz
-Original Message- From: Neven Cvetkovic [mailto:neven.cvetko...@gmail.com] Sent: Friday, 5 September 2014 11:40 PM To: Tomcat Users List Subject: Re: web.xml authentication and Tomcat Realm Hey Janusz, On Thu, Sep 4, 2014 at 8:02 PM, Dalecki, Janusz wrote: Follow the link Chris

RE: web.xml authentication and Tomcat Realm

2014-09-04 Thread Dalecki, Janusz
, Janusz wrote: > -Original Message- From: Felix Schumacher > [mailto:felix.schumac...@internetallee.de] Sent: Thursday, 4 September > 2014 3:29 PM To: Tomcat Users List Subject: Re: web.xml authentication > and Tomcat Realm > > > >> On 4. September 2014 05:35:42 MESZ,

RE: web.xml authentication and Tomcat Realm

2014-09-03 Thread Dalecki, Janusz
-Original Message- From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: Thursday, 4 September 2014 3:29 PM To: Tomcat Users List Subject: Re: web.xml authentication and Tomcat Realm On 4. September 2014 05:35:42 MESZ, "Dalecki, Janusz" wrote: >H

web.xml authentication and Tomcat Realm

2014-09-03 Thread Dalecki, Janusz
Hi, I am just wondering whether somehow I can use web.xml to point to the Tomcat JDBC Realm that I am using. Are those two completely disjoint or I can link them together. Regards, Janusz This e-mail contains privileged and confidential information intended for

RE: Configured JDBCRealm

2014-09-03 Thread Dalecki, Janusz
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, 4 September 2014 12:57 AM To: Tomcat Users List Subject: Re: Configured JDBCRealm -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Janusz, On 9/2/14, 10:31 PM, Dalecki, Janusz wrote: >

RE: Configured JDBCRealm

2014-09-03 Thread Dalecki, Janusz
-Original Message- From: Daniel Mikusa [mailto:dmik...@pivotal.io] Sent: Wednesday, 3 September 2014 10:03 PM To: Tomcat Users List Subject: Re: Configured JDBCRealm On Tue, Sep 2, 2014 at 9:59 PM, Dalecki, Janusz wrote: > > > -Original Message- > From: D

RE: Configured JDBCRealm

2014-09-02 Thread Dalecki, Janusz
at 7:00 AM, Dalecki, Janusz > wrote: > >> Hi, I have configured JDBCRealm Tomcat with the following: >> >> >> >> > driverName="org.postgresql.Driver" >> connectionURL="jdbc:postgresql://localhost:5432/df_Scheduler?user=postgre

RE: Configured JDBCRealm

2014-09-02 Thread Dalecki, Janusz
-Original Message- From: Daniel Mikusa [mailto:dmik...@pivotal.io] Sent: Tuesday, 2 September 2014 10:04 PM To: Tomcat Users List Subject: Re: Configured JDBCRealm On Tue, Sep 2, 2014 at 7:00 AM, Dalecki, Janusz wrote: > Hi, > I have configured JDBCRealm Tomcat with the fol

Configured JDBCRealm

2014-09-02 Thread Dalecki, Janusz
Hi, I have configured JDBCRealm Tomcat with the following: I have a few questions: 1) How can I get hold of this realm object within my Java app? 2) Even if I get the instance of the JDBCRealm - how do I get the list of all roles available? Regards, Janusz