Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tutorial:adm:server_preparation [2022/03/21 13:01] – [Apache Tomcat configuration] fiserp | tutorial:adm:server_preparation [2024/01/10 10:35] (current) – [Java - CentOS8] koulaj | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| * It is possible to use Debian (we tested on Stretch) or other distributions, | * It is possible to use Debian (we tested on Stretch) or other distributions, | ||
| * PostgreSQL 12.x - installed from OS packages. | * PostgreSQL 12.x - installed from OS packages. | ||
| - | * Java 11 - installed from OS packages. | + | * Java 11 (Java 21 for CzechIdM 13.1.0+) |
| * Apache Tomcat 9.0.x - installed manually into ''/ | * Apache Tomcat 9.0.x - installed manually into ''/ | ||
| * Apache HTTPd 2.4.x - installed from OS packages. Can be replaced by nGinx. | * Apache HTTPd 2.4.x - installed from OS packages. Can be replaced by nGinx. | ||
| Line 223: | Line 223: | ||
| </ | </ | ||
| + | |||
| + | For CzechIdM 13.1.0+: | ||
| + | |||
| + | < | ||
| + | dnf install -y java-21-openjdk-headless java-21-openjdk-devel | ||
| + | |||
| + | </ | ||
| + | |||
| ===== Tomcat ===== | ===== Tomcat ===== | ||