Top "Tomcat9" questions

Version 9.x (August 2017 onwards) of the Apache Tomcat servlet container.

Springboot -The AJP Connector is configured with secretRequired="true" but the secret attribute is either null or "" after upgrade to 2.2.5

Caused by: java.lang.IllegalArgumentException: The AJP Connector is configured with secretRequired="true" but the secret attribute is either null …

spring-boot tomcat9 ajp
How to set SameSite Cookie in Tomcat's Cookie Processor?

Tomcat's context.xml defines CookieProcessor (default LegacyCookieProcessor) https://tomcat.apache.org/tomcat-9.0-doc/config/cookie-processor.html I'm trying to add …

tomcat cookies tomcat9 samesite
Migration to JDK 11 has error occure "java.lang.NoClassDefFoundError: javax/activation/DataSource" (tomcat 9.0.12)

I'm migrating java project use JDK8 to use JDK 11 then has error occurred relate of javax activation. Following migration guide …

java tomcat9 java-11 eclipse-2018-09
Enable TLS 1.2 only in apache-tomcat-9 and Java 8

I have deployed my web application in Apache Tomcat 9.x.x and I have two options for Java Openjdk version 1.8.…

java tomcat ssl java-8 tomcat9
Uninstall/Remove tomcat 9 completely from CentOS

I am trying to remove tomcat 9 from CentOS completely. First I used rpm -qa|grep tomcat The output I got …

apache tomcat centos7 rpm tomcat9
Eclipse irreversible Dynamic Web Module 4.0 selection; Tomcat 9 doesn't support it

I'm using Eclipse Oxygen.2 (4.7.2) on Windows 10 with Java 8. I have a faceted project I run inside Eclipse using Tomcat. I …

java eclipse tomcat jakarta-ee tomcat9
apache tomcat 9.x not working with eclipse & Java 10.0.1

I've installed apache-tomcat-9.0.7 on my windows machine and have following environment configurations: echo %JAVA_HOME% C:\Program Files\Java\ jdk-10.0.1 …

eclipse java-10 tomcat9
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
Illegal reflective access when I stop SpringBoot web application with Tomcat 9 and Java10

I'm trying Java 10 development with Spring Boot 2 and I encounter some issues. The application is a simple webapp based upon …

java spring-boot java-10 java-module tomcat9
Tomcat 9.0.16 : Failed to initialize component [Connector[HTTP/1.1-8080]]

Recently I have downloaded JDK 11.0.2 & Tomcat 9.0.16 and set the environment variables, but whenever I am starting the tomcat it …

java tomcat java-11 tomcat9