Démarrage Tomcat depuis eclipse
Bonjour
j'ai installé apache-tomcat-5.5.27.
Quand je le lance a la main en dehors d'éclipse, pas de problème ca marche. Je me connecte sur http://localhost:8080/
Maintenant que je le lance depuis eclipse (tout seul sans projet), eclipse me dit qu'il est bien lancé, mais quand je me connecte sur http://localhost:8080/ j'ai l'erreur 404 :
Code:
1 2 3 4 5
| type Rapport d'état
message /
description La ressource demandée (/) n'est pas disponible. |
voici ce que j'ai dans la console d'eclipse :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| 8 janv. 2009 12:29:52 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: C:\Program Files\Java\jre1.6.0_07\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\System32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\;
8 janv. 2009 12:29:52 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
8 janv. 2009 12:29:52 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 801 ms
8 janv. 2009 12:29:52 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
8 janv. 2009 12:29:52 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.27
8 janv. 2009 12:29:52 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
8 janv. 2009 12:29:52 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
8 janv. 2009 12:29:52 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
8 janv. 2009 12:29:52 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/150 config=null
8 janv. 2009 12:29:52 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
8 janv. 2009 12:29:53 org.apache.catalina.startup.Catalina start
INFO: Server startup in 1011 ms |
est ce qu'il ne me manquerait pas un chemin dans le path ?