Re: http2 async timeout setting

2019-12-06 Thread Arief Hasani
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 

Re: Tomcat - No Fork for debugging?

2019-12-06 Thread Alex Scheel
- 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

Re: Tomcat - No Fork for debugging?

2019-12-06 Thread Christopher Schultz
-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

Re: Tomcat - No Fork for debugging?

2019-12-06 Thread Alex Scheel
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

Re: JMX 101 Question

2019-12-06 Thread Christopher Schultz
-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

Re: Tomcat - No Fork for debugging?

2019-12-06 Thread Christopher Schultz
-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

Add date and app name to catalina,out

2019-12-06 Thread Усманов Азат Анварович
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 ###