Re: Application name in log record

2022-01-09 Thread Mark Thomas
Use ServletContext.getContextPath()? If you have a more complex deployment you might want to preface it with ServletContext.getVirtualServerName() Mark On 10/01/2022 05:00, Makarov Alexey wrote: Hello! I want to print application name in my log files. As I know, I must implemet custom log

Re: HTTP2 : WINDOW_UPDATE not sent on stream level

2022-01-09 Thread Mark Thomas
On 10/01/2022 07:23, Arshiya Shariff wrote: Thank you for the response Mark . Yes, with the default window size the requests process fine . We were just attempting to reproduce the original issue that we are facing in production with version 9.0.38 where few connections go unresponsive for

RE: HTTP2 : WINDOW_UPDATE not sent on stream level

2022-01-09 Thread Arshiya Shariff
Thank you for the response Mark . Yes, with the default window size the requests process fine . We were just attempting to reproduce the original issue that we are facing in production with version 9.0.38 where few connections go unresponsive for few seconds around the same time i.e. tomcat is

Application name in log record

2022-01-09 Thread Makarov Alexey
Hello! I want to print application name in my log files. As I know, I must implemet custom log formatter. How I can get application name? import java.util.logging.Formatter; import java.util.logging.LogRecord; public class MyCustomLogFormatter extends Formatter {     @Override     public String