Top "Tomcat8" questions

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

Tomcat: java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens

I am getting below stack trace when I am deploying my application in a multi-server Apache Tomcat 8 environment. I am …

tomcat8 illegalargumentexception
Tomcat 8 throwing - org.apache.catalina.webresources.Cache.getResource Unable to add the resource

I have just upgraded Tomcat from version 7.0.52 to 8.0.14. I am getting this for lots of static image files: org.apache.…

caching resources tomcat8
403 Access Denied on Tomcat 8 Manager App without prompting for user/password

I have set up tomcat 8 according to this, and I have the following tomcat-users.xml file: <?xml version="1.0" encoding="…

tomcat tomcat8
Tomcat 8 is not able to handle get request with '|' in query parameters?

I am using Tomcat 8. In one case I need to handle external request coming from external source where the request …

java tomcat tomcat8 tomcat8.5
Tomcat 8 Maven Plugin for Java 8

Is the tomcat7-maven-plugin working with a tomcat 8 server and java 8? I can't find any tomcat8-maven-plugin.

tomcat java-8 maven-tomcat-plugin tomcat8
Can't access Tomcat 8 Manager App

I've just set up Tomcat 8 on an Ubuntu 14.04 VM and I'm not able to access the Manager App at http://[…

tomcat tomcat8
How do I configure this property with Spring Boot and an embedded Tomcat?

Do I configure properties like the connectionTimeout in the application.properties file or is the somewhere else to do it? …

java spring tomcat spring-boot tomcat8
java.lang.IllegalArgumentException: Invalid character (CR or LF) found in method name

I have a Spring MVC application running on Tomcat8. Once in a day or two I get an exception in …

java spring-mvc ubuntu tomcat8
How do you enable TLS 1.2 on Spring-boot?

I am trying to enable TLS 1.2 on Tomcat on Spring-boot 1.2.1. Android 5.0 is failing to connect to the default SSL settings, …

ssl spring-boot android-5.0-lollipop tomcat8
Service tomcat8 failed to start by using service tomcat8 start

I'm using Vagrant to deploy to Ubuntu Linux and try to start a tomcat8 service. Tomcat 8 was installed by apt-get …

linux tomcat ubuntu vagrant tomcat8