IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Tomcat et TomEE Java Discussion :

Installer Tomcat sous Fedora


Sujet :

Tomcat et TomEE Java

  1. #1
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut Installer Tomcat sous Fedora
    Bonjour, j'ai essayé d'installer Tomcat dans mon serveur, j'ai fait la commande

    yum install tomcat6-webapps tomcat6-admin-webapps

    et j'ai terminé l'installation, aprés quand je veux accéder a tomcat via le naviguateur
    http://adresseduserveur:8080/
    rien ne 'affiche

    le daemon Httpd est bien activé dans mon serveur car quand je tape http://adresseduserveur j'ai la page de fodra qui s'affiche

  2. #2
    Invité
    Invité(e)
    Par défaut
    Salut,

    Rien ne s'affiche càd?

    Que te donne le résultat des commandes suivantes:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    netsat -anp | grep :8080
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    chkconfig --list | grep tomcat

  3. #3
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    le démon httpd n'a rie à voir avec tomcat pour information.

  4. #4
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    Citation Envoyé par tchize_ Voir le message
    le démon httpd n'a rie à voir avec tomcat pour information.
    Juste c'est pour activer le proxy du coté du fichier de conf de Httpd...afin de bypass le :8080 à chaque fois..enfin c'est ce que j'ai lu sur le net

  5. #5
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    Citation Envoyé par Mygale1978 Voir le message
    Salut,

    Rien ne s'affiche càd?

    Que te donne le résultat des commandes suivantes:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    netsat -anp | grep :8080
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    chkconfig --list | grep tomcat
    une erreur de type 500 ,
    cad je ne peux pas acceder a tomcat, il n'ya pas une conf à faire ?

    sinon pour netstat -apn|grep :8080 ca me donne ca
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    tcp        0      0 :::8080                     :::*                        LISTEN      25549/java
    et pour chkconfig --list |grep tomcat
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    tomcat5         0:off   1:off   2:on    3:on    4:on    5:on    6:off
    tomcat6         0:off   1:off   2:off   3:off   4:off   5:off   6:off

  6. #6
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    vous avez configuré comment votre proxy? mod_jk/ajp, mod_proxy, mod_rewrite, autre?
    L'erreur 500 viens probablement d'un erreur de sa configuration.

  7. #7
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    voila ce que j'ai fait :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    yum install tomcat5 tomcat5-webapps tomcat5-admin-webapps
    cat /etc/httpd/conf.d/proxy_ajp.conf
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    bon mais vue que j'ai installé tomcat 6 et 5, je les ai desinstallé pour le moment afin de tt refaire à propre

  8. #8
    Rédacteur/Modérateur
    Avatar de Logan Mauzaize
    Homme Profil pro
    Architecte technique
    Inscrit en
    Août 2005
    Messages
    2 894
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Architecte technique
    Secteur : Transports

    Informations forums :
    Inscription : Août 2005
    Messages : 2 894
    Points : 7 083
    Points
    7 083
    Par défaut
    Consultes les logs de tomcat, généralement <TOMCAT_HOME>/logs/catalina.out
    Java : Cours et tutoriels - FAQ - Java SE 8 API - Programmation concurrente
    Ceylon : Installation - Concepts de base - Typage - Appels et arguments

    ECM = Exemple(reproduit le problème) Complet (code compilable) Minimal (ne postez pas votre application !)
    Une solution vous convient ? N'oubliez pas le tag
    Signature par pitipoisson

  9. #9
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    je n'ai pas pu acceder au fichier Log ><, je vais essayer de re-installer
    regardez ce probleme
    quand je fais service tomcat6 status
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    PID file exists, but process is not running                [WARNING]
    tomcat6 lockfile exists but process is not running         [FAILED]

  10. #10
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    j'ai installé tomcat5
    voila le résultat que j'ai trouvé dans /usr/share/tomcat5/catalina.out

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    Using CATALINA_BASE:   /usr/share/tomcat5
    Using CATALINA_HOME:   /usr/share/tomcat5
    Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
    Using JRE_HOME:
    Apr 11, 2011 10:50:58 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
    Apr 11, 2011 10:50:58 PM org.apache.coyote.http11.Http11BaseProtocol init
    SEVERE: Error initializing endpoint
    java.net.BindException: Address already in use:8080
            at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:298)
            at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:139)
            at org.apache.catalina.connector.Connector.initialize(Connector.java:1017)
            at org.apache.catalina.core.StandardService.initialize(StandardService.java:578)
    .........
    ........
    .......
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.27
    Apr 12, 2011 10:14:12 AM org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    Apr 12, 2011 10:14:12 AM org.apache.catalina.startup.DigesterFactory register
    WARNING: Could not get url for /javax/servlet/resources/jsp_2_0.xsd
    Apr 12, 2011 10:14:12 AM org.apache.catalina.startup.DigesterFactory register
    WARNING: Could not get url for /javax/servlet/resources/web-jsptaglibrary_2_0.xsd
    Apr 12, 2011 10:14:13 AM org.apache.catalina.startup.DigesterFactory register
    WARNING: Could not get url for /javax/servlet/resources/jsp_2_0.xsd
    Apr 12, 2011 10:14:13 AM org.apache.catalina.startup.DigesterFactory register
    WARNING: Could not get url for /javax/servlet/resources/web-jsptaglibrary_2_0.xsd
    Apr 12, 2011 10:14:13 AM org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Apr 12, 2011 10:14:13 AM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    Apr 12, 2011 10:14:13 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/7  config=null
    Apr 12, 2011 10:14:13 AM org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    Apr 12, 2011 10:14:13 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 884 ms

  11. #11
    Invité
    Invité(e)
    Par défaut
    mmmh

    Tu as deux version de tomcat. et il me semble que tu utilises la version 5 de tomcat et non la version6


    1
    2
    tomcat5 0:off 1:off 2:on 3:on 4:on 5:on 6:off
    tomcat6 0:off 1:off 2:off 3:off 4:off 5:off 6:off

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    service tomcat5 status
    service tomcat6 status
    Si tu veux utiliser tomcat6 sur le même port à savoir 8080. Tu devras d'abord arrêter tomcat5.

  12. #12
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    Citation Envoyé par marouene_ Voir le message
    voila ce que j'ai fait :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    yum install tomcat5 tomcat5-webapps tomcat5-admin-webapps
    cat /etc/httpd/conf.d/proxy_ajp.conf
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    bon mais vue que j'ai installé tomcat 6 et 5, je les ai desinstallé pour le moment afin de tt refaire à propre
    Il ne suffit pas de lancer le module, n'oubliez pas qu'il faut
    -> le lancer dans tomcat (si pas fait)
    -> configurer le liens dans apache httpd entre httpd et tomcat
    -> configurer le mapping des ressources dans apache httpd (quelles urls iront sur quel tomcat)


    Citation Envoyé par marouene_ Voir le message
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    PID file exists, but process is not running                [WARNING]
    tomcat6 lockfile exists but process is not running         [FAILED]
    Vous avez un lock file qui traine alors que le process ne tourne pas, nettoyez le

    Citation Envoyé par marouene_ Voir le message
    j'ai installé tomcat5
    voila le résultat que j'ai trouvé dans /usr/share/tomcat5/catalina.out

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    Using CATALINA_BASE:   /usr/share/tomcat5
    Using CATALINA_HOME:   /usr/share/tomcat5
    Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
    Using JRE_HOME:
    Apr 11, 2011 10:50:58 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
    Apr 11, 2011 10:50:58 PM org.apache.coyote.http11.Http11BaseProtocol init
    SEVERE: Error initializing endpoint
    java.net.BindException: Address already in use:8080
            at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:298)
            at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:139)
            at org.apache.catalina.connector.Connector.initialize(Connector.java:1017)
            at org.apache.catalina.core.StandardService.initialize(StandardService.java:578)
    .........
    ........
    .......
    Il y a déjà une application qui tourne sur le prot 8080

  13. #13
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    oui apparament c'est parceque j'ai du installer et desinstaller plusieurs fois tomcat...
    comment trouver le lockfile tout d'abord et l'eliminer?

  14. #14
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    il traine probablement dans /var/lock avec fedora

  15. #15
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    j'ai trouvé ca comme résultat
    dmraid et lvm sont vide
    quant à subsys j'y trouve
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    crond      httpd  lvm2_monitor  mysqld  network  rsyslogd
    haldaemon  local  messagebus    named   proftpd  sshd
    pas de tomcat

  16. #16
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    Citation Envoyé par Mygale1978 Voir le message
    mmmh

    Tu as deux version de tomcat. et il me semble que tu utilises la version 5 de tomcat et non la version6


    1
    2
    tomcat5 0:off 1:off 2:on 3:on 4:on 5:on 6:off
    tomcat6 0:off 1:off 2:off 3:off 4:off 5:off 6:off

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    service tomcat5 status
    service tomcat6 status
    Si tu veux utiliser tomcat6 sur le même port à savoir 8080. Tu devras d'abord arrêter tomcat5.
    j'ai effacé les deux, j'ai fait yum install tomcat5 puis service tomcat5 start

    le resultat est
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    /etc/init.d/tomcat5 is already running (3877)
    et

    chkconfig --list | grep tomcat
    tomcat5 0:arrêt 1:arrêt 2:arrêt 3:arrêt 4:arrêt 5:arrêt 6:arrêt

  17. #17
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    j'ai fait ca
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    chkconfig --level 2345 tomcat on
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    tomcat5        0:arrêt1:arrêt2:arrêt3:arrêt4:arrêt5:arrêt6:arrêt
    mais le serveur ne demarre aps
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
     
    Using CATALINA_BASE:   /usr/share/tomcat5
    Using CATALINA_HOME:   /usr/share/tomcat5
    Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
    Using JRE_HOME:
    Apr 11, 2011 10:50:58 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386/server:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/i386:/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
    Apr 11, 2011 10:50:58 PM org.apache.coyote.http11.Http11BaseProtocol init
    SEVERE: Error initializing endpoint
    java.net.BindException: Address already in use:8080
            at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:298)
            at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:139)
            at org.apache.catalina.connector.Connector.initialize(Connector.java:1017)
            at org.apache.catalina.core.StandardService.initialize(StandardService.java:578)
    ... .... ...
    Apr 12, 2011 4:38:43 PM org.apache.coyote.http11.Http11BaseProtocol pause
    INFO: Pausing Coyote HTTP/1.1 on http-8080
    Apr 12, 2011 4:38:44 PM org.apache.catalina.core.StandardService stop
    INFO: Stopping service Catalina
    Apr 12, 2011 4:38:44 PM org.apache.catalina.connector.MapperListener destroy
    WARNING: Error unregistering MBeanServerDelegate
    java.lang.NullPointerException
            at org.apache.catalina.connector.MapperListener.destroy(MapperListener.java:162)
            at org.apache.catalina.connector.Connector.stop(Connector.java:1138)
            at org.apache.catalina.core.StandardService.stop(StandardService.java:519)
            at org.apache.catalina.core.StandardServer.stop(StandardServer.java:734)
            at org.apache.catalina.startup.Catalina.stop(Catalina.java:602)
            at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:645)
    Apr 12, 2011 4:38:44 PM org.apache.coyote.http11.Http11BaseProtocol destroy
    INFO: Stopping Coyote HTTP/1.1 on http-8080
    Apr 12, 2011 4:38:44 PM org.apache.catalina.connector.Connector stop
    SEVERE: Coyote connector has not been started
    Apr 12, 2011 4:38:44 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: Failed shutdown of Apache Portable Runtime

  18. #18
    Invité
    Invité(e)
    Par défaut
    Le port 8080 est encore utilisé.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    netstat -anp | grep ':8080'
    le résultat te donnera le numéro de process qui utilise ce port.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    ps -ef | grep <pid_process_fourni_par_netstat>

  19. #19
    Rédacteur/Modérateur
    Avatar de Logan Mauzaize
    Homme Profil pro
    Architecte technique
    Inscrit en
    Août 2005
    Messages
    2 894
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 38
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Architecte technique
    Secteur : Transports

    Informations forums :
    Inscription : Août 2005
    Messages : 2 894
    Points : 7 083
    Points
    7 083
    Par défaut
    Vu que les heures sont les mêmes, je dirais que le problème a peut-être changé.

    Supprimer les fichiers de logs et relancer Tomcat.
    Java : Cours et tutoriels - FAQ - Java SE 8 API - Programmation concurrente
    Ceylon : Installation - Concepts de base - Typage - Appels et arguments

    ECM = Exemple(reproduit le problème) Complet (code compilable) Minimal (ne postez pas votre application !)
    Une solution vous convient ? N'oubliez pas le tag
    Signature par pitipoisson

  20. #20
    Membre éclairé
    Inscrit en
    Août 2010
    Messages
    416
    Détails du profil
    Informations forums :
    Inscription : Août 2010
    Messages : 416
    Points : 828
    Points
    828
    Par défaut
    j'ai desisntallé tomcat6 , mais comme betement j'ai effacé le dossier tomcat6 , ca ne veut plus s'installer.....
    donc j'ai du installer tomcat5, j'ai changé par ailleurs le fichier users.xml et c'est tous...
    ca a marché je pense
    je peux acceder au http://40.120.23.11:8080/application/

    mais bon est ce qu'il y'a un moyen afin de changer l'adresse, pour ne pas etre obliger à chaque fois de taper http://40.120..........

+ Répondre à la discussion
Cette discussion est résolue.
Page 1 sur 2 12 DernièreDernière

Discussions similaires

  1. Installer Tomcat sous IIS6.0
    Par cladsam dans le forum IIS
    Réponses: 4
    Dernier message: 28/05/2009, 13h48
  2. [2.1.1] install BIRT sous fedora
    Par ecayuno dans le forum BIRT
    Réponses: 12
    Dernier message: 25/10/2007, 17h23
  3. installer squid sous fedora
    Par kapoor dans le forum Réseau
    Réponses: 2
    Dernier message: 06/05/2007, 22h45
  4. Problème d'installation php sous fedora 5
    Par punky_brooster dans le forum Applications et environnements graphiques
    Réponses: 1
    Dernier message: 11/08/2006, 12h03
  5. Recherche tuto pour installation Tomcat sous Mandrake 10.X
    Par itr dans le forum Tomcat et TomEE
    Réponses: 2
    Dernier message: 02/06/2006, 09h02

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo