Jacques- a écrit:C'est parti
3 mails avec 2 documents PDF dans chaque
Bonne réception
Jacques
Bon grâce à toi Jacques j'avance un peu (même beaucoup !)
En fait j'ai fait comme ça (sous Debian) :
1) Installation de tout le nécessaire (sauf une version récente de JDK)... en tout cas toutes les versions minimum nécessaires à l'utilisation de l'outil !
- Code: Tout sélectionner
#apt-get install phpmyadmin mysql-server bzip2 wget tomcat4 libapache-mod-jk fastjar
2) téléchargement de j2sdk-1.4.2 ici :
ftp://ftp.easynet.be/blackdown/JDK-1.4. ... cc2.95.bin ET installation dans /usr/local/jdk
- Code: Tout sélectionner
#cp j2sdk-1.4.2-rc1-linux-i586-gcc2.95.bin /usr/local ; cd /usr/local && ./j2sdk-1.4.2-rc1-linux-i586-gcc2.95.bin ; mv j2sdk1.4.2 jdk
3) Modification de /etc/profile pour l'ajout des PATH (JAVA_HOME et CATALINA_HOME) / Ajout des lignes suivantes :
- Code: Tout sélectionner
JAVA_HOME="/usr/local/jdk"
CATALINA_HOME="/usr/share/tomcat4"
ET
- Code: Tout sélectionner
export JAVA_HOME
export CATALINA_HOME
4) déloggage et reloggage en root.
5) téléchargement de Adamoto ici :
http://ovh.dl.sourceforge.net/sourcefor ... .53.tar.gz- Code: Tout sélectionner
#wget http://ovh.dl.sourceforge.net/sourceforge/adamoto/adamoto0.4.53.tar.gz
ET dézippage :
- Code: Tout sélectionner
#tar xvfz adamoto0.4.53.tar.gz
6) Création de la base de données adamoto et remplissage de la base gérée par root :
- Code: Tout sélectionner
#mysqladmin create adamoto
ET
- Code: Tout sélectionner
#mysql --user=root adamoto < adamoto.sql
7) Déplacement de adamoto.war + install.sh dans /usr/share/tomcat4/webapps :
- Code: Tout sélectionner
#cp adamoto.war /usr/share/tomcat4/webapps && cp install.sh /usr/share/tomcat4/webapps
Modification de install.sh pour qu'il pointe vers /etc/init.d/tomcat4 et non /etc/init.d/tomcat. Lancement du script install.sh : aucun problème.
9) Lancement du serveur Tomcat : $CATALINA_HOME/bin/startup.sh : auncun problème !
10) un petit netstat -an, me permet de voir que le port en écoute est le 8180 et non le 8080 !
11) Je pointe mon navigateur là :
http://adresseIP:8180/adamoto/ et je suis assez content de vois la tête du petit monsieur Adamoto et son lien qui va avec... Je clique sur le lien du Paradis... et là page blanche !!
12) Je vomis
13) Je me nettoie le visage... voooooooooooooooooooilà !
14) Je vais voir les logs :
- Code: Tout sélectionner
# tail -50 /var/log/tomcat4/catalina.out
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
Starting service Tomcat-Standalone
Apache Tomcat/4.0.3
Starting service Tomcat-Apache
Apache Tomcat/4.0.3
SampleServlet.loadConfiguration() : unable to get the current webapp root. Using '/'. Please fix.
SampleServlet : template not found org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'install.vm'
15) J'ai d'autres logs dans /var/log/tomcat4/ mais ils ne contiennent pas d'erreurs :
- Code: Tout sélectionner
debian:~# ls /var/log/tomcat4/
apache_log.2004-10-15.txt localhost_access_log.2004-10-15.txt
catalina.out localhost_log.2004-10-15.txt
catalina_log.2004-10-15.txt
16) Dans les logs /var/log/apache/error.log, j'ai ceci :
- Code: Tout sélectionner
[Fri Oct 15 08:56:21 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri Oct 15 09:08:03 2004] [notice] caught SIGTERM, shutting down
[Fri Oct 15 09:08:14 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
[Fri Oct 15 09:08:14 2004] [alert] apache: Could not determine the server's fully qualified domain name, using 192.168.1.78 for ServerName
[Fri Oct 15 09:08:15 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
[Fri Oct 15 09:08:15 2004] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_jk/1.1.0 configured -- resuming normal operations
[Fri Oct 15 09:08:15 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
[Fri Oct 15 09:08:15 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri Oct 15 09:29:14 2004] [warn] child process 2226 still did not exit, sending a SIGTERM
[Fri Oct 15 09:29:14 2004] [warn] child process 2227 still did not exit, sending a SIGTERM
[Fri Oct 15 09:29:14 2004] [warn] child process 2228 still did not exit, sending a SIGTERM
[Fri Oct 15 09:29:14 2004] [warn] child process 2229 still did not exit, sending a SIGTERM
[Fri Oct 15 09:29:14 2004] [warn] child process 2230 still did not exit, sending a SIGTERM
[Fri Oct 15 09:29:18 2004] [notice] caught SIGTERM, shutting down
[Fri Oct 15 09:30:06 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
[Fri Oct 15 09:30:06 2004] [alert] apache: Could not determine the server's fully qualified domain name, using 192.168.1.78 for ServerName
[Fri Oct 15 09:30:07 2004] [error] (2)No such file or directory: mod_mime_magic: can't read magic file /etc/apache/share/magic
[Fri Oct 15 09:30:07 2004] [notice] Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_jk/1.1.0 configured -- resuming normal operations
[Fri Oct 15 09:30:07 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache/suexec)
[Fri Oct 15 09:30:07 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri Oct 15 09:40:51 2004] [error] [client 192.168.1.77] File does not exist: /var/www/adamoto
[Fri Oct 15 09:41:29 2004] [error] [client 192.168.1.77] File does not exist: /var/www/adamoto/
[Fri Oct 15 09:42:10 2004] [error] [client 192.168.1.77] File does not exist: /var/www/adamoto/
[Fri Oct 15 10:12:35 2004] [notice] SIGUSR1 received. Doing graceful restart
[Fri Oct 15 10:12:39 2004] [alert] mod_unique_id: unable to gethostbyname("debian")
Alors j'ai pas de FQDN pour mon serveur Apache, c'est grave ?!
17) Voilà où j'en suis, j'ai presque atteint mon but !!! J'espère que vous allez pouvoir encore une fois, me débloquer... Recherche experts JAVA/TOMCAT...heuuuu help ?!