Bonjour à tous,

j'ai un petit problème avec mon tomcat, j'ai déjà recherché sur le net et ai essayé toutes les propositions mais comme même cela n'est pas encore résolu.
Avant hier quand j'ai lancé mon jsp, il ne pouvait plus lire les classes. J'explique un peu: je fais des modification dans jsp => j'obtient le résultat avec les modifications, mais quand je modifie la classe, jsp ne voit pas ces modif.
Donc j'ai suivi un forum: j'ai enlevé les caches, et puis j'ai fais un clean(eclipse).
Puis quand j'ai lancé mon jsp de nouveau, il y avait des erreurs;
J'ai essayé avec un projet qui marchait très bien auparavant et c'est à partir de là que j'ai réalisé que le problème vient de tomcat ou du jre
j'ai donc étudié un par un ces erreurs, j'ai même rajouté des dll, comme native lib, j'ai aussi modifié la conf du serveur: selectionner le checkbox "publish module contexts to separate XML files".
Maintenant quand je lance mon projet, j'obtient l'erreur suivant dans le console:
janv. 14, 2015 11:28:21 AM org.apache.catalina.core.AprLifecycleListener init
INFOS: Loaded APR based Apache Tomcat Native library 1.1.29.
janv. 14, 2015 11:28:21 AM org.apache.catalina.core.AprLifecycleListener init
INFOS: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true].
janv. 14, 2015 11:28:22 AM org.apache.coyote.http11.Http11AprProtocol init
INFOS: Initialisation de Coyote HTTP/1.1 sur http-8085
janv. 14, 2015 11:28:22 AM org.apache.coyote.ajp.AjpAprProtocol init
INFOS: Initializing Coyote AJP/1.3 on ajp-8009
janv. 14, 2015 11:28:22 AM org.apache.catalina.startup.Catalina load
INFOS: Initialization processed in 1687 ms
janv. 14, 2015 11:28:22 AM org.apache.catalina.core.StandardService start
INFOS: Démarrage du service Catalina
janv. 14, 2015 11:28:22 AM org.apache.catalina.core.StandardEngine start
INFOS: Starting Servlet Engine: Apache Tomcat/6.0.20
janv. 14, 2015 11:28:23 AM org.apache.coyote.http11.Http11AprProtocol start
INFOS: Démarrage de Coyote HTTP/1.1 sur http-8085
janv. 14, 2015 11:28:23 AM org.apache.coyote.ajp.AjpAprProtocol start
INFOS: Starting Coyote AJP/1.3 on ajp-8009
janv. 14, 2015 11:28:23 AM org.apache.catalina.startup.Catalina start
INFOS: Server startup in 448 ms
je ne comprend plus alors c'est quoi tout ça, quand je cherche sur les forums, il me propose de rajouter nativ lib, j'ai déjà mis nativ lib dans bin de tomcat mais rien ne change.
quelqu'un avait-il déjà rencontré le même problème? pourriez vous m'aider svp

Merci