Cette page vous affiche les différences entre la révision choisie et la version actuelle de la page.
|
mise_en_place_de_opensi_4.8_ec [2011/11/23 06:35] admin [Compilation du client OpenSI] |
mise_en_place_de_opensi_4.8_ec [2011/12/28 10:03] (Version actuelle) admin [Plate-forme JAVA] |
||
|---|---|---|---|
| Ligne 144: | Ligne 144: | ||
| <code bash> | <code bash> | ||
| #! /bin/bash | #! /bin/bash | ||
| - | # | + | |
| - | # tomcat Script de demarrage du serveur tomcat. | + | ### BEGIN INIT INFO |
| - | # | + | # Provides: tomcat |
| + | # Required-Start: | ||
| + | # Required-Stop: | ||
| + | # Default-Start: 2 3 4 5 | ||
| + | # Default-Stop: 0 1 6 | ||
| + | # Short-Description: Demarrage de tomcat au boot | ||
| + | # Description: | ||
| + | ### END INIT INFO | ||
| NAME="Jakarta Tomcat 5.5.28" | NAME="Jakarta Tomcat 5.5.28" | ||
| TOMCAT_HOME=/usr/local/tomcat | TOMCAT_HOME=/usr/local/tomcat | ||