Bonjour,
J'ai installé un TomCat sous Eclipse et j'ai déjà un projet qui tourne très bien. Là je viens d'importer un nouveau projet, j'ai ajouté le projet au serveur d'appli Tomcat ce qui m'a ajouté cette ligne dans le fichier server.xml :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
<Context docBase="BDD_PAD" path="/BDD_PAD" reloadable="true" source="org.eclipse.jst.j2ee.server:BDD_PAD"/>
Normal. Sauf que quand je démarre Tomcat j'ai cette erreur :
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
 
26 juin 2008 10:52:47 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: D:\jdk1.6.0_03\jre\bin;.;C:\WINNT\Sun\Java\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\PROGRA~1\NETMAN~1\System;C:\Program Files\Fichiers communs\GTK\2.0\bin;C:\WINNT\system32\nls;C:\WINNT\system32\nls\FRANCAIS;D:\mysql-5.0.45\bin;C:\Program Files\7-Zip;D:\j2sdk1.4.2_14\bin;C:\Program Files\doxygen\bin;D:\android_sdk_windows_m3-rc20a\tools;C:\Program Files\Novell\ZENworks\bin;C:\Program Files\ATI Technologies\ATI Control Panel;D:\pcAnywhere\;C:\Program Files\Fichiers communs\Teleca Shared;C:\Program Files\Novell\ZENworks\bin;C:\Program Files\QuickTime\QTSystem\;D:\Program Files\EasyEclipse Server Java 1.2.2.2\jre\bin;D:\jdk1.6.0_03;C:\Program Files\Novell\ZENworks\bin;;D:\PROGRA~1\MvxAPI
26 juin 2008 10:52:48 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
26 juin 2008 10:52:48 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1125 ms
26 juin 2008 10:52:48 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
26 juin 2008 10:52:48 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.26
26 juin 2008 10:52:48 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig).
log4j:WARN Please initialize the log4j system properly.
26 juin 2008 10:52:49 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
26 juin 2008 10:52:49 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/BDD_PAD] suite aux erreurs précédentes
26 juin 2008 10:52:49 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
26 juin 2008 10:52:49 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
26 juin 2008 10:52:49 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/62  config=null
26 juin 2008 10:52:49 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
26 juin 2008 10:52:49 org.apache.catalina.startup.Catalina start
INFO: Server startup in 1813 ms