Salut,

Je lance un tomcat sur ma machine, et quand je vais sur http://localhost:8080 je n'ai rien...

Pourtant, malgré quelques warnings, tomcat a l'air de se lancer correctement.

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
$ ./catalina.sh run
Using CATALINA_BASE:   /home/rom/logica/apache-tomcat-6.0.16
Using CATALINA_HOME:   /home/rom/logica/apache-tomcat-6.0.16
Using CATALINA_TMPDIR: /home/rom/logica/apache-tomcat-6.0.16/temp
Using JRE_HOME:       /usr/lib/jvm/java-6-sun/jre
2 avr. 2008 11:27:32 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-sun-1.6.0.05/jre/lib/i386/server:/usr/lib/jvm/java-6-sun-1.6.0.05/jre/lib/i386:/usr/lib/jvm/java-6-sun-1.6.0.05/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
2 avr. 2008 11:27:32 org.apache.coyote.http11.Http11Protocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
2 avr. 2008 11:27:32 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 643 ms
2 avr. 2008 11:27:32 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
2 avr. 2008 11:27:32 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
2 avr. 2008 11:27:32 org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "listeners.ContextListener" is already configured for this context. The duplicate definition has been ignored.
2 avr. 2008 11:27:32 org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "listeners.SessionListener" is already configured for this context. The duplicate definition has been ignored.
2 avr. 2008 11:27:33 org.apache.coyote.http11.Http11Protocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
2 avr. 2008 11:27:33 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
2 avr. 2008 11:27:33 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/34  config=null
2 avr. 2008 11:27:33 org.apache.catalina.startup.Catalina start
INFO: Server startup in 1063 ms
Pourriez-vous m'aider svp?

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
En essayant de charger l'URL : http://127.0.0.1:8080
 
L'erreur suivante a été rencontrée :
 
    * La connexion a échoué 
 
Le système a retourné :
 
    (111) Connection refused
 
La machine distante ou le réseau sont peut-être hors service. Veuillez réitérer votre requête.