Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
elearning:workbooks:tomcat:tc06 [2020/10/28 14:46] – created adminelearning:workbooks:tomcat:tc06 [2023/04/11 04:58] (Version actuelle) admin
Ligne 1: Ligne 1:
 ~~PDF:LANDSCAPE~~ ~~PDF:LANDSCAPE~~
 +
 +Version : **2023.01**.
  
 Dernière mise-à-jour : ~~LASTMOD~~ Dernière mise-à-jour : ~~LASTMOD~~
Ligne 217: Ligne 219:
 <code> <code>
 [root@centos7 ~]# wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.36/bin/extras/tomcat-juli-adapters.jar [root@centos7 ~]# wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.36/bin/extras/tomcat-juli-adapters.jar
- 
 [root@centos7 ~]# wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.36/bin/extras/tomcat-juli.jar [root@centos7 ~]# wget https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.36/bin/extras/tomcat-juli.jar
 </code> </code>
Ligne 1064: Ligne 1065:
  
 worker.tomcat1.type=ajp13 worker.tomcat1.type=ajp13
-worker.tomcat1.host=10.0.2.15+worker.tomcat1.host=10.0.2.51
 worker.tomcat1.port=8109 worker.tomcat1.port=8109
 worker.tomcat1.lbfactor=1 worker.tomcat1.lbfactor=1
  
 worker.tomcat2.type=ajp13 worker.tomcat2.type=ajp13
-worker.tomcat2.host=10.0.2.15+worker.tomcat2.host=10.0.2.51
 worker.tomcat2.port=8209 worker.tomcat2.port=8209
 worker.tomcat2.lbfactor=1 worker.tomcat2.lbfactor=1
Ligne 1364: Ligne 1365:
  
 worker.tomcat1.type=ajp13 worker.tomcat1.type=ajp13
-worker.tomcat1.host=10.0.2.15+worker.tomcat1.host=10.0.2.51
 worker.tomcat1.port=8109 worker.tomcat1.port=8109
 # Indique que tomcat2 doit prendre le relais en cas de défaillance de tomcat1 # Indique que tomcat2 doit prendre le relais en cas de défaillance de tomcat1
Ligne 1370: Ligne 1371:
  
 worker.tomcat2.type=ajp13 worker.tomcat2.type=ajp13
-worker.tomcat2.host=10.0.2.15+worker.tomcat2.host=10.0.2.51
 worker.tomcat2.port=8209 worker.tomcat2.port=8209
 # Indique que l'instance tomcat2 est un escalve # Indique que l'instance tomcat2 est un escalve
Ligne 1631: Ligne 1632:
  
 ----- -----
-<html> +Copyright © 2023 Hugh Norris.
-<div align="center"> +
-Copyright © 2020 Hugh Norris. +
-</div> +
-</html>+
Menu