Hi Chris,
Thanks for the reminder. following is the code that runs the timeout listener
on time while running on http1.1 but not on http2. tested on 9.0.29
start code@WebServlet(name = "Test", urlPatterns = {"/test"},
asyncSupported = true)public class Main extends HttpServlet {
@Override
- Original Message -
> From: "Christopher Schultz"
> To: users@tomcat.apache.org
> Sent: Friday, December 6, 2019 12:41:23 PM
> Subject: Re: Tomcat - No Fork for debugging?
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Alex,
>
> On 12/6/19 10:57, Alex Scheel wrote:
> > Apolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alex,
On 12/6/19 10:57, Alex Scheel wrote:
> Apologies, this reply got away from me... :-)
Not at all. This is very helpful.
> Perhaps grab a fresh $BEVERAGE before reading.
It's before noon, so I grabbed a fresh espresso.
:)
> - Original M
Apologies, this reply got away from me... :-)
Perhaps grab a fresh $BEVERAGE before reading.
- Original Message -
> From: "Christopher Schultz"
> To: users@tomcat.apache.org
> Sent: Friday, December 6, 2019 9:51:52 AM
> Subject: Re: Tomcat - No Fork for debugging?
>
> -BEGIN PGP S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jerry,
On 12/6/19 01:58, Jerry Malcolm wrote:
> Hi Chris,
>
> See below
>
> On 12/5/2019 1:07 PM, Christopher Schultz wrote: Jerry,
>
> On 12/5/19 13:42, Jerry Malcolm wrote:
I'm trying to add some code to monitor my jdbc data
connectio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Alex,
On 12/5/19 18:05, Alex Scheel wrote:
> - Original Message -
>> From: "Christopher Schultz" To:
>> users@tomcat.apache.org Sent: Thursday, December 5, 2019 5:05:42
>> PM Subject: Re: Tomcat - No Fork for debugging?
>>
> Alex,
>
> On
Hello everyone! Is it possible to add app name and error date to catalina.out
in case of an exception ?(both in console and in catalina.out file)
I amd using follow logginng properties in tomcat
.handlers = 1catalina.org.apache.juli.FileHandler,
java.util.logging.ConsoleHandler
###