This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
docpublic:systemes:ssocas:cas6install [2021/12/11 23:28] adminjp [personalisation des views] |
docpublic:systemes:ssocas:cas6install [2022/12/14 22:25] (current) adminjp [CAS6 template overlay] |
||
|---|---|---|---|
| Line 295: | Line 295: | ||
| on commence par recuperer le template overlay de CAS | on commence par recuperer le template overlay de CAS | ||
| - | cf https:// | + | cf https:// |
| Line 674: | Line 674: | ||
| May 22 11:27:55 ldap slapd[2086]: | May 22 11:27:55 ldap slapd[2086]: | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ==== attributes ==== | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| ==== Registering Applications ==== | ==== Registering Applications ==== | ||
| - | les appplications clientes | + | les appplications clientes |
| - | nous délarons | + | nous déclarons |
| < | < | ||
| Line 1316: | Line 1323: | ||
| </ | </ | ||
| - | On est up2date ! . | + | On est up2date |
| + | |||
| + | |||
| + | ===== update tomcat ===== | ||
| + | |||
| + | depuis le passage en rhel/ | ||
| + | |||
| + | ==== download et de-tar ==== | ||
| + | < | ||
| + | [root@cas6dev opt]# wget https:// | ||
| + | [root@cas6dev opt]# tar xvfz apache-tomcat-9.0.56.tar.gz | ||
| + | [root@cas6dev opt]# chown -R tomcat: | ||
| + | |||
| + | [root@cas6dev opt]# cd apache-tomcat-9.0.56 | ||
| + | </ | ||
| + | |||
| + | ==== edit config files ==== | ||
| + | |||
| + | il faut retablir la configuration dans les fichiers configurés | ||
| + | |||
| + | - conf/ | ||
| + | - conf/ | ||
| + | - webapps/ | ||
| + | |||
| + | ==== cas.war dans webapps ==== | ||
| + | |||
| + | on remet la cas.war dans le webapps du la nouvelle version tomcat pour redeploiement automatique au lancement de tomcat | ||
| + | |||
| + | < | ||
| + | [root@cas6dev opt]# cp / | ||
| + | </ | ||
| + | |||
| + | ==== lien tomcat et restart ==== | ||
| + | |||
| + | on arrete tomcat, repositionne le lien /opt/tomcat vers notre nouvelle version et on relance tomcat | ||
| + | |||
| + | < | ||
| + | [root@cas6dev opt]# systemctl stop tomcat.service | ||
| + | [root@cas6dev opt]# rm tomcat | ||
| + | rm : supprimer ' | ||
| + | [root@cas6dev opt]# ln -s apache-tomcat-9.0.56 tomcat | ||
| + | [root@cas6dev opt]# systemctl start tomcat | ||
| + | [root@cas6dev opt]# tail -f tomcat/ | ||
| + | ... | ||
| + | / \ | _ \| ____| _ \| ____/ _ \ / ___| / \ / ___| | ||
| + | / _ \ | |_) | _| | |_) | _|| | | | | | / _ \ \___ \ | ||
| + | / ___ \| __/| |___| _ <| |__| |_| | | |___ / ___ \ ___) | | ||
| + | / | ||
| + | |||
| + | |||
| + | CAS Version: 6.3.7 | ||
| + | CAS Branch: 6.3.x | ||
| + | .. | ||
| + | ------------------------------------------------------------ | ||
| + | Apache Tomcat Version: Apache Tomcat/ | ||
| + | ------------------------------------------------------------ | ||
| + | |||
| + | </ | ||