Top "Tomcat8" questions

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

Tomcat support for HTTP/2.0?

Does anyone know what is the lowest version of Tomcat that supports HTTP/2.0? I've been looking everywhere on their site …

tomcat https tomcat7 tomcat8 http2
Tomcat 8 URL Rewrite

I have an AngularJS webapp and Jersey backend. I need to setup URL rewriting, so everything except given exceptions will …

java angularjs apache url-rewriting tomcat8
How to change Cookie Processor to LegacyCookieProcessor in tomcat 8

My code is working on tomcat 8 version 8.0.33 but on 8.5.4 i get : An invalid domain [.mydomain] was specified for this cookie. …

java cookies tomcat8
The valid characters are defined in RFC 7230 and RFC 3986

My program throws this exception online,I know the reason why it is wrong. My question is how do I …

java tomcat8
Adding external resources to class-path in Tomcat 8

I have a Tomcat application which needs to reference some properties files that are external to the app. Generally these …

java tomcat classpath tomcat8
Apache Tomcat 8.5 . Error: Service terminated with service specific error incorrect function

i have installed apache tomcat 8.5 one month ago with java 1.8 on Windows Server 2008 and it works ok. now the service …

apache service tomcat8
How does Server-Sent-Events work

I tried an SSE (Server-Sent-Events) using java on tomcat 8.0. Here are few things I noticed. I click a button that …

java tomcat server-sent-events tomcat8
How to Allow ^ character in URLs for tomcat 8.5

I have a request URL of below format http://hostname:port/path&param1={"vars":[{"a":"val1","b":"^"},{"c":"val2","…

tomcat8
PHP on Tomcat 8

I had found quite a few guides how to make PHP run on Tomcat, but all were on previous versions. …

php apache tomcat webserver tomcat8
Tomcat from 8443 to 443

I have spring MVC web application started on tomcat 8. I'have created certificates for SSL Authorization. I have such I confing …

java tomcat ssl tomcat7 tomcat8