Hi Mark,
Just wondering whether we have a radar to track this, will it be in release
notes for next release?
Thanks,
Andrew
> On Sep 27, 2021, at 8:54 AM, Mark Thomas wrote:
>
> On 27/09/2021 15:55, Mark Thomas wrote:
>>> On 27/09/2021 09:08, Goldengate liu wrote:
>>> Hi Mark,
>>>
>>>I’
> -Original Message-
> From: Robert Hicks
> Sent: Thursday, October 7, 2021 2:23 PM
> To: Tomcat Users List
> Subject: Re: Interesting log capability request
>
> The catalina.out log should capture that information already, right?
>
> This is what I see when I shutdown my barebones Tomc
The catalina.out log should capture that information already, right?
This is what I see when I shutdown my barebones Tomcat:
07-Oct-2021 15:19:03.276 INFO [main]
org.apache.catalina.core.StandardServer.await A valid shutdown command was
received via the shutdown port. Stopping the Server instance
I have an app team that wants to know if it's possible to capture how long the
Tomcat Shutdown takes? I don't think there is without modifying something in
the Catalina.sh under the Stop section, but wondering if there is something
already built in.
Thanks,
Dream * Excel * Explore * Inspire
Jo
Hey Tomcat Users,
I've run into an interesting behavior with a custom JASPIC provider. When
there is an existing session i.e. JSESSIONID cookie, It appears the
groups/roles are not checked again... even when the new groups are provided
in the client Subject (JASPIC's validate() ). When attempting
Jerry,
On 10/6/21 15:09, Jerry Malcolm wrote:
Chris, thanks so much. But please bear with me. I'm in the slow
group I think I have a pretty good handle on creating the
authenticator. But take me from the top, using manager as an example.
In the web.xml file it has login auth-method set