Bonjour,
Je développe une plateforme web en JSP sous Eclipse 3.6 avec Apache Tomcat.
Je viens de passer Apache Tomcat de la version 5.5 vers 6.0.
Au lancement d'Apache, j'obtiens les logs suivants :
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
38
19 mai 2011 10:10:35 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.24/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
19 mai 2011 10:10:35 org.apache.tomcat.util.digester.SetPropertiesRule begin
ATTENTION: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '5' did not find a matching property.
19 mai 2011 10:10:35 org.apache.tomcat.util.digester.SetPropertiesRule begin
ATTENTION: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:Branche_1.14' did not find a matching property.
19 mai 2011 10:10:35 org.apache.tomcat.util.digester.SetPropertiesRule begin
ATTENTION: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:Liberscol_1.14' did not find a matching property.
19 mai 2011 10:10:35 org.apache.coyote.http11.Http11Protocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-8080
19 mai 2011 10:10:35 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 587 ms
19 mai 2011 10:10:35 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
19 mai 2011 10:10:35 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
19 mai 2011 10:10:35 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Déploiement du descripteur de configuration host-manager.xml
19 mai 2011 10:10:35 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Déploiement du descripteur de configuration manager.xml
19 mai 2011 10:10:35 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire examples de l'application web
19 mai 2011 10:10:36 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
19 mai 2011 10:10:36 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
19 mai 2011 10:10:36 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire ROOT de l'application web
19 mai 2011 10:10:36 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Déploiement du répertoire docs de l'application web
19 mai 2011 10:10:36 org.apache.coyote.http11.Http11Protocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080
19 mai 2011 10:10:36 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
19 mai 2011 10:10:36 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/37  config=null
19 mai 2011 10:10:36 org.apache.catalina.startup.Catalina start
INFO: Server startup in 800 ms
Quelqu'un pourrait-il m'éclairer sur la cause de ces messages ? J'ai remis toutes les librairies du 5.5, et on m'a dit qu'il faudrait peut-être en enlever certaines, mais je ne sais pas lesquelles.
Merci d'avance.