Top "Tomcat8" questions

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

Getting NoSuchMethodError:javax.servlet.ServletContext.getVirtualServerName()

I am facing an issue during deployment of a service in Tomcat 8. Getting following error : Caused by: java.lang.NoSuchMethodError: …

java servlets tomcat8
More than one fragment with the name [spring_web] was found. This is not legal with relative ordering

I have a spring boot application that works fine when I run it using the embedded server from Intellj. However, …

java spring-boot spring-mvc tomcat8
Should I add both JAVA_HOME and JRE_HOME in environmental variable, PATH?

I ran into this error while setting up my Tomcat and Java environmental path: Neither the JAVA_HOME nor the …

java tomcat8
Jenkins deploy war file to Tomcat 8

I'm running Jenkins 1.6 (and also tried with Jenkins 2.0) on the same server where I have Tomcat 8. I need to deploy …

jenkins jenkins-plugins tomcat8
org.apache.catalina.connector.ClientAbortException: java.io.IOException: APR error: -32

At my Spring Boot + Tomcat 8 project I have configured @ControllerAdvice which looks like: @ControllerAdvice public class GlobalControllerExceptionHandler { final static Logger …

tomcat spring-boot jackson tomcat8 spring-restcontroller
Should I upgrade to Tomcat8 from Tomcat 7

My project is currently running on Tomcat 7. Should I go for upgrade to Tomcat 8? What are the pros and cons …

tomcat tomcat7 tomcat8
Spring boot embedded tomcat logs

i'm using spring boot embedded tomcat with spring boot 1.5.9 , im also using Log4j2. recently i exerience problems during load, …

spring spring-boot logging tomcat8 embedded-tomcat-8
How to install Tomcat in Amazon Web Services EC2

I have created an instance in Amazon web services, and I have connected to the server using putty through ssh. …

amazon-web-services tomcat amazon-ec2 tomcat8
Implementing 2 way SSL using spring boot

I'm creating some restful web services and am using Spring-Boot to create an embedded tomcat container. One of the requirements …

java ssl spring-security spring-boot tomcat8
Apache Tomcat 8 not working. Throws HTTP Status 500 - java.lang.ClassNotFoundException: org.apache.jsp.index_jsp

I am using Apache Tomcat 8 and I've JDK 1.7. Tomcat starts running after I run "startup.bat". But when I try …

java php apache tomcat tomcat8