Bonjour
mon application Web marche très bien sous linux mais lors du passage de l'application sous Windows j'ai un problème avec l'include implicite :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
<jsp-config>
    <jsp-property-group>
      <url-pattern>*.jsp</url-pattern>
      <include-prelude>/include/header.jsp</include-prelude>
    </jsp-property-group>
  </jsp-config>
En effet quand j'enlève ce bout de code et que je mets manuellement le header dans mes pages jsp je n'est plus le Pb. Je me suis donc dis que cela pouvait venir de la.
Je travaille avec l'IDE Eclipse.
Sinon voici l'entête de mon fichier web.xml :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:jsp="http://java.sun.com/xml/ns/javaee/jsp" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
Merci d'avance