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 fo
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 few
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
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 f