Re: Share data between applications

2016-07-08 Thread Nathan Quirynen
On 07/07/16 19:59, André Warnier (tomcat) wrote: On 07.07.2016 17:48, Nathan Quirynen wrote: We have several applications deployed in Tomcat and want to add 1 application to handle authentication for all of the other applications. All applications are defined as different host elements in

Share data between applications

2016-07-07 Thread Nathan Quirynen
We have several applications deployed in Tomcat and want to add 1 application to handle authentication for all of the other applications. All applications are defined as different host elements in Tomcat configuration (server.xml) like following example: ... How I see it theoretically wor

Re: Client authentication for specific path

2014-10-08 Thread Nathan Quirynen
On 03/10/14 21:18, Cédric Couralet wrote: > 2014-10-03 17:42 GMT+02:00 Nathan Quirynen : >> On 02/10/14 19:00, Christopher Schultz wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Nathan, >> >> On 10/1/14 12:16 PM, Nathan Q

Re: Client authentication for specific path

2014-10-03 Thread Nathan Quirynen
On 02/10/14 19:00, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nathan, > > On 10/1/14 12:16 PM, Nathan Quirynen wrote: >> On 01/10/14 18:08, Christopher Schultz wrote: Nathan, >> >> On 10/1/14 10:02 AM, Nathan Q

Re: Client authentication for specific path

2014-10-02 Thread Nathan Quirynen
On 01/10/14 18:50, Cédric Couralet wrote: > 2014-10-01 18:16 GMT+02:00 Nathan Quirynen : >> On 01/10/14 18:08, Christopher Schultz wrote: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA256 >>> >>> Nathan, >>> >>> On 10/1/14 10:

Re: Client authentication for specific path

2014-10-01 Thread Nathan Quirynen
On 01/10/14 18:08, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Nathan, > > On 10/1/14 10:02 AM, Nathan Quirynen wrote: >> Hi Tomcat users, >> >> A current application has client authentication configured

Client authentication for specific path

2014-10-01 Thread Nathan Quirynen
Hi Tomcat users, A current application has client authentication configured in the SSL Connector (server.xml): And the CA root certificates have been added to the truststore. This way it asks for a client certificate in any case, which works and is fine for this application. For a new applicat