Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
elearning:workbooks:tomcat:tc02 [2020/10/28 14:46] – created admin | elearning:workbooks:tomcat:tc02 [2023/04/11 04:54] (Version actuelle) – admin | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
~~PDF: | ~~PDF: | ||
+ | |||
+ | Version : **2023.01**. | ||
Dernière mise-à-jour : ~~LASTMOD~~ | Dernière mise-à-jour : ~~LASTMOD~~ | ||
- | ======SER302 - Installation de Tomcat | + | ======SER302 - Installation de Tomcat et les serveurs associés====== |
=====Contenu du Module===== | =====Contenu du Module===== | ||
- | * **SER302 - Installation de Tomcat | + | * **SER302 - Installation de Tomcat et les serveurs associés** |
* Contenu du Module | * Contenu du Module | ||
* Désactiver SELinux | * Désactiver SELinux | ||
Ligne 57: | Ligne 59: | ||
< | < | ||
[root@centos7 ~]# wget https:// | [root@centos7 ~]# wget https:// | ||
+ | </ | ||
+ | |||
+ | Puis : | ||
+ | |||
+ | < | ||
[root@centos7 ~]# tar xvf apache-tomcat-8.0.36.tar.gz | [root@centos7 ~]# tar xvf apache-tomcat-8.0.36.tar.gz | ||
[root@centos7 ~]# mv apache-tomcat-8.0.36 / | [root@centos7 ~]# mv apache-tomcat-8.0.36 / | ||
Ligne 298: | Ligne 305: | ||
< | < | ||
- | [root@centos7 ~]# wget http:// | + | [root@centos7 ~]# wget http:// |
- | [root@centos7 ~]# tar xvf tomcat-connectors-1.2.46-src.tar.gz | + | </ |
- | [root@centos7 ~]# cd tomcat-connectors-1.2.46-src/ | + | |
+ | Désarchivez l' | ||
+ | |||
+ | < | ||
+ | [root@centos7 ~]# tar xvf tomcat-connectors-1.2.48-src.tar.gz | ||
+ | [root@centos7 ~]# cd tomcat-connectors-1.2.48-src/ | ||
</ | </ | ||
Ligne 306: | Ligne 318: | ||
< | < | ||
- | [root@centos7 tomcat-connectors-1.2.46-src]# yum install httpd-devel | + | [root@centos7 tomcat-connectors-1.2.48-src]# yum install httpd-devel |
</ | </ | ||
Ligne 312: | Ligne 324: | ||
< | < | ||
- | [root@centos7 tomcat-connectors-1.2.46-src]# cd native/ | + | [root@centos7 tomcat-connectors-1.2.48-src]# cd native/ |
[root@centos7 native]# which apxs | [root@centos7 native]# which apxs | ||
/bin/apxs | /bin/apxs | ||
Ligne 411: | Ligne 423: | ||
127.0.0.1 localhost.localdomain localhost | 127.0.0.1 localhost.localdomain localhost | ||
:: | :: | ||
- | 10.0.2.15 www.i2tch.loc | + | 10.0.2.51 www.i2tch.loc |
</ | </ | ||
Ligne 422: | Ligne 434: | ||
worker.list=worker1 | worker.list=worker1 | ||
worker.worker1.type=ajp13 | worker.worker1.type=ajp13 | ||
- | worker.worker1.host=10.0.2.15 | + | worker.worker1.host=10.0.2.51 |
worker.worker1.port=8009 | worker.worker1.port=8009 | ||
</ | </ | ||
Ligne 699: | Ligne 711: | ||
----- | ----- | ||
- | < | + | Copyright © 2023 Hugh Norris. |
- | <div align=" | + | |
- | Copyright © 2020 Hugh Norris. | + | |
- | </ | + | |
- | </ | + |