Install Tomcat 9 on CentOS 7.7

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with ' 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 [root@krnl ~]# java -…')
Line 1: Line 1:
-
 
píšou že:
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)
+
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)
-
CentOS 7.7 ukazuje
+
Tak raději instaluji '''Tomcat Native library''' takhle:
-
[root@krnl ~]# java -version
+
yum install apr-devel openssl-devel
-
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)
+

Revision as of 14:55, 30 March 2020

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
Personal tools