Top "Tomcat8" questions

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

The web application appears to have started a thread named [HikariPool-1 housekeeper] but has failed to stop it

I am trying use HikariCP JNDI DataSource Factory within Tomcat 8.5 but when it shutdown I'm getting these warning: o.a.…

tomcat8 hikaricp
How Can Change Default Locale For TOMCAT In WINDOWS?

As can be seen in photos، Iran is set location. i used realm tag in "%CATALINA_HOME%\conf\server.xml". &…

java oracle internationalization tomcat8 jdbcrealm
Unable to eliminate Tomcat Cache warnings in catalina.out

Since switching to Tomcat 8, I continually get messages like this in my catalina.out org.apache.catalina.webresources.Cache.getResource …

tomcat8 catalina.out
How create environment variable for tomcat?

I'm trying create environment variable in tomcat 8 for my project, I need use this variable for choice properties logger. I …

environment-variables tomcat8
Embedded tomcat giving failed to scan jars from classloader hierarchy

I am newly trying out Embedded tomcat version 8.0.15. Downloaded the maven dependency into my project. Create the necessary context and …

tomcat tomcat8 embedded-tomcat-8
AbstractMethodError with jTDS JDBC Driver on Tomcat 8

I am deploying a web app (WAR) to a Tomcat 8 web container. The WAR includes in the '/WEB-INF/lib' …

tomcat8 jtds
"Unknow type constant pool at position X" in tomcat logs since java 8

I have a Java JSF2 web based application deployed on a Tomcat server, and since we moved to Java 8 / Tomcat 8 …

java jsf tomcat jsf-2 tomcat8
HTTP Status 405 - JSPs only permit GET POST or HEAD

Since JSP 2.3 (Tomcat 8) only supported method for JSP is GET POST or HEAD: https://jcp.org/aboutJava/communityprocess/maintenance/jsr245/245…

jsp tomcat exception-handling tomcat8
Tomcat - How to persist a session immediately to disk using PersistentManager + FileStore

I want to persist Tomcat's HttpSessions to disk so that it can be used in a scalable cloud environment. The …

java tomcat openshift tomcat8 openshift-enterprise
JasperListener? Upgrading from Tomcat 8 to Tomcat 9

Since Tomcat 8.0 has reached end of life, I want to upgrade my application directly to Tomcat 9. When I deploy my …

java tomcat tomcat8 tomcat9