Probleme d'affichage apres l'installation

Bonjour ,

j’ai suivi le guide d’installation et apres l’installation lorsque je me connecte sur le serveur par http c’est ce message qui apparait:

It works !

If you’re seeing this page via a web browser, it means you’ve setup Tomcat successfully. Congratulations!

This is the default Tomcat home page. It can be found on the local filesystem at: /var/lib/tomcat8/webapps/ROOT/index.html

Tomcat8 veterans might be pleased to learn that this system instance of Tomcat is installed with CATALINA_HOME in /usr/share/tomcat8 and CATALINA_BASE in /var/lib/tomcat8 , following the rules from /usr/share/doc/tomcat8-common/RUNNING.txt.gz .

You might consider installing the following packages, if you haven’t already done so:

tomcat8-docs : This package installs a web application that allows to browse the Tomcat 8 documentation locally. Once installed, you can access it by clicking here.

tomcat8-examples : This package installs a web application that allows to access the Tomcat 8 Servlet and JSP examples. Once installed, you can access it by clicking here.

tomcat8-admin : This package installs two web applications that can help managing this Tomcat instance. Once installed, you can access the manager webapp and the host-manager webapp.

NOTE: For security reasons, using the manager webapp is restricted to users with role “manager-gui”. The host-manager webapp is restricted to users with role “admin-gui”. Users are defined in /etc/tomcat8/tomcat-users.xml .

je vous prie de vouloir m’aider à resoudre ce probleme.

Bonjour,
Ce que vous voyez c’est la page par défaut de Tomcat.
Pour accéder à l’application il vous faut ajouter le chemin de l’application Axelor.

Pour définir ce chemin, regarder dans le répertoire webapps de tomcat et faites un copier/coller du nom du dossier axelor (ex: axelor-erp-5.3.2). Utiliser ensuite ce nom de dossier dans votre url (ex: http://localhost:8080/axelor-erp-5.3.2/index.jsp).

image

voici le chemin et lorque je me connecte voici le sms qui apparait

image

ROOT est le contexte par défaut de tomcat, donc le contenu de ROOT est la racine de tomcat, du coup si le ROOT.war est bien l’application Axelor alors ça doit marcher avec http://127.0.0.1:8080/index.jsp

j’ai toujours le même resultat je ne comprend pas

image

je vous conseille de vérifier vos fichiers de logs dans tomcat/logs car je pense que l’application n’a pas réussie à se lancer.

ci-dessous le resultat des logs

il me faudrait le contenu des fichiers, pas leurs noms :slight_smile:
1 conseil: effacez tous vos fichiers, relancez tomcat et mettez le contenus des fichiers catalina.xxx-xx-xx.log et localhost.xxx-xx-xx.log

Merci