Page History

Versions Compared

Key

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

Maintenant Une fois que tous les modules sont installés avec ORI-OAI-quick-install ou manuellement, nous pouvons tester toute la chaîne ORI-OAI.

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

Panel

ant start-repository
ant start-md-editor
ant start-workflow
ant start-search
ant start-vocabulary
ant start-indexing
ant start-harvester

ou

Panel

ant start

ou

\[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

Panel

[

Wiki Markup

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

ant stop-repository
ant stop-md-editor
ant stop-workflow
ant stop-search
ant stop-vocabulary
ant stop-indexing
ant stop-harvester

ou

Panel

ant stop

ou

\[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

Panel

[

Wiki Markup

...