0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

AlmaLinux OS 9 に Tomcat9.0 をインストール(OS標準?)

Posted at

はじめに

9.2から提供されたOSパッケージを利用してAlmaLinux8にTomcat9.0をインストール

サポート

本手法で導入した場合、OS EOLまでサポートされる可能性がある。

LOG

インストール

# cat /etc/redhat-release
AlmaLinux release 9.2 (Turquoise Kodkod)

# dnf install tomcat
... 略

各種確認

# which tomcat
/usr/sbin/tomcat

# tomcat version
NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
Server version: Apache Tomcat/9.0.62
Server built:   Jan 24 1970 23:52:34 UTC
Server number:  9.0.62.0
OS Name:        Linux
OS Version:     5.15.90.1-microsoft-standard-WSL2
Architecture:   amd64
JVM Version:    11.0.19+7-LTS
JVM Vendor:     Red Hat, Inc.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?