Top "Tomcat8" questions

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

Performance - Spring Boot - Server Response Time

I have a strange behaviour on our spring boot application: Frontend/Client - angular 6 Backend - spring boot - spring …

spring spring-mvc spring-boot tomcat tomcat8
java.lang.ClassNotFoundException sun.misc.GC

Version Java: 10.0.1 Tomcat: 8.0.36 Ubuntu: 18.04 (64 bit) Eclipse: Photon (64 bit) Error: When I run the Tomcat server, I found below error. Please …

java eclipse tomcat8 java-10 ubuntu-18.04
Setting User Environment Variables for tomcat on Windows

I am running tomcat 8 on windows 2012. I have a webapp that needs an user environment variable to be set in …

tomcat8 windows2012
HTTP/2 support in Tomcat 8

After some research, I was surprised that I did not not find any resource on HTTP/2 support in Tomcat. Changelogs …

tomcat tomcat8 http2
Tomcat8 Gzip Compression for CSS, JS

I am using tomcat8 and trying to simulate GZIP compression of CSS and JS. I have added the entry in …

compression gzip tomcat8 http-compression
org.apache.catalina.LifecycleException;failed to start component

After deploying/replacing the class files in Tomcat 8 I got the following error. I haven't been able to find (or …

java spring-mvc tomcat8 hibernate-jpa
Receiving Data source is Closed error using spring-boot 1.2.7 in Tomcat 8 Java 8

I have a spring boot service using spring-boot 1.2.7 deploying to Tomcat 8 using Java 8. The service runs fine on a fresh …

spring-boot tomcat8 tomcat-jdbc
how does Hikari recycle connections?

I please you all for an answer I could not find in the HikariCP doc. Given I set the following …

java spring hibernate tomcat8 hikaricp
Why does servletContext.getRealPath returns null on tomcat 8?

I have the following code line: servletContext.getRealPath("resources/images/video_icon.png") Wen I run application using jetty(using …

java tomcat path tomcat8 servlet-container
APR error: -730054

We are getting this error related to AXIS2 1.7.3. We are running Tomcat8 with the latest Java8. java.io.IOException: APR …

java axis2 tomcat8 apr