Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pour rappel, le démarrage de tous les Tomcat se fait comme ceci:

Panel

Wiki Markup
\[2INSTALLATION:PATH_TOMCAT_REPOSITORY\]/bin/startup.sh
\[2INSTALLATION:PATH_TOMCAT_MD_EDITOR\]/bin/startup.sh
\[2INSTALLATION:PATH_TOMCAT_WORKFLOW\]/bin/startup.sh
\[2INSTALLATION:PATH_TOMCAT_SEARCH\]/bin/startup.sh
\[2INSTALLATION:PATH_TOMCAT_VOCABULARY\]/bin/startup.sh
\[2INSTALLATION:PATH_TOMCAT_INDEXING\]/bin/startup.sh
\[2INSTALLATION:PATH_TOMCAT_HARVESTER\]/bin/startup.sh

Pour le serveur JBOSS de ESUP-ECM, il faut se connecter avec le compte de l'utilisateur jboss et utiliser la commande suivante :

Panel

Wiki Markup
sh \[2INSTALLATION:PATH_JBOSS_NUXEO\]/bin/jbossctl start

L'arrêt des différents serveurs se fait par:

Panel

Wiki Markup
\[2INSTALLATION:PATH_TOMCAT_REPOSITORY\]/bin/shutdown.sh
\[2INSTALLATION:PATH_TOMCAT_MD_EDITOR\]/bin/shutdown.sh
\[2INSTALLATION:PATH_TOMCAT_WORKFLOW\]/bin/shutdown.sh
\[2INSTALLATION:PATH_TOMCAT_SEARCH\]/bin/shutdown.sh
\[2INSTALLATION:PATH_TOMCAT_VOCABULARY\]/bin/shutdown.sh
\[2INSTALLATION:PATH_TOMCAT_INDEXING\]/bin/shutdown.sh
\[2INSTALLATION:PATH_TOMCAT_HARVESTER\]/bin/shutdown.sh
sh \[2INSTALLATION:PATH_JBOSS_NUXEO\]/bin/jbossctl stop

...