Install Tomcat 9 on CentOS 7.7
From PlcWiki
píšou že:
HTTP/2 (requires either running on Java 9 (since Apache Tomcat 9.0.0.M18) or the Tomcat Native library being installed)
CentOS 7.7 ukazuje Open JDK ve verzi 1.8:
# java -version openjdk version "1.8.0_232" OpenJDK Runtime Environment (build 1.8.0_232-b09) OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode)
Tak raději instaluji Tomcat Native library takhle:
yum install apr-devel openssl-devel