On 08.10.2019 00:50, Magosányi Árpád wrote:
On 10/7/19 11:29 PM, André Warnier (tomcat) wrote:
DirectoryIndex off
RewriteEngine Off
AuthType openid-connect
AllowOverride None
AuthzDBDQuery "a correct database query"
Require dbd-group allrepo
LogLevel debug
On Mon, Oct 7, 2019 at 10:22 AM Christopher Schultz <
ch...@christopherschultz.net> wrote:
I'm interested in what the community is doing with the CGIServlet, if
> anything. Please do NOT reply if you don't use the CGIServlet. Please
> DO reply if you fit into any of these categories:
>
> 1. Using
On 10/7/19 11:29 PM, André Warnier (tomcat) wrote:
>
> DirectoryIndex off
> RewriteEngine Off
> AuthType openid-connect
> AllowOverride None
> AuthzDBDQuery "a correct database query"
> Require dbd-group allrepo
> LogLevel debug
>
Nice. It have solved the problem, th
Adding to my own previous post :
A posteriori, I saw a question here :
https://stackoverflow.com/questions/58240796/pass-username-and-client-certificate-from-apache-to-tomcat-using-mod-jk
that may be related to your question on this list.
Examining the above, you problem may be in the httpd confi
On 07.10.2019 23:24, Magosányi Árpád wrote:
On 10/7/19 8:20 PM, André Warnier (tomcat) wrote:
Forgot the atribute 'tomcatAuthentication="false"' in the Connector ?
Yes, I did, however adding it back did not improve the situation.
Ok. I just mentioned that, because it is one piece of the pu
On 10/7/19 8:20 PM, André Warnier (tomcat) wrote:
>
> Forgot the atribute 'tomcatAuthentication="false"' in the Connector ?
>
Yes, I did, however adding it back did not improve the situation.
My server.xml now:
Hi.
see at end.
On 07.10.2019 16:26, Martin Knoblauch wrote:
On Mon, Oct 7, 2019 at 3:31 PM Konstantin Kolinko
wrote:
пн, 7 окт. 2019 г. в 15:44, Martin Knoblauch :
Hi Konstantin,
On Mon, Oct 7, 2019 at 2:36 PM Konstantin Kolinko <
knst.koli...@gmail.com>
wrote:
2. For Tomcat to issue
On 07.10.2019 17:36, Magosányi Árpád wrote:
Magosányi,
How are you getting the attributes from the request?
This is the filter code:
String user = httpRequest.getRemoteUser(); Object cert =
httpRequest.getAttribute("javax.servlet.request.X509Certificate");
this.context.log("user:"+user);
On Mon, Oct 7, 2019 at 5:10 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Martin,
>
> On 10/7/19 07:22, Martin Knoblauch wrote:
> > The mod_jk configuration basically looks like:
> >
> > LoadModule jk_module modules/mod_jk.so
> Magosányi,
>
> >> How are you getting the attributes from the request?
>
> > This is the filter code:
>
>
> > String user = httpRequest.getRemoteUser(); Object cert =
> > httpRequest.getAttribute("javax.servlet.request.X509Certificate");
> > this.context.log("user:"+user);
>
> This won't show any
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Magosányi,
On 10/7/19 11:16, Magosányi Árpád wrote:
>> Magosányi,
>>
>> On 10/7/19 10:37, Magosányi Árpád wrote:
>>> I intend to use the user and certificate info in a Filter.
>>
>>> I think I have configured everything to do that, but the
>>> infor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I'm interested in what the community is doing with the CGIServlet, if
anything. Please do NOT reply if you don't use the CGIServlet. Please
DO reply if you fit into any of these categories:
1. Using Tomcat as a primary web server without rever
> Magosányi,
>
> On 10/7/19 10:37, Magosányi Árpád wrote:
> > I intend to use the user and certificate info in a Filter.
>
> > I think I have configured everything to do that, but the
> > information does not get passed along. Based on various
> > documentations and howtos, SSLVerifyClient require,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Martin,
On 10/7/19 07:22, Martin Knoblauch wrote:
> The mod_jk configuration basically looks like:
>
> LoadModule jk_module modules/mod_jk.so
>
> JkWorkersFile "conf/cb2/workers.properties" JkShmFile
> "logs/jk-runtime-status" JkLogFile "logs/mod_j
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Magosányi,
On 10/7/19 10:37, Magosányi Árpád wrote:
> I intend to use the user and certificate info in a Filter.
>
> I think I have configured everything to do that, but the
> information does not get passed along. Based on various
> documentations
I intend to use the user and certificate info in a Filter.
I think I have configured everything to do that, but the information does not
get passed along. Based on various documentations and howtos, SSLVerifyClient
require, SSLOptions +StdEnvVars and SSLOptions +ExportCertData and JkExtractSSL
O
On Mon, Oct 7, 2019 at 3:31 PM Konstantin Kolinko
wrote:
> пн, 7 окт. 2019 г. в 15:44, Martin Knoblauch :
> >
> > Hi Konstantin,
> >
> > On Mon, Oct 7, 2019 at 2:36 PM Konstantin Kolinko <
> knst.koli...@gmail.com>
> > wrote:
> >
> >
> > 2. For Tomcat to issue a redirect, the "docs" directory mus
On Mon, Oct 7, 2019 at 2:37 PM André Warnier (tomcat) wrote:
> On 07.10.2019 13:45, Mark Thomas wrote:
> > On 07/10/2019 12:22, Martin Knoblauch wrote:
> >> Dear fellow Tomcat users,
> >>
> >> recently we migrated our application from Tomcat7 to Tomcat9. Most
> things
> >> work great so far, bu
пн, 7 окт. 2019 г. в 15:44, Martin Knoblauch :
>
> Hi Konstantin,
>
> On Mon, Oct 7, 2019 at 2:36 PM Konstantin Kolinko
> wrote:
>
>
> 2. For Tomcat to issue a redirect, the "docs" directory must be
> > present in your web application. It can be empty, but it must be
> > present. (If there is none
Hi Konstantin,
On Mon, Oct 7, 2019 at 2:36 PM Konstantin Kolinko
wrote:
> пн, 7 окт. 2019 г. в 14:23, Martin Knoblauch :
> >
> > Dear fellow Tomcat users,
> >
> > recently we migrated our application from Tomcat7 to Tomcat9. Most
> things
> > work great so far, but we observed on issue. Basical
On 07.10.2019 13:45, Mark Thomas wrote:
On 07/10/2019 12:22, Martin Knoblauch wrote:
Dear fellow Tomcat users,
recently we migrated our application from Tomcat7 to Tomcat9. Most things
work great so far, but we observed on issue. Basically serving static pages
has stopped for us.
Our setup
пн, 7 окт. 2019 г. в 14:23, Martin Knoblauch :
>
> Dear fellow Tomcat users,
>
> recently we migrated our application from Tomcat7 to Tomcat9. Most things
> work great so far, but we observed on issue. Basically serving static pages
> has stopped for us.
>
> Our setup is Tomcat (7.0.62 or 9.0.12)
On 07/10/2019 12:22, Martin Knoblauch wrote:
> Dear fellow Tomcat users,
>
> recently we migrated our application from Tomcat7 to Tomcat9. Most things
> work great so far, but we observed on issue. Basically serving static pages
> has stopped for us.
>
> Our setup is Tomcat (7.0.62 or 9.0.12) b
Dear fellow Tomcat users,
recently we migrated our application from Tomcat7 to Tomcat9. Most things
work great so far, but we observed on issue. Basically serving static pages
has stopped for us.
Our setup is Tomcat (7.0.62 or 9.0.12) behind Apache HTTPD (2.4.41 using
mod_jk 1.2.46). Yes, 9.0.1
On Mon, Oct 7, 2019 at 11:15 AM Emmanuel Lecharny
wrote:
>
>
> On 2019/10/05 11:12:46, Rémy Maucherat wrote:
> > On Fri, Oct 4, 2019 at 10:38 PM Emmanuel Lecharny
> > wrote:
> >
> > > Hi remy,
> > >
> > > On 2019/10/04 15:37:36, Rémy Maucherat wrote:
> > > > On Fri, Oct 4, 2019 at 3:40 PM Emma
On 2019/10/05 11:12:46, Rémy Maucherat wrote:
> On Fri, Oct 4, 2019 at 10:38 PM Emmanuel Lecharny
> wrote:
>
> > Hi remy,
> >
> > On 2019/10/04 15:37:36, Rémy Maucherat wrote:
> > > On Fri, Oct 4, 2019 at 3:40 PM Emmanuel Lecharny
> > > wrote:
> > >
> > > > Hi !
> > > >
> > > > I filled a
On 06/10/2019 20:31, Alex O'Ree wrote:
> i have a password protected web app and would like to provide users with
> the ability to self register for a new account. looks like the easiest way
> to do this with tomcat is with a jdbc realm to protect the web app and
> anonymous access to the self regi
27 matches
Mail list logo