Bonjours à tous,

Voila j'ai un problème au miveau de mes jsp, je pense que cela provient d'une mauvaise configuration, soudaine (!) du serveur tomcat.

Tout d'un coup depuis a peu près une heure, toute modification sur mes fichiers .jsp sont frizé, j'ai beau éditer les fichiers, sauvegarder, rien n'y fait, redémarrage du serveur, du browser, meme de l'ordinateur... rien... a chaque fois que je relance tomcat le contenu ne change plus...

Je sais pas la j'avoue que je peux rien vous dire de plus à part montrer les logs de démarrage et de fin mais rien n'a changé ces messages sont toujours les meme depuis le début, et jusqu'ici tout allait très bien.

lancement de tomcat (je passe par le plugin eclipse):

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
 
31 août 2007 17:46:59 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\jdk1.5.0_02\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;;C:\Program Files\Java\jdk1.5.0_02\bin;C:\Program Files\Fichiers communs\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Samsung\Samsung PC Studio 3\;C:\Program Files\MySQL\MySQL Server 5.0\bin;;C:\Program Files\OpenVPN\bin
31 août 2007 17:46:59 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initialisation de Coyote HTTP/1.1 sur http-80
31 août 2007 17:46:59 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 844 ms
31 août 2007 17:46:59 org.apache.catalina.core.StandardService start
INFO: Démarrage du service Catalina
31 août 2007 17:46:59 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
31 août 2007 17:46:59 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
31 août 2007 17:47:00 org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
31 août 2007 17:47:00 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
31 août 2007 17:47:00 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
31 août 2007 17:47:01 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
31 août 2007 17:47:01 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
31 août 2007 17:47:01 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-80
31 août 2007 17:47:01 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
31 août 2007 17:47:01 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31  config=null
31 août 2007 17:47:02 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
31 août 2007 17:47:02 org.apache.catalina.startup.Catalina start
INFO: Server startup in 2516 ms
Arret :

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
 
31 août 2007 17:47:34 org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Suspension de Coyote HTTP/1.1 sur http-80
31 août 2007 17:47:35 org.apache.catalina.core.StandardService stop
INFO: Arrêt du service Catalina
31 août 2007 17:47:35 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
31 août 2007 17:47:35 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
31 août 2007 17:47:35 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
31 août 2007 17:47:35 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
31 août 2007 17:47:35 org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Arrêt de Coyote HTTP/1.1 sur http-80
31 août 2007 17:47:35 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime
Merci à tous.