Top "Tomcat8" questions

Version 8.x (August 2013 onwards) of the Apache Tomcat servlet container.

Tomcat memory leak issue of log4j2 thread

I'm using log4j2 for logging, tomcat8 and java8 version. I used attribute "monitorInterval" to periodically check my log4j2.…

java log4j2 tomcat8 java-threads
Lambda expressions in JSP files will not compile

I've tried most of the suggestions mentioned on stackoverflow but haven't come across a solution yet. The error I'm being …

java jsp tomcat java-8 tomcat8
java.io.IOException: Broken pipe bringing down the embedded tomcat 8 app

I am familiar why the following exception is raised on the server side (client disconnecting from the server without reading …

spring spring-boot tomcat8 embedded-tomcat-8
log4j2 ERROR Unrecognized format specifier [t]

I have a log4j2 configuration file for a web app running on Tomcat 8 that looks like this <?xml …

java logging log4j log4j2 tomcat8